Skip to content

MdAkdas/Todo-Django-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-Django-React

A basic todo app built using django and react.

Tech/framework used

Built with

  • React
  • Django

Features

  • Model to store task.
  • Create, update, Retrive and delete task.
  • Cross on completed task

Setup

  1. Clone the project
  2. cd Todo-Django-React
  3. pip install -r requirements.txt
  4. python manage.py makemigrations
  5. python manage.py migrate
  6. python manage.py runserver
  7. Access admin panel by creating superuser :-> python manage.py createsuperuser
  8. cd frontend in another terminal
  9. npm start
  10. Open http://localhost:3000 to view it in the browser.

Screenshots

Backend using django rest framework

Peek 2020-10-18 00-20

Frontend using React.

After combining them.

Peek 2020-10-18 00-43

Build status

Hosting of this Project is not done yet.

About

A basic todo app built using django and react.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published