Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 733 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 733 Bytes

Project Overview

The application displays a single page that shows job postings by default for Software Developers. A list of job titles is displayed where options can be selected. The data and charts below will changes as new options are selected.

npm i

Downloads the necessary packages to run the application.

npm start

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

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

This project was bootstrapped with Create React App.