To get started and run the app:
- Clone the project.
- Run
npm install
to install the corresponding node packages - Run
npm start
to run the app on http://localhost:3000
Features Of the application:
- Create new notes with a title and content
- Full fletched text editor implemented using React Quill
- Cloud storage to store all your notes permanently on Firebase and Firestore
- Delete and edit notes body along with title
- Minimalistic and simple UI