Skip to content

This repository contains an Unemployment Guide for Californians to determine what benefits they may be eligible for, and a Retroactive Certification application

Notifications You must be signed in to change notification settings

cagov/unemployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unemployment Guide

This repository contains an Unemployment Guide for Californians to determine what benefits they may be eligible for.

We are developing the repository using Node v.12.16.2 and React Bootstrap.

Setup

  1. Install NPM dependencies
    npm install
  2. Start the application
    npm start
  3. Open http://localhost:3000/ to see the app

Running test suite

npm run test

To update snapshots so tests pass after intentional UI changes

npm run test:update-snapshots

Style

eslint checks the JS code style and stylelint checks the CSS style.

npm run lint

Additionally, we use prettier to format JS and CSS files. You can either configure it with your editor or run

npm run prettier

About

This repository contains an Unemployment Guide for Californians to determine what benefits they may be eligible for, and a Retroactive Certification application

Resources

Stars

Watchers

Forks

Packages

No packages published