Skip to content

ashikmeerankutty/notes-application

Repository files navigation

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 http://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

About

Simple note application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published