https://suneelkm.github.io/Note-keeper-React/ This project was created using React.js in frontend and Python Flask in backend. NOTES KEEPER This is a Note Keeper App (inspired by Google Keep). All the notes are stored in a database locally on your computer. Setup Download or clone the repo. Make Sure you have Python (3.9.0) or high installed. After cd'ing into the project directory, to install the React app dependencies, simply write npm install (Optional) run the react app npm start To run the Flask, first install the requirements in requirements.txt file pip install -r requirements.txt and then run main.py file python3 main.py Learn More You can learn more in the Create React App documentation.