Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 799 Bytes

Solution for Test assignment

The tech stack: React, Redux, React Router, Redux thunk, Sass, Node, Express, Babel, Axios, Moment, Highcharts.

CI Pipeline setup has been completed with CircleCI and Heroku. After the build and test jobs are successfully completed, the code will be automatically deployed to Heroku.

View the deployed app here, https://ps-assignment.herokuapp.com/

Lighthouse Score

Performance: 98 Accessibility: 100 SEO: 100

Available Scripts to run locally

In the project directory, you can run:

npm run build

npm start

Runs node server at port 3000.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.