Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calcagnoloic/todo_django_react
Creation of a todo list with django and React
https://github.com/calcagnoloic/todo_django_react
django django-rest-framework python react todo
Last synced: 11 days ago
JSON representation
Creation of a todo list with django and React
- Host: GitHub
- URL: https://github.com/calcagnoloic/todo_django_react
- Owner: CalcagnoLoic
- Created: 2022-08-08T06:33:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:03:00.000Z (over 2 years ago)
- Last Synced: 2024-11-27T18:11:49.358Z (2 months ago)
- Topics: django, django-rest-framework, python, react, todo
- Language: JavaScript
- Homepage:
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO list
This todo list is made with Django/Django REST for the backend part. And the frontend part is made with React.
![](img/todolist.png)
You can add a new goal in the todo list :
![](img/addtodo.png)
You can also edit the differents goal into the list :
![](img/modaltodo.png)