Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridwanullahi-code/cryptocurrencies-price-tracker
Build a cryptocurrency price tracker that displays real-time prices for various cryptocurrencies Use React for the front end and Redux for state management. Use Coinbase as API to retrieve cryptocurrency prices. Allow users to track the price of specific cryptocurrencies' status by name and rank.
https://github.com/ridwanullahi-code/cryptocurrencies-price-tracker
api css javascript jest react redux tdd
Last synced: 14 days ago
JSON representation
Build a cryptocurrency price tracker that displays real-time prices for various cryptocurrencies Use React for the front end and Redux for state management. Use Coinbase as API to retrieve cryptocurrency prices. Allow users to track the price of specific cryptocurrencies' status by name and rank.
- Host: GitHub
- URL: https://github.com/ridwanullahi-code/cryptocurrencies-price-tracker
- Owner: Ridwanullahi-code
- Created: 2022-12-05T11:40:32.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2023-03-06T07:25:48.000Z (almost 2 years ago)
- Last Synced: 2024-12-02T22:20:08.791Z (2 months ago)
- Topics: api, css, javascript, jest, react, redux, tdd
- Language: JavaScript
- Homepage: https://cryptovest-app.netlify.app/
- Size: 829 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Microverse README Template
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 Cryptocurrencies Price Tracker
**Cryptocurrencies Price Tracker** that displays real-time prices for various cryptocurrencies
Use React for the front end and Redux for state management. Use Coinbase as API to retrieve cryptocurrency prices.
Allow users to track the price of specific cryptocurrencies' status by name and rank.
Use React for the front end and Redux for state management, JavaScript for creating interactive websites, and CSS for styling.Client
Server
Database
- None
- Home page: A landing page that displays the current prices of popular cryptocurrencies and provides a search bar to search for specific cryptocurrencies.
- Cryptocurrency Details: A page that displays detailed information about a specific cryptocurrency, including the current price, market cap, volume, and price charts.
- [Live Demo Link](https://cryptovest-app.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/Ridwanullahi-code/Cryptocurrencies-Price-Tracker.git
```
or
```sh
git clone [email protected]:Ridwanullahi-code/Cryptocurrencies-Price-Tracker.git
```
### Install
Install application dependencies (Node has to be installed)
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
Example command:
```sh
npm test
```
### Deployment
You can deploy this project using:
- [Github pages](https://towardsdatascience.com/simple-guide-to-hosting-project-on-github-aebf6f3c6f97)
- [Netlify](https://www.freecodecamp.org/news/publish-your-website-netlify-github/)
👤 **Ajayi Ridwan**
- GitHub: [@Ridwanullahi-code](https://github.com/Ridwanullahi-code)
- Twitter: [@Ridwanullahi22](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ajayi-ridwan/)
> Describe 1 - 3 features you will add to the project.
- Cryptocurrency Alerts: A page that allows users to set up alerts for specific cryptocurrencies when the price reaches a certain threshold.
- Login/Sign Up: A page that allows users to create an account or log in to an existing account to save their favorite cryptocurrencies and set up alerts.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ridwanullahi-code/Cryptocurrencies-Price-Tracker/issues)
Give a ⭐️ if you like this project!
- I would like to thank [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) of [Behance](https://www.behance.net/adagio07) for providing us with the amazing mobile [Template]()
- Thanks [Microverse](https://microverse.org) for the material you have provided during my development.
This project is [MIT](./LICENSE) licensed.