Currency convert implemented in React/Redux
https://diogoweb2.github.io/justForFun01/
Clone repository and run:
yarn install
yarn start
- tested on Windows only
Tests implemented using Jest/Enzyme
yarn run test
Documentation generated by styleguidist library
yarn run styleguide
- Currency values only change once a day 4PM CET. Add a shouldUpdateAPI logic to check local user time.
- Add 2 ways currency converter
- Add integration tests - to test components interation
- Lightning Design Sytem - Migrate current implementation (css file) to use react LDS components (using tree-shaking to reduce bundle size) - https://react.lightningdesignsystem.com/getting-started/
- encapsulate grids(div) to a component
- webpack/package.json cleanup
- ES2015/babel
- Webpack
- React
- Redux
- Lightning Design System
- Diogo Lopes