https://github.com/konjoinfinity/trackcrypto
https://github.com/konjoinfinity/trackcrypto
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/konjoinfinity/trackcrypto
- Owner: konjoinfinity
- Created: 2023-02-01T04:56:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T18:10:31.000Z (over 3 years ago)
- Last Synced: 2025-01-11T18:47:29.213Z (over 1 year ago)
- Language: JavaScript
- Size: 302 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Random Color Palette Generator
Created for an app challenge from devprojects (https://codementor.io)
Link: (https://www.codementor.io/projects/mobile/cryptocurrency-price-listing-mobile-app-atx32meo88)
## Motivation
I wanted to create this project for practice, to learn, to challenge myself, and to test releasing mobile apps to the appstores.
## Code style
[](https://github.com/feross/standard)
## Screenshot
## Tech/framework used
React Native Expo
Built with
- [Expo](https://expo.dev/)
- [React Native](https://reactnative.dev/)
## Features
Requirements:
When the user opens the app, they should see a list of cryptocurrencies, and each list item of a cryptocurrency should have the following data corresponding to the cryptocurrency:
- Name of the cryptocurrency (e.g. Bitcoin) ✅
- Symbol of the cryptocurrency (e.g. BTC) ✅
- Current price in USD (e.g. $6545) ✅
- Image logo for each coin ✅
## Installation
`yarn`
## Contribute
If you'd like to contribute, submit a pull request.
## Credits
[@shopify/flash-list]
[expo]
[expo-clipboard]
[react]
[react-dom]
[react-native]
[react-native-web]
[@babel/core]
[@types/react]
[@types/react-native]
[typescript]
## License
MIT © [Konjo Tech - Wesley Scholl](2023)