Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.24 KB

File metadata and controls

37 lines (31 loc) · 1.24 KB

Online Notes Taking App | Sahu Notes

What is Sahu Notes?

Sahu Notes is a notes taking web-app to sort & store all your favourite ideas. It can store notes and showcase them to the user in a good user interface. It has all necessary features required for a notes taking app such as authentication, filter, a good rich text editor, archive, trash, labels & tags.

List of Features

Tech-Stack

  • ReactJS
  • React Router
  • Sahu UI
  • React Quill

How to install & run Sahu Notes locally?

$ git clone https://github.com/CallMeSahu/sahu-notes.git
$ cd sahu-notes
$ npm install
$ npm start