kimberlywanst / vanilla-javascript-projects

Showcasing projects that I've built from scratch using HTML, CSS and plain JavaScript.

Home Page:https://vanillajs-only.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla JavaScript Projects

Showcasing projects that I've built from scratch using HTML, CSS and plain JavaScript.
πŸ‘‰πŸ» View all live demos

JavaScript projects showcase


1. Background Colour Picker 🎨

A website that displays a random background colour each time "Change colour" button is clicked.

Background Colour Picker πŸ‘‰πŸ» View live demo


2. Number Guessing Game 🎲

Guess the correct number between 1 and 30. You only have 5 guesses before it's game over! How many rounds can you win without any losing streak?

Number Guessing Game πŸ‘‰πŸ» View live demo


3. Sliding Sign Up & Login Form

A double slider with both sign up and login form.

Sliding sign up & login form πŸ‘‰πŸ» View live demo


4. Popup Modal Window

A popup windows appears when a button is clicked. Clicking on "X", "esc" button or outside of modal will close the popup.

Popup Modal Window πŸ‘‰πŸ» View live demo


5. Pig Dice Game 🎲

Players take turns to roll a single die as many times as they wish, adding all roll results to a running total, but losing their gained score for the turn if they roll a '1'.

Pig dice game πŸ‘‰πŸ» View live demo


6. Photo Gallery πŸ“Έ

30 photos of different sizes are generated using CSS grid. An outlay appears when an image is clicked.

Photo gallery πŸ‘‰πŸ» View live demo


7. Keyboard Drum Kit πŸ₯

When a corresponding key is hit on the keyboard, two things will happen:

  1. The drum sound associated with that key will be played
  2. Short animation highlights which key was pressed

Keyboard drum kit πŸ‘‰πŸ» View live demo


8. Minimal Banking App πŸ’°

Minimal banking app πŸ‘‰πŸ» View live demo


9. Workout Mapper πŸ“

Log workouts based on current location using Leaflet library and OpenStreetMap. Existing workouts are saved using local storage.

Workout Mapper πŸ‘‰πŸ» View live demo

About

Showcasing projects that I've built from scratch using HTML, CSS and plain JavaScript.

https://vanillajs-only.netlify.app/


Languages

Language:HTML 39.7%Language:CSS 36.0%Language:JavaScript 24.3%