Skip to content

assignment project from 100xdevs

Notifications You must be signed in to change notification settings

anubhav1206/todo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TODO

  1. add auth
  2. connect mongodb
  3. stylize ui
  4. add search bar
  5. add groups with tag
  6. add update option
  7. make the codebase cleaner with modern practices like file structuring (import, export)
  8. add documentation
  9. deploy it

LOCAL SETUP

clone repo
open terminal in repo folder
run npm install in both front & back directory to start the servers, run node index.js in back & npm run dev in front

About

assignment project from 100xdevs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • CSS 20.0%
  • HTML 8.6%