Skip to content

A simple Todo application with ReactJs and Django Rest Framework

Notifications You must be signed in to change notification settings

kayprogrammer/todo-application-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ToDo Application

This is a simple Todo application built with ReactJs and Django Rest Framework.

Alternate repo but with plain HTML/CSS/JAVASCRIPT - Todo Application

alt text

How to Test Locally...

  • Download this repository In your root directory. Run:
  • pip install -r requirements.txt to install all python dependencies
  • python manage.py runserver to start the backend local server.

In the frontend root directory. Run:

  • npm install to install all react dependencies.
  • npm start to run the react application

Check http://localhost:3000 to view application on your browser

About

A simple Todo application with ReactJs and Django Rest Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages