Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 638 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 638 Bytes

Forgerock Frontend Super Fun Times Exercise

The project implements the following features:

  • List todo items
  • Add a new item to the list with priority
  • Remove an item from the list
  • Clear the entire list
  • Sorting by priority
  • Save and load from local storage
  • Unit testing

Project setup

npm install

Run unit tests

npm run test:unit

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.