A Todo App using ReactJs which is synced with a server. The backend is located in this repository.
- Run the Django backend in the repository on your localhost port 8000.
- Start this React app on your localhost port 3000.
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.