Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.
/ TodoV3 Public archive

Django backend integrated React todo list

License

Notifications You must be signed in to change notification settings

9r4vEy4r6/TodoV3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App V3

A Todo App using ReactJs which is synced with a server. The backend is located in this repository.

  1. Run the Django backend in the repository on your localhost port 8000.
  2. Start this React app on your localhost port 3000.



Features :

1. Add todos and mark them as done or undone.
2. Color scheme based on priority and completion.
3. Data is always completely synced with the backend server.

Screenshot :