Randomized Color Lab
According to science, viewing colors can help you relaxed. Yes, colors strongly impact our psychological, emotional, and even physical well-being. We all need some form of entertainment to escape our hectic routines. You can use Randomized-Color-Lab as a stress management tool because it will help you change your mood if you are feeling overly stressed.
This easy-to-navigate color guessing game will help users to play the game and relax their minds. The Randomized Color Lab will also allow the user to discover new colors and copy their favorite color code at the end of the game. Users can access this website at any time from any device.
Visit the website: Randomized Color Lab
📌 Tech Stack
📌 Snapshot of the Website:
📌 Contribution Guidelines 🏗
Are we missing any of your favorite features, which you think you can add to it❓ We invite you to contribute to this project and make it better. To start contributing, follow the below guidelines:
1. Fork this repository.
2. Clone your forked copy of the project.
git clone https://github.com/KiranAminPanjwani/Randomized-Color-Lab.git
3. Navigate to the project directory.
cd Randomized-Color-Lab
4. Create a new branch:
git checkout -b YourBranchName
5. Make changes in source code.
6. Stage your changes and commit
git add .
git commit -m "<your_commit_message>"
7. Push your local commits to the remote repo.
git push origin YourBranchName
8. Create a PR
9. If anyone contribute to this repository, then the changes will not reflect in your local repository. For that:
10. Setup a reference(remote) to the original repository to get all the changes from the remote.
git remote add upstream https://github.com/KiranAminPanjwani/Randomized-Color-Lab
11. Check the remotes for this repository.
git remote -v
12. Fetching from the remote repository will bring in its branches and their respective commits.
git fetch upstream
13. Make sure that you're on your master branch.
git checkout main
14. Now that we have fetched the upstream repository, we want to merge its changes into our local branch. This will bring that branch into sync with the upstream, without losing our local changes.
git merge upstream/main
Code of Conduct 📜
To maintain a safe and inclusive space for everyone to learn and grow, contributors are advised to follow the Code of Conduct.
Contribution is fun! ❤️
If you have any feedback or suggestions please reach out to me.
In order to make a hassle-free environment, I implore you all (while contributing) to follow the instructions Contributing Guidelines!
You can create a issue and mention there , which new features or extension can make this Project more good.
Show some ❤️ by starring⭐ this awesome Repository!
📌 Getting Started with Create React App 💫
This project was bootstrapped with Create React App.
Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm run eject
Note: this is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
Code Splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
Analyzing the Bundle Size
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
Advanced Configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
npm run build
fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
Project Admin ❤️
© 2022 Kiran Amin Panjwani and contributors
This project is licensed under the MIT license.
Kiran Panjwani |