Hey everyone! ๐
Iโm thrilled to share the progress of my 21-day JavaScript learning journey with you. As part of this challenge, guided by the incredible Hitesh Choudhary from the โChaiAurCodeโ YouTube channel, I've been diving deep into JavaScript and building cool projects. Today marks Day 7, and Iโve crafted two exciting projects using the knowledge I've gained so far. Letโs dive into what Iโve been up to!
๐ Project 1: Background Color Changer
For this project, I created an interactive background color changer. ๐๏ธ I designed a series of colorful cards that, when clicked, change the background color of the webpage. Itโs a simple but fun way to showcase how JavaScript can manipulate the DOM and handle user interactions.
Hereโs a snapshot of the project in action:
How it works:
Users click on a color card.
The background color of the webpage changes to the color of the clicked card.
Itโs a great demonstration of event handling and style manipulation in JavaScript!
๐๏ธ Project 2: BMI Calculator
The second project I worked on is a BMI (Body Mass Index) calculator. ๐งฎ Users can input their height and weight, and the calculator will display their BMI. This project involves:
Taking user input for height and weight.
Performing the BMI calculation.
Displaying the result to the user.
Check out the BMI calculator in action:
This project helps reinforce my understanding of form handling, data processing, and output in JavaScript.
๐ป Check It Out!
Iโve organized all these projects on my GitHub repository ๐จ. Feel free to explore, provide feedback, and contribute! Iโm always open to suggestions and improvements.
Github Link:-https://github.com/Rohit-1301/21-day-Javascript
Additionally, connect with me on LinkedIn ๐ to stay updated with my progress and connect on professional matters.
Linkedin:- www.linkedin.com/in/rohit-gupta-687b9829a
Thank you for following along on this journey! Stay tuned for more updates and exciting projects. ๐
Happy coding! ๐จโ๐ป๐ฉโ๐ป
Top comments (0)