Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 834 Bytes

README.md

File metadata and controls

50 lines (40 loc) · 834 Bytes

Notes Application

Features

  • Notes persist on page refresh
  • Search is global and persist on page refresh.
  • Search shows notes in different sections - notes & archived.
  • Display area have a dedicated section for pinned and other notes
  • Theme switch option to enable/disable dark mode.
  • Markdown support in notes.
  • Responsive UI.
  • Pagination
  • Auto save

Install dependencies

npm install

Run project in developement

npm start

Navigate to https://localhost:9000/ to check the project runnning.

Build the project

npm run build

Run the build files

npm run serve

Run Tests

npm run test

Run Tests in watch mode

npm run test:watch

Run linter

npm run lint