thomasrockhu / unemployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 87.8%Language:Python 8.4%Language:SCSS 3.2%Language:Dockerfile 0.5%