Skip to content

Adityagaur7078/HTML-CSS-JS-Project

Repository files navigation

HTML • CSS • JavaScript Mini Projects

This repository contains small frontend practice projects built using HTML, CSS, and JavaScript. The goal of this repository is to practice core JavaScript concepts, DOM manipulation, and UI development by building multiple mini projects.


Projects

1. Password Show / Hide

Toggle password visibility using JavaScript.

Features

  • Show / hide password
  • Eye icon toggle
  • Simple UI

2. Random Password Generator

Generates a secure random password.

Features

  • Random strong password
  • Copy to clipboard
  • Show / hide password toggle

3. Shop Discount Calculator

Calculates the final price after applying discounts.

Discount Rules

  • ₹0 – ₹5000 → No Discount
  • ₹5001 – ₹7000 → 5% Discount
  • ₹7001 – ₹9000 → 10% Discount
  • Above ₹9000 → 20% Discount

Features

  • Cart value input
  • Automatic discount calculation
  • Final price display

Tech Used

  • HTML5
  • CSS3
  • JavaScript (DOM manipulation)

Goal

Build 30+ mini projects to strengthen frontend development skills and JavaScript fundamentals.


Author

Aditya Gaur GitHub: https://github.com/Adityagaur7078

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors