Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.39 KB

README.md

File metadata and controls

48 lines (36 loc) · 2.39 KB

Abstract:

We created a random palette generating application that allows a user to customize and build color palettes. Features added allows users to lock, delete, and create color palettes that can be saved and displayed on the UI.

Installation Instructions:

  1. Fork it.
  2. Clone it. Copy and paste the SSH
  3. Open in text editor
  4. Run open index.html in the terminal

Preview of App:

COLORANDOM.-.19.September.2022.mp4

Context:

This project was a massive collective collaborative project, that all participants contributed to in the allotted time given. We were given 7 days to complete this project on our 1st mod in week 4.

Contributors:

Jocelle Bautista
Dmitrii Gubko
Tricia Holmes
Jordan Smith

Learning Goals:

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 We used the technical language of Javascript, CSS, HTML. Applied Git Workflow, Google, Turing, our cohortmates :)

Wins + Challenges:

Wins: Technical Wins included: setting up the classes and setting up DOMs, and the CSS styling came pretty easy. Challenges included bubbling and event propagating to some functions. As a group, we were able to overcome this challenge through google, the lessons and activities practiced in class, and brainstorming.