Skip to content

dev-enforced/Notes-App-Recreated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNOTE

UNOTE is a note taking application .

Guaranteed to help you get productive on your work with its note taking features!

Forks Stars


Tech Stack

Front End:
Backend

How to run app locally

1. Clone the app

git clone https://github.com/dev-enforced/Notes-App-Recreated.git

2. Install the dependencies in your root folder where you cloned the app

npm install

3. Create .env file and add secret key. this will help you use MockBee APIs

REACT_APP_JWT_SECRET=<your-jwt-secret>

4. Run the app

npm start With that you can see your app running on localhost:3000

Live link

UNOTE

Features:

  • Add Notes
  • Edit Notes
  • Archive Notes
  • Delete Notes
  • Add Note labels
  • Add Note priority
  • Add Note color
  • Filter and sort Notes
  • Rich Text Editor
  • Authentication

Features To Be Added:

  • Toasts
  • 404 Page for Undefined Routes
  • Search Notes
  • Theme Toggle Button
  • Develop Separate Modals for Editing Notes