DEV Community

Cover image for My First JavaScript Project – Car Counter App πŸš—
Argha
Argha

Posted on

My First JavaScript Project – Car Counter App πŸš—

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)