Welcome to the Mini Projects Collection! This repository contains a series of small projects I've created to practice and improve my skills in web development. Each project is designed to be simple, yet functional, providing a hands-on learning experience.
A simple and intuitive to-do list application that allows users to keep track of their tasks. Key features include:
- Add, edit, and delete tasks
- Mark tasks as completed
- Filter tasks by status (completed, pending)
- Responsive design for both desktop and mobile devices
- Persistent storage using local storage
A responsive calculator that performs basic arithmetic operations. Key features include:
- Addition, subtraction, multiplication, and division
- Real-time display of the current calculation
- Clear and backspace functionality
- Responsive design that adapts to different screen sizes
- History panel to view past calculations
- "Clear History" button to remove all past calculations
Stay tuned for more mini-projects that I'll be adding to this collection!
To explore these projects locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/mini-projects.git
- Navigate to the project directory:
cd mini-projects
- Open the project folder:
Open the respective project folder and launch
index.html
in your preferred browser to view the application.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.
This project is licensed under the MIT License. See the LICENSE file for details.