GithubHelp home page GithubHelp logo

palette-picker's Introduction

palette-picker

Build Status

An application used generate color palettes, and save palettes to project folders. App is built on the front end using jQuery, JavaScript and CSS. Backend is build using Express and Knex. Continuous Integration provided by Travis CI. Test Suite build using Mocha/Chai

View it live here

Team

+Pat McLaughlin

Project Status

This project is currently through the MVP requirements, which allows a user to generate random color palettes, lock in preferred colors, and save palettes to project folders for later referral.

Project Screen Shots

Desktop

Main

Installation and Setup Instructions

Clone down this repository. You will need node, npm, postgres, and knex installed globally on your machine.

Installation:

npm install psql CREATE DATABASE palettepicker knex migrate:latest

To Run Test Suite:

psql CREATE DATABASE palettepicker_test knex migrate:latest npm test

To Start Server:

npm start

To Visit App:

localhost:3000

Reflection

This was a one week individual project during module four of the frontend program at Turing. Project goals included creating a site that generated a random color palette, and allowed users to lock in colors, and save palettes to different project folders.

App was built using Javascript, jQuery, CSS, Express, and Knex. Test Suite built using Mocha/Chai.

palette-picker's People

Contributors

patrickmc21 avatar

Watchers

James Cloos avatar

palette-picker's Issues

Generate cohesive palettes

Current palette generation is from random hex color creation. Enhance functionality to create harmonious palettes

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.