Skip to content

Color generator app, as the name suggests, randomizes a hex color when you press a button.

Notifications You must be signed in to change notification settings

guerreiropedr0/color-generator

Repository files navigation

Color Generator

This project is a color generator.

This website gives you a random color every time you press the button.

screenshot

Live Server

In the following link, you can view the Color Generator website

Built With

  • HTML
  • CSS
  • JAVASCRIPT
  • Node.js/NPM

Getting Started

Start by cloning the repository.

git clone git@github.com:guerreiropedr0/color-generator.git

Navigate to the created folder.

cd color-generator

Install all the dependencies.

npm install

Run the live server

npm run start

Go to http://localhost:8080

Build the distribution folder before hosting the app

npm run build

After the build you can host the dist folder.

Authors

👤 Pedro Guerreiro

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgments

I took inspiration from freecodecamp's JavaScript project.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Color generator app, as the name suggests, randomizes a hex color when you press a button.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published