Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@

# Mini-Projects

This repository contains **beginner-friendly JavaScript projects** to help developers learn and practice coding.
Projects are simple, practical, and perfect for beginners looking to strengthen their JavaScript skills.

## Projects Included

- **Calculator** – A basic calculator to perform arithmetic operations.
- **Todo List** – A task manager to add, remove, and mark tasks as completed.
- **Clock** – Analog and digital clocks displaying the current time.
- **Password Generator** – Generate strong and secure passwords.
- **Temperature Converter** – Convert temperatures between Celsius, Fahrenheit, and Kelvin.
- **Text Utilities** – Tools for text manipulation like uppercase, lowercase, word count, etc.

## Features

- Beginner-friendly code structure
- Fully functional projects
- Simple and clean UI
- Mobile and desktop responsive

## Getting Started

Follow these steps to run the projects locally:

1. **Fork the repository** and clone it to your local machine:
git clone https://github.com/virtiijain/Mini-Projects.git

2. **Navigate to the project folder:**
cd Mini-Projects

3. **Open the HTML file of the project you want to try in your browser:**
open index.html