Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwekubright/cryptoverse-mobile-app
A crypto listing app built with react, redux and CoinGecko API. It allows users to browse list of crypto assets and view their details
https://github.com/kwekubright/cryptoverse-mobile-app
Last synced: 13 days ago
JSON representation
A crypto listing app built with react, redux and CoinGecko API. It allows users to browse list of crypto assets and view their details
- Host: GitHub
- URL: https://github.com/kwekubright/cryptoverse-mobile-app
- Owner: kwekubright
- License: mit
- Created: 2022-07-25T23:04:27.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-07-27T16:22:46.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:03:41.867Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 366 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptoVerse Mobile App
![cryptobanner](https://user-images.githubusercontent.com/5249414/181251730-6a6dc577-6d54-42f6-8e07-3ac437dbe886.png)> The application will allow users to filter a list of crypto assets and view detail. If you are a crypto lover, you can use this app to stay updated on current prices and market cap.
## Presentation
[Click here to watch my presentation](https://www.loom.com/share/ecfa74659b8e441781ca0378fd4337b4) |
[Click here for live demo](https://62e1463c4c84cd27a8ed2f61--ephemeral-jalebi-c9b606.netlify.app/)## Built With
- JavaScript, HTML, CSS
- React.js
- Redux, Redux-toolkit
- Jest## Getting Started
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Prerequisites
- Node
- Git
- Code Editor## Install
Run the following command to get a working version locally
- `git clone https://github.com/kwekubright/CryptoVerse-Mobile-App.git`
- `cd cryptoverse-mobile-app`
- `npm install`
- `npm start`## Test
Run this command to test the application
`npm test`
## Authors
Bright Ahiadeke
- GitHub: [@kwekubright](https://github.com/kwekubright)
- Twitter: [@kwekubright_](https://twitter.com/kwekubright_)
- LinkedIn: [Bright ahiadeke](https://www.linkedin.com/in/kwekubright/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- All API used in project were from CoinGecko ♥️
- Inspiration for design Nelson Sakwa (https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs))
- Thank you [Microverse Bootcamp](https://www.microverse.org/)