A React Redux application that fetches an API and list the top 25 available CryptoCurrencies.
Desktop view
Mobile view
Additional description about the project and its features.
- ReactJS
- Redux
- Redux thunk
- Material UI
- Jest
- Enzyme
- redux-mock-store
- moxios
To get a local copy up and running follow these simple example steps.
- NodeJS
- Code Editor
Open up a terminal (after installing Git) and run the following command:
git clone https://github.com/martinnajjar12/currencies-catalogue
and hit Enter.
OR
Download a zip version of the project from the above button.
Run in your command line:
npm install
In order to open it in your browser, you need to dispatch the following command:
npm start
Note: Please be noted that API may not work on your local computer because you don't have the API KEY. You need to get your key from nomics.com
To test the application please run this command:
npm test
👤 Martin Najjar
- GitHub: Martin Najjar
- Twitter: Martin Najjar
- LinkedIn: Martin Najjar
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Nomics for providing the API
- Design by Nelson Sakwa
- Microverse
This project is MIT licensed.