Skip to content

Disha2494/React_todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React_todo_app

A todo application where the following functionalities are present:

  1. User can create, delete and edit a to-do.
  2. They should also be able to mark a to-do done and vice-versa.
  3. They should be able to create a to-do under a bucket. The user has the flexibility to name this bucket according to his/her choice. a. All the existing buckets the user has created should be given as options, next time the user tries to create a new bucket.

Tech Stack: Django, React

To run the project following dependencies should be installed.

1: pip install pipenv
2: pipenv install django
3: pipenv install djangorestframework django-cors-headers
4: npm install -g create-react-app
5: yarn add bootstrap reactstrap

The backend server will run on: http://127.0.0.1:8000

The Frontend server will run on: http://localhost:3000/

To start the frontend server use command:

yarn start

To start the backend server use command:

python manage.py runserver

About

Todo app using React and Django

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors