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

https://github.com/kanzatahreem/cryptonex

Cryptonex is a single page web app that fetches data from CoinGecko API. The app allows users to get the list and details of top 100 cryptocurrencies. It also displays the global data and the trending currencies in past 24h.
https://github.com/kanzatahreem/cryptonex

coingecko-api jest-snapshots react react-testing-library redux

Last synced: 2 days ago
JSON representation

Cryptonex is a single page web app that fetches data from CoinGecko API. The app allows users to get the list and details of top 100 cryptocurrencies. It also displays the global data and the trending currencies in past 24h.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# 📗 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](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Crypto Analysis

**Cryptonex** is a single page web app that fetches data from [CoinGecko API](https://www.coingecko.com/en/api/documentation). The app includes the top _100_ cryptocurrencies, and the details of each currency. It allows user to filter the coins and navigate to details page by clicking on the selected currency.

## 🛠 Built With

### Tech Stack

Client

### Key Features
- **The app displays the global data and the trending currencies in last 24h**
- **The web app shows the top 100 cryptocurrencies and their data**
- **Users can search for a particular cryptocurrency**
- **Users can view the details of the selected currency**

(back to top)

## 🚀 Live Demo

- [Live Demo](https://cryptonex-sigma.vercel.app/)
- [Loom Video Pesentation](https://www.loom.com/share/b75aeada007d478bac3e2bf311105a51)

(back to top)

## 💻 Getting Started with React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

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

### Prerequisites

In order to run this project you need:

```
git
node.js
Wbpack
JavaScript
```

### Setup

Clone this repository to your desired folder:

```
cd Cryptonex
git clone [email protected]:KanzaTahreem/Cryptonex.git
```

### Install

Install this project with:

```
npm install
```

### Usage

To run the project, execute the following command:

```
npm start
```

### Run tests

To run tests, run the following command:

```
npm test
```

### Deployment

You can deploy this project using:

```
npm run deploy
```

(back to top)

## 👥 Author

- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)
- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)
- LinkedIn: [Kanza Tahreem](https://www.linkedin.com/in/kanza-tahreem/)

(back to top)

## 🔭 Future Features

- **About Page**
- **Exchange Rate**
- **Available Markets**
- **Filter by Category**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/KanzaTahreem/Cryptonex/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please give this project a star ✨

(back to top)

## 🙏 Acknowledgments

I would like to thank Nelson Sakwa on Behance for the [Original design idea](https://www.behance.net/sakwadesignstudio).

(back to top)

## 📝 License

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

(back to top)