this is a simple task manager app built using react native and expo for the chapter one tech screen. the app allows users to add, delete, and complete tasks.
- clone the repository
git clone https://github.com/cheollie/todoapp_c1ts.git
cd todoapp_c1ts/taskmanagerapp- run
npm installto install the dependencies. - install expo cli if you don't have it installed using
npm install -g expo-cli.
- run the project using
npm run web,npm run androidornpm run iosdepending on the platform you want to run the app on. this command will automatically runexpo startand open the expo dev tools in your default browser. - you can also run the project using expo go app by scanning the qr code generated in the terminal.
- add tasks
- delete tasks
- complete tasks
- hide completed tasks
in the future, i plan to add more features such as:
- daily digests of completed tasks (twilio sms notifications)
- persistent storage of tasks
- ionicons: for icons
- expo font: for custom fonts