Skip to content

A coding exercise for ForgeRock

Notifications You must be signed in to change notification settings

lydia-schow/forgerock-frontend-exercise

Repository files navigation

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.

About

A coding exercise for ForgeRock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published