Skip to content

SameerSinghal26/Mini_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Projects Collection

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.

Projects

1. To-Do List App

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

2. Calculator

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

View Project

Upcoming Projects

Stay tuned for more mini-projects that I'll be adding to this collection!

Getting Started

To explore these projects locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/mini-projects.git
  2. Navigate to the project directory:
    cd mini-projects
  3. Open the project folder: Open the respective project folder and launch index.html in your preferred browser to view the application.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.

License

This project is licensed under the MIT License. See the LICENSE file for details.