This is a simple Todo application built with ReactJs and Django Rest Framework.
Alternate repo but with plain HTML/CSS/JAVASCRIPT - Todo Application
- Download this repository In your root directory. Run:
pip install -r requirements.txtto install all python dependenciespython manage.py runserverto start the backend local server.
In the frontend root directory. Run:
npm installto install all react dependencies.npm startto run the react application
Check http://localhost:3000 to view application on your browser
