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

https://github.com/faranoshamini/react-capstone-project

CryptoCoins is a web app that displays information about all leading cryptocurrencies in the world.
https://github.com/faranoshamini/react-capstone-project

react redux rest-api

Last synced: 2 months ago
JSON representation

CryptoCoins is a web app that displays information about all leading cryptocurrencies in the world.

Awesome Lists containing this project

README

        

# 📗 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)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [CryptoCoins]

**cryptoCoins** CryptoCoins is a web app that displays information about all leading cryptocurrencies in the world.

## 📷 [Screenshots]

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[Homepage - Dispalys all data for coins]**
- **[Details - Displays data for each coin]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://cryptocoins-3t28k5br2-faranoshamini.vercel.app/)

(back to top)

## 🎥 Video Presentation
- [Video](https://www.loom.com/share/d15ac5d70c91462b9e82a1d918c24c26)

(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:

- Latest version of [Node](https://nodejs.org/en/) installed on the computer.
- [Git](https://git-scm.com/downloads) installed on the computer.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:myaccount/my-project.git
```

### Install

Install this project with:

```sh
cd my-project
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm test
```

### Deployment

You can deploy this project using:

- [Vercel](https://vercel.com/docs)

(back to top)

## 👥 Authors

👤 **Faranosh Amini**

- GitHub: [@githubhandle](https://github.com/FaranoshAmini)
- Twitter: [@twitterhandle](https://twitter.com/Faranosh_Amini)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faranosh-amini-9b925b23a/)

(back to top)

## 🔭 Future Features

- [ ] **[Display more information about all coins]**

(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, give it a ⭐

(back to top)

## 🙏 Acknowledgments

I would like to thank

- [Microverse](https://www.microverse.org/)
- [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio)
- [Coin Geko](https://www.coingecko.com/en/all-cryptocurrencies)

(back to top)

## 📝 License

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

(back to top)