Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.5 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.5 KB

City of Chicago Employee Dashboard

Created by Christopher Lam

This project was bootstrapped with Create React App.

This project is usable on all screen sizes through the use of CSS media queries.

Click on the table to focus on a row, and press UP or DOWN on arrow keys to focus onto a roll. Pressing ENTER will into the employee's details.

In employee's details, pressing UP or DOWN shows the previous/next employee.

App is deployed on Heroku here: https://data-theo.herokuapp.com/

Libraries/Resources used:

  • ReactJS Context API
  • Ant Design
  • Styled Components
  • Reach Router
  • Axios
  • Google Firebase (for database)
  • React-Highlight-Words (to highlight searched words)
  • Placeholder images are from: thispersondoesnotexist.com

Available Scripts

yarn

To install dependencies.

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn run build

Builds the app for production to the build folder.