Skip to content

adyasingh/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO List

Made using Django and React

A simple todolist which keep track of tasks you need to complete

Screenshot of list

To run the app:

  1. Make sure CORS is allowed for localhost
  2. Run the following commands to run frontend:
    $ cd frontend
    $ npm install
    $ npm start
  3. Run the following commands to run backend:
    $ cd backend
    $ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published