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.
- Host: GitHub
- URL: https://github.com/faranoshamini/react-capstone-project
- Owner: FaranoshAmini
- Created: 2022-11-23T06:36:10.000Z (over 2 years ago)
- Default Branch: Development
- Last Pushed: 2022-11-25T09:41:42.000Z (over 2 years ago)
- Last Synced: 2025-02-04T14:48:05.376Z (4 months ago)
- Topics: react, redux, rest-api
- Language: JavaScript
- Homepage: https://cryptocoins-3t28k5br2-faranoshamini.vercel.app/
- Size: 970 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 is a web app that displays information about all leading cryptocurrencies in the world.
## 📷 [Screenshots]
Client
- **[Homepage - Dispalys all data for coins]**
- **[Details - Displays data for each coin]**
- [Live Demo Link](https://cryptocoins-3t28k5br2-faranoshamini.vercel.app/)
## 🎥 Video Presentation
- [Video](https://www.loom.com/share/d15ac5d70c91462b9e82a1d918c24c26)
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)
👤 **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/)
- [ ] **[Display more information about all coins]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, give it a ⭐
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)
This project is [MIT](./LICENSE) licensed.