Skip to content

This repo contains the Claim Status Tracker app, which helps Californians better understand what’s happening with their unemployment claim and benefits.

Notifications You must be signed in to change notification settings

cagov/ui-claim-tracker

Repository files navigation

ui-claim-tracker

This repo contains the claim status app for Californians to better understand their overall claim status and how it relates to weekly certification

Running the Application

Prerequisites:

  • Node 12+
  • yarn

Run this app

Clone this repo, and then run:

yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

Running the test suite

yarn test

or interactively:

yarn test:watch

Updating the snapshots

yarn test:update-snapshots

or

yarn test -u

Linting the code

You can manually run the linters:

yarn lint

Changed files are auto-linted on commit.

Set up your editor to automatically lint on save

Running Storybook

To develop or preview our front end components start up the Storybook server:

yarn storybook

The storybook live on main can be viewed on chromatic.

About

This repo contains the Claim Status Tracker app, which helps Californians better understand what’s happening with their unemployment claim and benefits.

Resources

Stars

Watchers

Forks

Packages

No packages published