This is a simple and fast taking note application. You can login with your Google account and it stores your notes on Google Firestore. So you can access your notes on all your devices.
I just wanted to keep it simple and fast.
You can edit, delete or set as done your notes. You will select category for your note.
Live demo: https://my-super-notes.netlify.app/
- Adding pictures on notes. Maybe I will work on this. :)
- Maybe we can share our notes with friends or family via email adresses. I will implement this soon. :)
- Sorting and a search bar will be useful.
You will need npm installed on your local machine.
You can clone this repository to your local:
git clone https://github.com/buraltintas/my-super-notes-app.git
Go to the project directory:
cd my-super-notes-app
Install required packages:
npm install
Start development server on localhost:
npm start