Skip to content

cheollie/todoapp_c1ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

simple task manager app

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.

how to use ?

setup !

  1. clone the repository
git clone https://github.com/cheollie/todoapp_c1ts.git
cd todoapp_c1ts/taskmanagerapp
  1. run npm install to install the dependencies.
  2. install expo cli if you don't have it installed using npm install -g expo-cli.

run !

  1. run the project using npm run web, npm run android or npm run ios depending on the platform you want to run the app on. this command will automatically run expo start and open the expo dev tools in your default browser.
  2. you can also run the project using expo go app by scanning the qr code generated in the terminal.

overview

features!

  • 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

notes

extra libraries

  • ionicons: for icons
  • expo font: for custom fonts

About

chapter one tech screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published