Giter Site home page Giter Site logo

ddavisgraphics / js_responsiveimagereader Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 502 KB

This is a test case that will evaluate images that are placed into the drop box. The concept is to take images that may be QR codes and read them, but if they are not QR codes, then we want to provide a different set of logic for validating the inserted image.

JavaScript 2.38% Shell 3.31% ApacheConf 29.42% PHP 5.37% CSS 56.86% HTML 2.66%

js_responsiveimagereader's Introduction

Engine Framework 4.0 - LAMP Stack

My startup for using EngineAPI to rapidly dev app.

Templates

  • Application -- This folder will be linked directly to the EngineAPI so that all files in this will be able to be used in the application making for easy skinning and adjustments on the fly.
  • FormBuilder -- This folder will be linked into the EngineAPI Modules FormBuilder Templates so that you can create new templates and modify templates directly that will affect the formBuilder layout and look.

Backend Adjustments / Per Application

  • Modify Vagrant File Name
  • Modify httpd.conf file for Document Root
  • Modify the Variables in the bootstrap.sh file
  • Modify SQL Tables to fit your application
  • Adjust and Modify ReadMe for Documentation Purposes.
  • You may also have to modify the defaultPrivate secion when launching the application

FrontEnd Stack

  • In the includes file there is a folder of templateIncludes specifically for your templates in the application. For this my frontend stack is going to consist of bower, grunt, scss, and depending upon project Jquery or another JS framework.

  • Bower

    • For getting and managing dependencies
  • Grunt

    • For Preprocessing, Cancatenation, Minification, and Uglification of JS and SCSS.
  • The SCSS stack uses

    • bourbon
    • neat
    • normalize
    • and custom modules easy to adjust
    • the utilities folder is comprised of different items you may need as breakpoints or extensions, but remember that you may need to change varaibles and it may not work right off the bat.

Bower Setup

  • Needs NPM / Node
    • sudo npm install -g bower installs bower
    • bower install {package} --save example of installing dependencies from bower

Grunt Setup

  • Needs NPM / Node
    • sudo npm install -g grunt-cli installs grunt
    • sudo npm install grunt --save-dev example of installing grunt dependencies
    • Modify Grunt file, if need arises otherwise to begin watching js/css cd into project and type grunt before closing or changing branches use control + c.

js_responsiveimagereader's People

Watchers

 avatar  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.