Skip to content

junagao/top-10-colors

Repository files navigation

Top 10 colors

This is a colors rating app implemented with a rating system which lets the user rate the colors manually or randomly.

Random rating will happen when you click the random rate button which will pick a color randomly, rate it with a value between 1 and 5 stars and after a random time defined between 500 and 1000ms it will proceed to rate another color. The rating will go on until the user click the stop rating button.

👀 Preview

https://ratecolors.now.sh/

top-10-colors-png

🚀 Quick start

  1. Download the project and cd into it:

    git clone https://github.com/junagao/top-10-colors.git
    cd top-10-colors
  2. Install dependencies and run the application:

    yarn
    yarn dev
  3. Open your browser and navigate to:

    http://localhost:8080/

📚 Tech Stack

  • React 16
  • Redux
    • Redux Dev Tools
  • Hooks
  • Emotion
  • Webpack 4
  • Babel 7
  • Hot Module Replacement
  • ESLint (airbnb styleguide)
  • Prettier
  • Husky
  • lint-staged
  • Jest
  • Enzyme
  • react-icons

Author

Juliane Nagao - GitHub - LinkedIn

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published