/Checklr

A simple checklist web application based upon vanilla JavaScript.

Primary LanguageJavaScript

Checklr


A simple checklist web application based upon vanilla JavaScript.

This repository is meant to build on JavaScript skills, CSS preprocessor skills, Gulp skills, NPM skills, and Git skills.

I am very open to suggestions on how the code could be better.

Built Using

  1. HTML5
  2. CSS3
  3. (Vanilla) JavaScript

Technologies Utilized

  1. Gulp, coupled with NPM.
  2. gulp-connect (LiveReload)
  3. gulp-htmlbuild (Build of HTML files)
  4. gulp-imagebin (Compression of image files)
  5. gulp-plumber (JavaScript error handling)
  6. gulp-ruby-sass (Compiler and minifier of SCSS into CSS)
  7. gulp-uglify (Inactive, but used to beautify, compress, and minify JavaScript files)
  8. Git
  9. SASS/SCSS, specifically SCSS.

Roadmap

I eventually want to integrate the following into the project.

  • Bootstrap
  • Bower (To handle depencies).
  • HTML5 APIs.
  • Possibly jQuery or AngularJS to build the app out in a more modern fashion.