https://github.com/inspecta/cryptox
CRYPTOS is a React-Redux application built on top of the CoinApp API. Keep track of the top cryptocurrencies in real-time, and also view the details of the desired crypto currency.
https://github.com/inspecta/cryptox
api css3 html5 jest react reactjs redux
Last synced: about 1 year ago
JSON representation
CRYPTOS is a React-Redux application built on top of the CoinApp API. Keep track of the top cryptocurrencies in real-time, and also view the details of the desired crypto currency.
- Host: GitHub
- URL: https://github.com/inspecta/cryptox
- Owner: inspecta
- Created: 2022-11-23T04:47:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T11:50:44.000Z (over 3 years ago)
- Last Synced: 2025-04-03T20:22:01.848Z (about 1 year ago)
- Topics: api, css3, html5, jest, react, reactjs, redux
- Language: JavaScript
- Homepage: https://magical-stardust-f24388.netlify.app/
- Size: 835 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CRYPTOX
# 📗 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)
- [📝 License](#license)
**CRYPTOS** is a React-Redux application built on top of the CoinApp API.
Client
Server
Database
- None
- **Fetch API using AXIOS**
- **Store the data in a Redux Slice/Store**
- **Display the data**
- [Live Demo Link](https://magical-stardust-f24388.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this [repository](https://github.com/inspecta/CryptoX) to your desired folder:
`git clone https://github.com/inspecta/CryptoX.git`
### Install
Install this project with:
- Navigate to the Repo Folder
- `cd CyrptoX`
- Install application dependencies (Node has to be installed)
- `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:
Github Pages or Netlify
👤 **Author1**
- GitHub: [@inspecta](https://github.com/inspecta)
- Twitter: [@djmulinde](https://twitter.com/djmulinde)
- LinkedIn: [LinkedIn](https://linkedin.com/in/derrick-mulinde)
- [ ] **Update the application in real time**
- [ ] **Add Cypto Currency symbols**
- [ ] **A better UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kinldy star it.
- I would like to thank [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) of [Behance](https://www.behance.net/adagio07) for providing us with the amazing mobile [Template]()
- Thanks [Microverse](https://microverse.org) for the material you have provided during my development.
This project is [MIT](./LICENSE) licensed.