LSeward0421 / ColoRandom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColoRandom

Abstract

  • ColoRandom is an app that allows users to generate random color palettes with their correlating hex codes. Users have the ability to lock and unlock colors to assist with creating a fully customized palette of their choosing. It gives users the ability to save palettes that they have created for future reference. Go ahead and give it a try!

Installation Instructions

  • Fork this project to your own Github account.
  • Clone the repository to your local machine using your computers terminal.
  • cd into the project.
  • Type: open index.html

Preview

ColoRandom Preview

Contributors

Context

  • We are all students in our 4th week of mod 1 in the Turing School of Software and Design front-end program. We had 7 days to complete this project and spent about 20-25 hours of work time.

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.

Wins and Challenges

Wins:

  • Getting more familiarized with the git workflow
  • Gained proficiency with testing functionality
  • Taking the time to set up and understand class to class interactions, allowing us to streamline future iterations.

Challenges:

  • Figuring out how to approach trouble-shooting, how and when to test functionality.
  • Trying to write functionality that wasn't redundant.

About


Languages

Language:JavaScript 49.0%Language:HTML 28.9%Language:CSS 22.1%