Hey everyone! π
After learning the basics of HTML, CSS, and some essential JavaScript concepts like:
Variables
Functions
Increment operation
Event listeners
β¦I decided to put them into practice by creating my first project: Car Counter App.
π GitHub Repository: (https://github.com/itsargha6656/Car-Counter-App)
π What the app does
Itβs a simple app where you can count cars entering or leaving a parking area with just a click. The count updates instantly, thanks to JavaScriptβs event listeners.
π‘ What I learned while building it
Structuring HTML for functionality.
Styling elements for a clean UI with CSS.
Using addEventListener() to make buttons interactive.
Managing data with variables and functions.
This project may be small, but it marks the start of applying my skills to real, working applications. π
If you check out the repo, Iβd love feedback or suggestions on making it better!
Top comments (0)