This repository is a collection of small projects I am building while learning frontend web development.
The goal is to practice and improve my skills in HTML, CSS, and JavaScript by making real interactive pages.
Projects
- Project 1 - FAQ Page: A simple and styled FAQ page explaining what HTML, CSS, and JavaScript are.
- Project 2 - Todo list page: A simple Todo page create task and list.
- Project 3 - Random Quote Generator: A page that shows random developer quotes using JavaScript arrays and functions.
- Project 4 - Tip Calculator page: to calculate tip with each person average payments.
- Project 5 - Digital clock page : to show current time
- Project 6 - Temperature coverter page : converter Temperature in different type.
- Project 7. - BMI Calculator : calculate body weight and height BMI with input.
- Project 8 - Stop Watch : Record time with start-resume-reset button.
- Project 9 - Testimonial Slider : show People feeback with Slider.
- Project 10 - Age Calculator : calculate your age by your birth month.
About
I am learning frontend development from the basics. I started with HTML and CSS, then moved into JavaScript.
Right now I have learned about loops, conditional statements, functions, and arrays with some methods.
By making one project every week, I want to track my progress and apply what I learn step by step.