Skip to content

austriker27/humans-are-awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The HH Color Picker

This is a fun little color picker that generates random color and allows a user to pick a color swatch from a bunch of randomly generated colors. Right now the total numbers generated is 100 but this is relatively easy to change by updating the totalNumberOfColors variable in src/component/App/index.js. Upon clicking on a color swatch the website generates two color swatches with lighter luminosity and two color swatches with darker luminosity. A user can hit the clear button to go back.

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

a computer, the internet, and much brawndo to stay hydrated

Installing

A step by step series of examples that tell you how to get a development env running

To install and run on your machine, git clone or download the repo and then run the following commands.

npm install
npm run start

Point your browser to localhost to preview. It will live reload as you make any updates to the React or CSS files.

Here's a gif preview of what the website actions looks like: A screencaptured gif of how to use this website

Easter Egg

Per typical convention the HH logo in the navigation bar brings a user back to the home page.

Deployment

Deployed via the amazing Netlify to here.

Built With

Contributing

Feel free to create a fork and then send a PR if you would like to contribute.

Authors

  • David Lindahl - A One Man Coding Army - My Github

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Much thanks to friends and family who put up with me

TODO

  • Create some tests
  • Design layout for mobile first
  • Add ability for user to change the total number of randomly generated colors
  • perfect the color swatch details page so it more accurately grabs color variants of the selected color
  • underline the current page in the pagination feature
  • search functionality
  • functionality for the colors on the sidebar
  • perhaps find a color API to use for the color swatches and details page

MIT © David A. Lindahl

About

A fun little color picker built using tailwindcss and react.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published