Skip to content

lokhacodes/Mini-js-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Apps Collection

This repository contains a collection of simple web applications built with HTML, CSS, and JavaScript. Each app is self-contained and demonstrates basic web development concepts.

Apps Included

Counter App

A simple counter application that allows users to increment a count, save it, and view previous entries. Features a welcome message for "lokha's town."

  • Location: counter app/
  • Features: Increment count, save entries, display previous entries
  • Technologies: HTML, CSS, JavaScript

Basketball Scoreboard

A web-based scoreboard for tracking basketball game scores between home and guest teams.

  • Location: basketball-scoreboard/
  • Features: Add points (1, 2, or 3), highlight leader, new game reset
  • Technologies: HTML, CSS, JavaScript

Blackjack Game

A simple implementation of the Blackjack card game where players aim to get as close to 21 as possible without exceeding it.

  • Location: Blackjack Game/
  • Features: Random card generation, sum calculation, win/lose detection
  • Technologies: HTML, CSS, JavaScript

How to Run

Each app is contained in its own folder. Open the index.html file in a web browser to run the application.

Technologies Used

  • HTML for structure
  • CSS for styling
  • JavaScript for interactivity

About

This repository contains a collection of simple web applications built with HTML, CSS, and JavaScript. Each app is self-contained and demonstrates basic web development concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors