Skip to content

Hariharan-SV/to-do-app-v-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

cd src

yarn start

python app.py

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The project uses port 3000 for Front-end (made with reactjs) The project uses port 3001 for Back-end (made with Flask)

A simple to-do app where any user can create,view,edit,delete any to-do Second version is limited with user's access so that specified user can perform all these operations on his data alone