https://github.com/yamhokim/to-do-app
To Do App built to gain knowledge on using React.JS with Django
https://github.com/yamhokim/to-do-app
axios bootstrap django javascript python react
Last synced: 3 months ago
JSON representation
To Do App built to gain knowledge on using React.JS with Django
- Host: GitHub
- URL: https://github.com/yamhokim/to-do-app
- Owner: yamhokim
- Created: 2024-12-13T04:13:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T23:13:01.000Z (over 1 year ago)
- Last Synced: 2025-04-03T14:17:23.050Z (about 1 year ago)
- Topics: axios, bootstrap, django, javascript, python, react
- Language: Python
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A basic To-Do app built using React and bootstrap for the frontend and Python/Django/Django Rest Framework for the backend. Using it as a stepping stone to learn django rest framework with react js for front end.
Built a REST API in Django and utilized axios to make REST API calls and connect them to the React frontend.