https://github.com/konjoinfinity/gen-random-color-palettes
https://github.com/konjoinfinity/gen-random-color-palettes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/konjoinfinity/gen-random-color-palettes
- Owner: konjoinfinity
- Created: 2023-01-31T06:31:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T18:17:51.000Z (over 2 years ago)
- Last Synced: 2025-01-11T18:47:31.179Z (5 months ago)
- Language: JavaScript
- Size: 154 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/random-color-palette-generator-mobile-app-cfkyclpsex)
## Motivation
I wanted to create this project for practice, to learn, to challenge myself, to test releasing to the appstores.
## Code style
[](https://github.com/feross/standard)
## Tech/framework used
React Native ExpoBuilt with
- [Expo](https://expo.dev/)
- [React Native](https://reactnative.dev/)## Features
Requirements:
-Setup a React Native App (Flutter or your favorite framework would work too) ✅
-Display a random color palette when a user opens the mobile app ✅
-Create a button for the user to generate a new color palette ✅
-Allow the user to click on the selected color to copy its HEX code ✅
-Display a notification when the selected color's HEX code has been copied ✅## Installation
`yarn`
## Contribute
If you'd like to contribute, submit a pull request.
## Credits
[color-convert]
[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)