We created an application that allows users to generate, save, and delete random color palettes.
- Copy the SSH key on GitHub inside the code dropdown
- Using the terminal, run git clone [SSH key here]
- Run command cd colorandom to move into the project directory
- Run command open index.html to launch the application in the web browser
This project was created during our 4th week in Turing. It took an estimated 20 hours of group collaboration and some additional solo/paired(2) sessions to implement the required functionality.
- 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
Challenges:
- Working with CSS to acquire desired behavior/styling.
- Resolving merge conflicts.
Wins:
- Collaborating with driver/nagivation style while dividing work.
- Creating cohesive functionality between CSS, JS, and HTML.
- Implementing extra features including accesibility features and additional CSS.
- Understanding how data mutability affected our project, and discovering ways to overcome it.