This project is the final capstone for Microverse's React and Redux module with the aim of building a catalog application that consumes an API using external API', React.js and Redux for state management.
✧
Watch the Live Version ✧
Prerequisites ✧
Getting Started ✧
Usage ✧
Contributing ✧
Author ✧
Show your support ✧
License ✧
Acknowledgments ✧
Report Bug✧
Cryplist app The main goal of this project is to understand how to work with API modules using React.js and Redux for state management. This application fetches real-time data of top 16 cryptocurrency. User is able to search for crytocurrency by its name in the search form. The user can also go to the details page of each cryptocurrency by clicking on the listed cyptocurrency on the homepage.
![Screenshot from 2021-06-24 01-16-04](
Visit Live Demo
- React.js
- Redux
- Text Editor
- Git
- NodeJS
- Webpack
- Heroku
- Jest
- Semantic UI
- coinstats API
Coinstats API is an open API with no requirement for API key
- Go to
https://documenter.getpostman.com/view/5734027/RzZ6Hzr3?version=latest
- Copy the global endpoint
- Use API in the application
- Open your Terminal.
- Navigate to your desired location to download the contents of this repository.
- Copy and paste the following code into the Terminal :
$ git clone https://github.com/Rashad-Muntar/Crypt-barter.git
- Run
cd Crypt-barter
- Install the needed dependencies
$ yarn
- In develoment mode run
npm start
Lauch the local version of this project opening the localhost:3000
in your browser
This project was created for educational purposes as part of the Microverse web development curriculum; contributing is not accepted.
Feel free to check the issues page.
👤 Rashad Muntar
- GitHub: @Rashad-Muntar
- Twitter - @RashadToure
- LinkedIn: Rashad Muntar
Give a ⭐️ if you like this project!
Coinstats API
This project is licensed under the MIT License