ayanfeOlugbeja / simple-javaScript-projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-javaScript-projects

This repository contains a collection of simple JavaScript projects that I have created for the purpose of learning and practicing different concepts of JavaScript.

Project List
Project 1: "Black Jack game" -This is a simple implementation of the classic card game Blackjack. The game allows a player to play against the computer and try to beat the dealer by getting as close to 21 points without going over.
Project 2: "Carousel" -This is a simple implementation of an image carousel using HTML, CSS, and JavaScript. The carousel allows users to cycle through a set of images by clicking on the navigation buttons or by using the arrow keys on their keyboard.
Project 3: "Passenger counter app" - This is a simple implementation of a passenger counter app using HTML, CSS, and JavaScript. The app allows users to track the number of passengers getting on and off a bus or train. It includes increment, decrement and reset buttons and display count in real-time.
Project 4: "Simple calculator" - A basic calculator that performs basic arithmetic operations.

Technologies Used

  • HTML
  • CSS
  • javaScript

How to Use
1 Clone the repository to your local machine.
2 Open the project folder in your code editor of choice.
3 Open the index.html file in your browser to view the project.
4 Follow the instructions for each project to use them.

Credits
Feel free to use, modify, and distribute these projects for personal or educational purposes. If you have any questions or feedback, please don't hesitate to contact me.

About


Languages

Language:JavaScript 45.2%Language:HTML 27.7%Language:CSS 27.1%