This project is a simple clicker game built with Next.js. The game increments counters and displays them in different digit boxes. Additionally, it includes a snowfall effect for visual enhancement.
- Increment counters with each click.
- Display counters in ones, tens, hundreds, thousands, ten thousands, hundred thousands, and millions boxes.
- Smooth scrolling to the updated counter.
- Snowfall effect for visual enhancement.
- Clone the repository:
git clone https://github.com/yourusername/Clicker-NextJs.git
- Navigate to the project directory:
cd Clicker-NextJs/clicker-FE - Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000. - Click the button to increment the counter.
- Watch the counters update and scroll smoothly into view.
- Enjoy the snowfall effect.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
