Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

63 lines (35 loc) · 1.19 KB

LilMan

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.

Demo Video

https://youtu.be/yYP6eUr2DuA

Features

  • Task CRUD
  • Get Task according to date
  • check start and endtime
  • Cross platform
  • Auth

ScreenShots

1 mainScreen 2 HomeScreen 3 ManageScreen 4 CreateScreen

Run Locally

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

Contributing

Contributions are always welcome!