An open API service indexing awesome lists of open source software.

https://github.com/kayprogrammer/todo-application-2

A simple Todo application with ReactJs and Django Rest Framework
https://github.com/kayprogrammer/todo-application-2

django-rest-framework reactjs

Last synced: 8 months ago
JSON representation

A simple Todo application with ReactJs and Django Rest Framework

Awesome Lists containing this project

README

          

# 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](https://github.com/kayprogrammer/todo-application/)

![alt text](https://github.com/kayprogrammer/todo-application-2/blob/master/display.png?raw=true)

### 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](http://localhost:3000) to view application on your browser