Skip to content

A Simple TO-DO app created with reactjs frontend and flask backend

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

Here the flask app.py serves as a backend

python app.py

App's Front-end runs at port 3000 App's Back-end runs at port 3000