Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


logo

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.

## 🛠 Built With

### Tech Stack

Client

Server

Database


  • None

### Key Features

- 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.

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://cryptovest-app.netlify.app/)

(back to top)

## 💻 Getting Started

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/)

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

> 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.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Ridwanullahi-code/Cryptocurrencies-Price-Tracker/issues)

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- 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.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)