A mobile app(built using React Native) that provides Complementary colours to selected colours based of the Colour Theory. It gives the name, hex code and the RGB value of the colour(if applicable). It allows for saving colours by project and sharing the chosen colours.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
1. Node.js
2. expo
Expo Client enables you to work with all of the Components and APIs in react-native, as well as the JavaScript APIs that the are bundled with the Expo App.
Expo Client supports running any project that doesn't have custom native modules added.
-
Download the "Expo Client" app from the Play Store or App Store.
-
Start your project with Expo
-
Install the CLI npm i -g expo-cli
-
Start the project expo start
-
Open the project
-
Sign in to expo and the project will appear in the app.
-
Or point your phone's camera at the QR code in the terminal (press "c" to view it).
If you're having issues with Create React Native App, please make sure:
- The issue is not covered in the Expo Docs
- There is not already an open issue for your particular problem
- If you've checked the documentation and currently open issues, please either open a new GitHub issue or ask a question on Expo forums.