🚀 File Size Calculator A simple and elegant web tool to convert file sizes between KB, MB, and GB instantly. ✨ About the Project File Size Calculator is a lightweight frontend utility designed to make file size conversions easy and confusion-free. Instead of manually calculating sizes or using external tools, users can simply enter a value, choose the source and target units, and get the result immediately. The project focuses on clarity, accuracy, and a clean user experience rather than unnecessary complexity. 🔧 Features Convert file sizes between KB, MB, and GB Instant calculation without page reload Clean and modern user interface Visually engaging background and layout Fully client-side (no backend required) 🛠️ Built With HTML – for structure and layout CSS – for styling, layout, and background theme JavaScript – for conversion logic and interactivity 🌐 Live Demo 👉 Demo Link: https://jayant20077.github.io/file-size-calculator/ 📁 Project Structure file-size-calculator/ ├── index.html ├── style.css └── script.js 📚 What I Learned Structuring a frontend project properly Implementing unit conversion logic in JavaScript Working with DOM elements and user input Improving UI with CSS layouts and backgrounds Deploying a project using GitHub Pages 📌 Usage Enter a file size value Select the source unit Select the target unit Click Calculate to see the result