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.
- Host: GitHub
- URL: https://github.com/heintayzar-hm/crypto
- Owner: heintayzar-hm
- License: mit
- Created: 2023-01-03T12:08:34.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-29T13:57:42.000Z (about 2 years ago)
- Last Synced: 2025-02-07T23:46:03.962Z (4 months ago)
- Language: JavaScript
- Homepage: https://crypto-28lp.onrender.com/#/home/
- Size: 460 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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-)
- JS
- Webpack
- HTML & CSSClient
- **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**
- [Live Demo Link](https://crypto-28lp.onrender.com/#/home/)
## Pull Requests
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
```
👤 **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)
- [ ] **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**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/heintayzar-hm/crypto/issues).
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.
Original Design Idea By [Nelson Sakwa](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs))
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./LICENSE) licensed.