Welcome to my repository of JavaScript applications! This collection includes various mini-projects that I developed while studying JavaScript. Each project is designed to demonstrate different concepts and techniques in JavaScript programming.
Here are some of the projects included in this repository:
- A simple program that increment and decrement a number using buttons
- An application that simulates rolling a dice, generating random dice values.
- A game where the user guesses a number and receives feedback on their guess.
- A tool to convert temperatures between different units (Celsius, Fahrenheit).
- A basic calculator that performs arithmetic operations such as addition, subtraction, multiplication, and division.
- An application to add, delete, and manage tasks, functioning as a simple to-do list. It uses local storage to retain the tasks even after refreshing or reopening the browser.