nashvillefcc / palettepicker

The Palette Picker lets users preview a selection of colors for designing their own websites/pages
2 stars 0 forks source link

# The Palette Picker™

Phase 1 complete!

This tool is a page that shows a generic/example web page in a preview window and allows the user to select colors for the different HTML elements on that example page. The aim of this tool is to help users choose a desired palette of colors for use on their own website layout, and give the user the hex or rgb values of those colors to be easily plugged into CSS.

This is a project built by members of the freeCodeCamp Nashville Meetup group

To run this project, make sure you have installed Node and run the following in the terminal:

npm install

Once the packages have finished installing, run

npm start

from the root directory.

This will start the app.

TODO / Phase 2: