- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
Crypto Market Cap Rankings is an app that lets you keep track of the top 100 cryptocurrencies ranked by their marketcaps. You will also be able to see details about each token such as the price per unit in USD, amount traded in the past 24h in USD, the current supply of the token in circulation, as well as the maximum possible supply of the token.
Client
APIs
- Current cryptocurrency market prices from an actively maintined API
- Searh for a specific token by either rank number or name.
- Intuitive UI
To get a local copy up and running, follow these steps.
- Clone this project.
- Open it in VS code.
- Run
npm install
to install the dependencies. - Run
npm start
to open it in the dev server.
In order to run this project you need:
- Git
- A GitHub account
- VS-Code
- React and Redux linters
- Node.js
Clone this repository to your desired folder:
https://github.com/badger-99/crypto-marketcap-rankings.git
Install this project with:
This project doesn't need to be installed
To enable people with an interest in the crypto market keep track of the latest market prices.
Use npm test
to run tests.
You can deploy this project by using the dev server. To initiate it, run npm start
in your cli and the project will open rhe dev server at http://localhost:3000/
👤 Alfred
- GitHub: @badger-99
- Twitter: @AlfredMkg
- LinkedIn: LinkedIn
- No planned future features at this point.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a star ⭐️
I would like to thank Microverse for providing the guidelines that made this project possible, Nelson Sakawa for providing the design for the user interface, and the folks at CoinCap for making the API they use freely available to the public.