Giter Club home page Giter Club logo

colorandom's Introduction

Colorandom

Abstract:

Colorandom is a web-based application that generates color palettes. Using JavaScript in conjunction with CSS and HTML, we built Colorandom to allow users to generate random color palettes, lock and unlock colors generating more customized palettes, and save their favorite color palettes. Note: saved palettes will not persist across page refreshes.

Installation Instructions:

  • Clone this repo to your local computer.
  • Open in your text editor.
  • Read the README.md.
  • In the terminal, run the command open index.html for initial deployment and interaction with app.

Preview of App:

You can visit the live site here.

Brief features gif

Context:

This project was completed during our fourth week at Turing. It was our second collaborative project and took us five days to complete. The spec for this project can be found here.

Contributors:

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

Technology Used

  • Atom
  • HTML
  • CSS
  • Chrome Dev Tools
  • JavaScript
  • Github

Wins:

  • Because we dedicated time to pre-planning, calendaring collaborative work sessions, and creating thoughtful working agreements in our DTR prior to coding, we were highly successful in collaborating as a team of four across three different time zones while still balancing classes, meetings, and other assignments.
  • Through this project, we developed a deeper understanding of when and how to use CSS Flexbox.
  • We maximized learning and efficiency for all group members by writing code collaboratively, while also allowing time for independent thinking and coding. This allowed us to see multiple approaches as we problem solved as a team.
  • We deepened our understanding of the connection between the data model and the DOM and the importance of updating the DOM using the data model.

Challenges:

  • Initially, we struggled with writing code that was long and repetitive, but eventually, we were able to organize our data so that we could use for loops to iterate through it to create clean, DRY code without losing functionality.
  • One of our initial challenges in this project was that we were updating our data model and the DOM independently of each other, and the two were not in sync. This led to some issues that forced us to go back and refactor our code.

Future Features:

  • Add local storage so that saved palettes are stored locally and persist upon page refresh
  • Modify Palette class to generate colors that follow a specific algorithm that ensures colors in the palette are aesthetically pleasing color combinations after researching how hex codes are generated and color psychology

colorandom's People

Contributors

evansswanson avatar courtney-lippman avatar jmyacobn avatar gderibeaux avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.