This React App is using React/Redux/SaSS/Webpack boilerplatte.
Its a single page application using ReactJS with 2 views: one with a search field and the other that presents the search results. The search uses Fincompare API to get companies data (name, id, register).
In order for this search to work it includes Cors-Anywhere to surpass CORS issues.
React Component sample tests are also present in this App, using Jest and Enzyme.
Resume App Technologies:
- React
- SASS
- Jest + Enzyme
- Webpack
npm install
npm start
Then it will open http://localhost:8080 and the project will be running.
npm test