Skip to content

junaidshaikh-js/simple-note

Repository files navigation

SimpleNote

SimpleNote is the best place to jot down your thoughts and save your notes in one place.

Forks Stars


How to run the app locally?

$ git clone https://github.com/junaidshaikh-js/simple-note.git
$ cd simple-note
$ npm install
$ npm start

Features

  • Two different landing pages, depending upon the user login status. The home page is only visible when user is logged in.
  • Home page with all the user notes, and sorting feature to sort by the notes based on note update. Side navigation with all the routes for the app.

  • User can add new notes using the textbox provided on home page.

  • User can edit and delete the notes from home page, deleted notes are sent to trash.
  • History Page - User can view previously watched videos and also clear entire history.
  • User can add different notes to the card, and can navigate to the label page for different label.
  • Note card color can be changed using the color box popup
  • Trash and archive page, user can archive notes from the home page.

  • User can delete notes forever from trash page or can restore them.


Tech Stack and Tools

  • React JS
  • TypeScript
  • React Router v6
  • React Context API
  • Tailwind
  • Backend setup using Firebase

Live Deployment

Checkout the live deployment here: SimpleNote


Releases

No releases published

Packages

No packages published

Languages