Skip to content

rijalghodi/colors-check

Repository files navigation

Colors Check

Description

An app to test the color combination balance in the webpage.

This test follows the 60-30-10 rule to choose colors. Acording to this rule, you just need three colors to style your web. 60 percent is neutral color (whitespaces and backgrounds). 30 percent is primary color (common texts and lines), And 10 percent is accent color (buttons and important texts).

Here is what the app looks like:

Features

  • Insert a custom color pallete and set it as a web color theme
  • Add custom color pallete into pallete collection
  • Apply and delete the pallete collection

Project Deployment

https://colors-check.vercel.app/

How to Run in Local Computer

  1. Install all the modules
npm install
  1. Compiles and hot-reloads for development
npm run serve
  1. Compiles and minifies for production
npm run build
  1. Lints and fixes files
npm run lint
  1. Customize configuration See Configuration Reference.

Technologies

  • Vue.js
  • Tailwind CSS

About

An app to test the color combination balance in the webpage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published