Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anas599/crypto-price

Crypto Prices is a React.js and Redux web application that displays real-time market prices of cryptocurrencies fetched from the Coin Gecko API. Features include price history, currency conversion, and a user-friendly interface
https://github.com/anas599/crypto-price

api cryptocurrency react redux-thunk redux-toolkit

Last synced: about 1 month ago
JSON representation

Crypto Prices is a React.js and Redux web application that displays real-time market prices of cryptocurrencies fetched from the Coin Gecko API. Features include price history, currency conversion, and a user-friendly interface

Awesome Lists containing this project

README

        

![Logo](./src/assets/favicon.ico)
## Screenshots
### ScreenShot
![App Screenshot](./src/assets/ScreenshotHome.png)
### ScreenShot
![App Screenshot](./src/assets/ScreenshotBTC.png)
### ScreenShot
![App Screenshot](./src/assets/ScreenshotETH.png)

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Crypto Price ](#about-project)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Crypto Price ](#about-project)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

## 📖 Crypto Price

> Crypto Prices is a React.js and Redux web application that displays real-time market prices of cryptocurrencies fetched from the Coin Gecko API. Features include price history, currency conversion, and a user-friendly interface

## 🛠 Built With

### Tech Stack

> This project uses the following stack :

Client

Server

### Key Features

> Here are some key features of the application :

- **Display Top 100 Crypto**
- **Display Price in USD**
- **Display Low and High in last 24H**
- **Total Supply Circulating supply...etc**

(back to top)

## 🚀 Live Demo

> Here you can visit my live demo :

- [Click Here](https://crypto-prices-reactjs.netlify.app/)

(back to top)

## 💻 Crypto Price

> Here you can see my presentation :

- [Click Here](https://www.loom.com/share/d29a0b3f4c214c37a68ad9f69ea99fea)

(back to top)

## 💻 Getting Started

> Clone the repository by clicking on the 'Code' button and copy the link

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

You should have node install on your local machine

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone [email protected]:anas599/crypto-price.git
```

-

### Install

Install dependencies :

npm i

### Usage

To run the project, execute the following command:
Open the index.html file in a web browser

### Run tests

To run tests, run the following command:

```sh
npm run test
```

To run the stylehint linters

```sh
npx stylehint "**/*.{css,scss}"
```

To run the ESLint linter

```sh
npx eslint "**/*.{js,jsx}"
```

### Deployment

You can deploy this project using:

```sh
npm run build
```
```sh
npm run start
```

(back to top)

## 👥 Authors

👤 **Anas Sufyan**

- GitHub: [@anas599](https://github.com/anas599)
- Twitter: [@anas599](https://twitter.com/anas599)
- LinkedIn: [anas1993](https://linkedin.com/in/anas1993)

(back to top)

## 🔭 Future Features

- **Preserve the user data**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please star it!

(back to top)

## 🙏 Acknowledgments

I would like to thank the Microverse team.
The design used in this project was created by Nelson Sakwa on Behance and is licensed under the Creative Commons Attribution Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license.

(back to top)

## 📝 License

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

(back to top)