Code Monkey home page Code Monkey logo

coloring-book-1's Introduction

Coloring Book (blue team)

Description of Project

In this project you can

  • select a page to color from a gallery of options
  • use point and click controls to color in shapes of a given image
  • undo/redo coloring steps

Installation Instructions

Install dependencies. Before running any of the following scripts, you must be in the root directory of this project.

cd $this_project_directory
npm install

Build and Serve project on localhost

npm start

To skip the build and just serve on localhost

npm run serve

The project will then be available on http://localhost:8080. (it should automatically open in your default browser)

To develop locally,

npm start
gulp watch

changes to development files will be copied to the distribution folder on save, but assets will need to be re-applied if updated. To copy assets to the dist/ directory, run

# all assets
sh bin/static.sh -a
# or
npm run assets

# fonts
sh bin/static.sh -f

# images
sh bin/static.sh -i

# svg
sh bin/static.sh -s

Project Requirements

Full requirements doc on Phil's repo

Must Haves

  • Color Picker
  • Image library (multiple coloring pages)
  • Attribution for each image
  • Works on mobile devices, viewports ranging 360 โ€“ 1440px
  • Built with task runners, bundlers, scripts, continuous integration, git hooks etc.
  • Built with Git
  • Runs on live production server

Nice to Haves

  • Full spectrum color picker
  • Undo/Redo steps feature
  • Automated deployment script
  • Export svg/png/jpg
  • Save/Load
  • Sharable link
  • Multi-user live editing (google docs)
  • User Account logins

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.