sample62

VotePlex

MEAN stack Voting app created using ES6, AngularJS, UI Bootstrap. XSS, CSRF protection by lusca module.

sample62

Recipe Box

Recipe Box. ES6, React, Ajax, RWD, Vanilla JS, lazy load, local storage.

sample62

Fcc leaderboard

Leaderboard created using ES6, React, RWD, ajax.

sample62

Markdown Previewer

Markdown Previewer created using Babel, RWD and React.

sample62

Simon-game

Simon game. Created using SCSS. RWD

sample62

Tic-tac-toe

Tic-tac-toe game with minimax algorithm + Alpha–beta pruning. Created using SCSS, BS3, RWD

sample62

Wikipedia Search

Search wikipedia. Get results by typing or generate random search. Created using SCSS, AJAX, RWD, wiki API, jQuery.

sample62

Pomodoro Clock

Simple pomodoro timer with customizable time breaks and sessions lengths. RWD

microservices

sample62

Image Search Abstract Layer

Search for images using Google Custom Search API, show recent terms. Ajax, express.js, MongoDB (mongoose), debug, dotenv, RWD.

sample62

Simple Test Harness

Send file to server and recive basic metadata of file (filesize). jQuery Form, Express, multer

sample62

URL Shortener

Pass a URL as a parameter and you receive a shortened URL in the JSON response. regex-weburl.js for checking correctness of url and a head request for checking host availability Express, dotenv, mongodb

sample62

TimeStamp Microservice

Pass a string as a parameter, and it will check to see whether that string contains either a unix timestamp or a natural language date. Express