Simple to-do list using React in frontend and Django in backend
A basic project to get started with full stack development.
- This app is basically a utility to create a to-do list
- The list of tasks is stored in an sqlite3 database using the Django framework.
- The entire backend is converted to an API using Django_Rest Framework.
- React is able to display the data received from the API.