Microverse's React capstone project
A mobile web single-page application to check the daily exchange rate of the world's currencies. It makes use of React, Redux, and a currency API.
- HTML & CSS
- JavaScript
- React
- Redux
- API
Check out a live demo of this project by clicking here.
To get a local copy up and running follow these steps.
- Download or clone the repository's contents.
- Go to the project's root directory.
cd currency
- Install all the dependencies:
npm install
You can either build a local production version of the project or open it directly on a server in development mode.
- To build and open a production version of the app run the command:
npm run build
- Then open dist/index.html in you preferred browser.
- To open the app in development mode on dev-server run:
npm start
- Then go to
http://localhost:3000/
in you preferred browser.
- To build and open a production version of the app run the command:
npm run build
- Then open dist/index.html in you preferred browser.
- To open the app in development mode on dev-server run:
npm start
- Then go to
http://localhost:8080/
in you preferred browser.
To execute the included test cases, run:
npm test
👨💻 Breno Xavier
- GitHub: @brenoxav
- LinkedIn: Breno Xavier
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Nelson Sakwa - Design idea
- Fawaz Ahmed - Currency API