Skip to content

A collection of beginner to intermediate JavaScript projects, including a weather app, BMI calculator, digital clock, and guessing game. Each project is interactive, and built to sharpen core JS skills. Explore, learn, and feel free to contribute!

Notifications You must be signed in to change notification settings

techie-being/Javascript-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ JavaScript Projects Collection

Welcome to my JavaScript Projects repository!
This is a curated collection of mini and beginner-to-intermediate level web projects built using HTML, CSS, and JavaScript. Each project is self-contained, fun, and designed to improve core JavaScript skills including DOM manipulation, API integration, logic building, and more.


πŸ“ Projects Included

# Project Name Description Live Demo
1️⃣ BMI Calculator A simple app to calculate Body Mass Index (BMI) based on user input for height and weight. Live
2️⃣ Weather App Fetches real-time weather data using API based on user input city. Live
3️⃣ Digital Clock Displays real-time clock with hours, minutes, and seconds. Live
4️⃣ Guess The Number A fun game where the user guesses a randomly generated number. Live

ℹ️ Replace the demo links with your actual deployment links (GitHub Pages, Netlify, etc.)


πŸ› οΈ Tech Stack

  • βœ… HTML5
  • βœ… CSS3
  • βœ… Vanilla JavaScript (ES6+)
  • 🧠 DOM Manipulation
  • 🌐 REST APIs (e.g., Weather API)

πŸ“¦ Folder Structure

JavaScript-Projects/
β”‚
β”œβ”€β”€ bmi-calculator/
β”‚   └── index.html, style.css, script.js
β”‚
β”œβ”€β”€ weather-app/
β”‚   └── index.html, style.css, script.js
β”‚
β”œβ”€β”€ digital-clock/
β”‚   └── index.html, style.css, script.js
β”‚
β”œβ”€β”€ guess-the-number/
β”‚   └── index.html, style.css, script.js
β”‚
└── README.md

πŸ’‘ What I Learned

  • Practiced real-world JavaScript applications

  • Improved DOM and event handling skills

  • Understood how to work with APIs

  • Gained confidence in debugging and UI interactions

πŸ“¬ Connect with Me

⭐ If you like this repo, consider giving it a star and sharing it with your friends!

About

A collection of beginner to intermediate JavaScript projects, including a weather app, BMI calculator, digital clock, and guessing game. Each project is interactive, and built to sharpen core JS skills. Explore, learn, and feel free to contribute!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published