/Color-Scheme-Generator

A simple website that displays different color schemes. The color scheme is fetched using the color API.

Primary LanguageJavaScript

Color Scheme Generator

Description

image

"Color Scheme Generator" is a simple website that displays different color schemes. You pick a color of your choice from the color input and select a scheme of your choice and get a corresponding color scheme delivered to you. The color scheme is fetched using the color API. This is part of the Scrimba Front-End Career Path projects

Built With

  • HTML
  • CSS
  • JavaScript

Get Started

To get a local copy up and running follow these simple example steps.

  1. Clone the Repo or Download the Zip file or https://github.com/ElijahTobs/Color-Scheme-Generator.git.
  2. cd /Color-Scheme-Generator
  3. Open it with the live server

Test

For tracking linter errors locally you need to follow these steps:

After cloning the project you need to run these commands

npm install
This command will download all the dependancies of the project

For tracking linter errors in HTML files run:

npx hint .

For tracking linter errors in CSS or SASS files run:

npx stylelint "\*_/_.{css,scss}"

And For tracking linter errors in JavaScript files run:

npx eslint .

Live Demo

See the live by clicking Live Demo Link

Author

👤 Elijah Ayandokun

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks to everyone who will get time to check this code and sugest any issue to improve the page.
  • Thank you Scrimba

📝 License

This project is MIT licensed.