Skip to content

WarmVissarutRonaldoDude/todolistproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO List Project
Note.
Using react-boiletplate as code template
Step to run

  1. cp ./.env.example as ./.env (optional but you can edit env in there such as USE_YARN=false or true)

2. npm run setup
3. you can config PORT to run (default is 3000) at .env file (PORT=3000)
4. npm run start
5. access TODO List Web app from browser using localhost:3000 or localhost:configPort

How To Use Reminder App
1. you can see todo detail by touch/click on each row it will show more detail
2. you can edit/delete/changeStatus in detail page
3. you can change status(completed/active) on the fly on home page
4. you can filter view by tab (all, completed, active)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published