Below are some of the web developer bootcamp course projects. All of them are purely front-end app with only HTML / CSS / Javascript

Source Code

Color Guessing Game

The game will give an RGB value and some squares fill with different color. The player choose the correct color square that matches the given RGB value wins. There are three difficulty level to choose. The game also includes a statistics function to calculate the correct rate of the player.

colorGame.png
colorGame.png

Demo

To-Do List

This tool allows user to keep track of their daily tasks. User can update a task, mark it as completed, or delete a task.

TodoList.png
TodoList.png

Demo

Patatap

Patatap is a fun music game. User can type any key on their keyborad and the game will play different sounds and show animated circle on the screen with different colors.

Several javacript library are included in this project, includes JQuery, Paper.js and Howler.js

Demo