Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.34 KB

Vanilla Javascript Projects

Project 1: Memory Game

A simple card game where you need to match pairs by turning over 2 cards at a time.

Link: Memory Game

Project 2: Whack a Mole

A simple grid-based game using HTML, CSS and JavaScript. The idea of whack-a-mole is simple! The player needs to hit the grid with the mole in as many times as possible until the time runs out.

Link: Whack a Mole

Project 3: Color Picker

A simple color picking application that generates random colors. Colors can be chosen using a simple list of colors or randomly generated as hex based color codes.

Link: Color Picker

Project 4: Counter

A simple counter application in vanilla Javascript.

Link: Counter

Project 5: Reviews

A simple reviews application in vanilla javascript.

Link: Reviews

Project 6: Quote Generator

A random quote generating application. Randomly generated quotes can be directly sent to a twitter tweet.

Link: Quote Generator