Skip to content

An app to keep notes. Created using React.js in frontend and Python Flask in backend.

Notifications You must be signed in to change notification settings

SuneelKM/Note-keeper-React-Flask

Repository files navigation

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.

About

An app to keep notes. Created using React.js in frontend and Python Flask in backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published