- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Crypto Metrics is a mobile web application that uses CoinStats API to display the list of cryptocurrencies and their market capitalization. Built with React and Redux.
- Home Page displays a list of all cryptcurrencies
- User can search any cryptocurrency from the list
- Detail of each currency is displayed by clicking on the card on home page
To get a local copy up and running, follow these steps.
In order to run this project you need:
- node.js
- git
Clone this repository to your desired folder:
-
Open your terminal
-
Navigate to the directory where you want to clone the project.
-
Clone the project using by running the following command:
git clone https://github.com/AbeeraTahir/react-capstone.git
Install this project using the following command:
npm install
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm run test
👤 Abeera Tahir
- GitHub: @AbeeraTahir
- Twitter: @AbeeraTahir8
- LinkedIn: Abeera Tahir
- Cryptocurrency search can be done by price, market cap, or ranking etc.
- "Show more" button feature for the cryptocurrency list can be added in the Home Page
- Error page can be displayed on API failure
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Original design idea by Nelson Sakwa on Behance
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.