Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.81 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.81 KB

Mini JS Projects

Mini JavaScript that I completed in my spare time to improve my JavaScript skills and knowledge. Read about the projects below and click the link to view a demo 👀

View projects below

Pong 🕹

Quick five minute project, remake of popular game Pong.

  • Computer AI to play against
  • Score is kept for both players
  • Restarts every time someone scores, no end game

Color Game 🎨

Udemy course; this helped me build a strong understanding how to use JavaScript and CSS together.

  • Based on the random RGB colour at the top, guess which square it is
  • Easy and Hard modes + new colours reset available
  • Tons of awesome animations

Patatap 🎶

Remake of popular online keyboard beatmaker Patatap (Click here to view the original).

  • Press any key to play a sound
  • Every key has different sound
  • Circular, different coloured animations per sound

Meme Generator 😂

Create your own meme! Upload a photo and save it. Built with HTML5 Canvas.

Filtered List 🎛️

Quick project to use ES6 and practice JS. Filter through a list of contacts using the input.

Weight Converter ⚖️

Suuuuper fast project, extremely simple. Just convert pounds to grams, kilos, and ounces. I should probably add speed too 🤔

To Do List 📝

Udemy course; built a To-Do List primarily with CSS, and a little JS.

Chat App

NodeJS practice, built with Socket.io. Anyone can join the chat when server is running and send a message.