Welcome to the Chai aur Code JavaScript project collection!
This repository features 4 hands-on projects built step-by-step with the Chai aur Code tutorials.
Each project is designed to boost your JavaScript skills through practical, real-world examples.
⚖️ A simple BMI calculator app that computes Body Mass Index based on user input for height and weight. Demonstrates form handling, basic arithmetic, and DOM manipulation.
🎨 An interactive web page where users can change the background color by clicking buttons. Demonstrates event handling and dynamic styling.
🎲 A number guessing game where the user tries to guess a randomly generated number. Covers loops, conditionals, and user input handling.
📝 A basic todo list application allowing users to add and remove tasks. Showcases array manipulation, event listeners, and updating the DOM.
📂 Each project is organized in its own folder with source code and instructions.
🌐 You can access all 4 projects easily through the provided landing page.
Happy coding! ✨