Lilman is a task management app developed for a hackathon using React Native and Appwrite backend services. It allows users to stay organized and boost productivity by providing a simple and intuitive interface for managing tasks.
- Task CRUD
- Get Task according to date
- check start and endtime
- Cross platform
- Auth
Clone the project
git clone git@github.com:Skysparko/LilMan.git
Go to the project directory
cd LilMan
Install dependencies
yarn install
Start the server
yarn start
Build Apk
yarn build
Contributions are always welcome!