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

https://github.com/heintayzar-hm/crypto

A real-time crypto application where you can see the trending cryptocurrencies and their market prices. Used React and Redux, and learned new tools like Vite.
https://github.com/heintayzar-hm/crypto

Last synced: 3 months ago
JSON representation

A real-time crypto application where you can see the trending cryptocurrencies and their market prices. Used React and Redux, and learned new tools like Vite.

Awesome Lists containing this project

README

        

# Crypto App




# 📗 Table of Contents

- [crypto](#crypto)
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[crypto\] ](#-crypto-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 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-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

![](https://media.giphy.com/media/kuU9JCn3Em8COlXZvR/giphy.gif)

# 📖 [crypto]

## 🛠 Built With

### Tech Stack

- JS
- Webpack
- HTML & CSS

Client

### Key Features

- **User can add likes by clicking the heart icon next to the movie title**
- **User can view existing comments and add theirs using the form**
- **User can see the most Crypto App**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://crypto-28lp.onrender.com/#/home/)

## Pull Requests

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

- Basic Knowledge of HTML, CSS, & JavaScript.
- Basic knowledge of ES6 syntax.
- Basic knowledge of Git, GitHub &Gitflow.
- Basic knowledge of Linters.
- Basic knowledge of Webpack.
- Basic knowledge of Jest unit-testing library.
- Basic knowledge of VS Code or any other code-editors.

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/heintayzar-hm/crypto.git
cd crypto
```

### Install

Install this project with:

```sh
npm install -f
```
Add Env Variable: Make `.env` file at the root directory and Add following data
```sh
VITE_COIN_RANKING_API_URL = https://coinranking1.p.rapidapi.com
VITE_RAPID_API_HOST = coinranking1.p.rapidapi.com
VITE_RAPID_API_KEY =
```

### Usage

To run the project, execute the following command:

```sh
npm run dev
```

### Run tests

To run tests, run the following command:

```sh
npm run test
```

### Deployment

You can deploy this project using:

```sh
npm run deploy

```

(back to top)

## 👥 Authors

👤 **Author**

- GitHub: [@Hein Tay](https://github.com/heintayzar-hm)
- Twitter: [@Hein Tay](https://twitter.com/heintayzarhm)
- LinkedIn: [Hein Tay](https://www.linkedin.com/in/hein-tay-zar)

(back to top)

## 🔭 Future Features

- [ ] **Search feature that user will use to navigate through the site**
- [ ] **Feature to redirect the user to the actual video of the movie**
- [ ] **User to be able to watch the movies from the site**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/heintayzar-hm/crypto/issues).

(back to top)

## ⭐️ Show your support

If you like this project and would like to have us contribute to your project, kindly shoot us a message to our individual handles above.

(back to top)

## 🙏 Acknowledgments

Original Design Idea By [Nelson Sakwa](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs))

(back to top)

## ❓ FAQ

- **[Question_1]**

- [Answer_1]

- **[Question_2]**

- [Answer_2]

(back to top)

## 📝 License

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

(back to top)