"coloRandom?" is a single page web application built using HTML5, CSS3 and vanilla JavaScript. The application generates a random color pallate from a pre-defined list, and displays it on the user's screen.
The spec for this project can be found here.
The applicaiton has been deployed to AWS, and can be accessed here.
- Write semantic HTML and efficient CSS to form a usable UI
- Write clean, DRY JavaScript and leverage classes, creating and using an effective data model
- Manipulate the page after it has loaded adding, removing, and updating elements on the DOM
- Refine your collaboration skills
- Git
- HTML
- CSS
- JavaScript
- On page load, and when a user clicks the New Palette button, a new set of colors is created and displayed.
- When a user clicks the New Palette button, a new set of colors is created and displayed.
- The user can click a lock icon under each color in the Palette and lock it.
- When the New Palette button is clicked, all the colors update as expected, except for any colors that are locked.
- When a user clicks Save Palette, the saved palette shows up in the saved palette side of the UI, and a new palette is displayed on the main section.
- Each saved palette is rendered with a trash icon to delete the palette.
- When a saved palette’s delete button is clicked, that palette is removed from the page.
- Fork this repo
- Clone the repo to your local machine
- View the project in the browser by running open index.html in your terminal



