Skip to content

kushthedude/To-Do-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependabot compatibility score Build Application

Introduction

It is Simple To-Do app based on Django Rest-API and React.js.

Requirements

  • Pip3

  • Python3(3.8 and above)

Getting started

  • Clone the project into your local machine.

  • Navigate to the directory.

  • Install dependencies for frontend(yarn install) and for backend(pipenv install)

To run the project:

  • Start backend server by command python manage.py runserver.

  • Start frontend by command yarn start.

  • See your app on 'localhost:3000'

Technologies Used:

  • React.js

  • Django

  • Python

Made with ❤️ By KUSH TRIVEDI