A collection of mini JavaScript projects created for fun and learning. These projects include classic apps like calculators, tic-tac-toe, dice rollers, clocks, stopwatches, and more.
- Calculator: A simple, interactive calculator with basic functions.
- Clock: A modern digital clock with toggleable 12-hour and 24-hour formats.
- Dice Roller: Roll between 1 and 36 dice and view their values and images.
- Stopwatch: A responsive stopwatch with start, stop, and reset functionality.
- Tic Tac Toe: A classic 3x3 grid Tic Tac Toe game with restart functionality.
- Time Calculator: A time management tool that allows adding, subtracting, and resetting time.
- Interactive and user-friendly interfaces.
- Responsive designs for various screen sizes.
- Clear error handling and reset functionalities.
- Clone or download the repository to your local machine.
- Open the
index.htmlfile of any project in your web browser.
Each app in this collection is simple and intuitive. Just interact with the interface using your mouse or keyboard to use the app's features. For example:
- Click buttons for the Calculator or Tic Tac Toe.
- Click on the Dice Roller to roll dice.
- Start and stop the Stopwatch with the appropriate buttons.
- HTML: Structure and layout of the projects.
- CSS: Styling and design elements.
- JavaScript: Functionality and interactivity.
Feel free to contribute by submitting pull requests for new projects, improvements, or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.