https://github.com/javitocor/palettescheme
A practice using REACT NATIVE to create a mobile app where users can create their own palettes color schemes.
https://github.com/javitocor/palettescheme
android-application expo fetch-data javascript react-hooks react-native
Last synced: about 2 months ago
JSON representation
A practice using REACT NATIVE to create a mobile app where users can create their own palettes color schemes.
- Host: GitHub
- URL: https://github.com/javitocor/palettescheme
- Owner: javitocor
- License: mit
- Created: 2020-12-28T12:17:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T12:28:19.000Z (over 4 years ago)
- Last Synced: 2025-01-25T17:46:14.199Z (4 months ago)
- Topics: android-application, expo, fetch-data, javascript, react-hooks, react-native
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
# React Native App
> A practice using REACT NATIVE to create a mobile app where users can create their own palettes color schemes.

Additional description about the project and its features.
## Built With
- CSS
- JAVASCRIPT
- NPM
- REACT NATIVE
- NODE
- EXPO
- ESLINT
- VSCODE## Getting Started
### Usage
To have this app on your pc, you need to:
- [download](https://github.com/javitocor/PaletteScheme/archive/main.zip) or clone this repo:
- Clone with SSH:
```
[email protected]:javitocor/PaletteScheme.git
```- Clone with HTTPS
```
https://github.com/javitocor/PaletteScheme.git
```- In the project directory, you can run:
- `$ npm install` - installs all the dependencies required by the project
- `$ npm start` or `$ expo start` - runs the app in the development mode:
- Open the QR code with your Expo app from your android phone.
- The app will reload if you make edits.
- You will also see any lint errors in the console.## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/PaletteScheme/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- [React Native Documentation](https://reactnative.dev/docs/getting-started)
- [Frontend Masters](https://frontendmasters.com/courses/react-native-v2)## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/PaletteScheme.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/PaletteScheme/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/PaletteScheme.svg?style=flat-square
[forks-url]: https://github.com/javitocor/PaletteScheme/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/PaletteScheme.svg?style=flat-square
[stars-url]: https://github.com/javitocor/PaletteScheme/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/PaletteScheme.svg?style=flat-square
[issues-url]: https://github.com/javitocor/PaletteScheme/issues