An open API service indexing awesome lists of open source software.

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

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.