https://github.com/semanser/react-test
Engineering Qualification Task
https://github.com/semanser/react-test
Last synced: 6 months ago
JSON representation
Engineering Qualification Task
- Host: GitHub
- URL: https://github.com/semanser/react-test
- Owner: semanser
- Created: 2018-04-11T16:07:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T16:16:01.000Z (over 7 years ago)
- Last Synced: 2025-04-01T15:05:59.063Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
# Overview
* React & Redux [(Components and Containers)](https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0)
* All API requests are mocked
* `>90%` test coverage
* Unit tests
* Snapshot tests
* Network delay simulation# Run
`npm start`# Test
`npm test`Tested on the latest **Google Chrome** and **Safari**.