Skip to content

buraltintas/my-super-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Super Notes

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.

Demo

Live demo: https://my-super-notes.netlify.app/

What can I do more?

  • 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.

Screenshots

Ekran-Resmi-2022-07-14-12-42-50 Ekran-Resmi-2022-07-14-12-43-29 Ekran-Resmi-2022-07-14-12-43-43 Ekran-Resmi-2022-07-14-12-43-55 Ekran-Resmi-2022-07-14-12-44-13

Installation

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