A modern, clean, and professional multiโtool web application built using HTML, CSS, and vanilla JavaScript.
This project contains 8 fullyโfunctional tools, each placed inside its own module, along with standalone Login and About pages โ all following a consistent black & white theme, neumorphism shadows, smooth animations, and a responsive layout.
The goal of this project is to demonstrate front-end skills through a real-world style UI/UX and structured modular system that scales cleanly.
๐ Live Demo
Each tool is professionally styled and coded in its own folder:
- ๐งฎ Calculator
- โ๏ธ ูWeather dashboard
- ๐ค Text Generator
- ๐๏ธ Note App
- ๐ฑ Currency Converter
- ๐จ Drawing App
- ๐ผ๏ธ Image Editor
- ๐งฉ Memory Card Game
- Black & white theme
- Neumorphism shadows
- Smooth hover animations
- Fully responsive grid (4 cards per row)
- Modern card-based layout
- Button hover effects
- Clean typography
- About Page (with animations & intro section)
- Login Page (animated, centered, responsive)
pics/folder containing 8 images (one for each tool)logo.pngfor branding- All assets loaded locally for offline support
| Technology | Usage |
|---|---|
| HTML5 | Page structure + modular tool layouts |
| CSS3 | Neumorphism design, animations, responsive grid |
| JavaScript (Vanilla) | All tool logic + DOM handling |
| Bootstrap 5 | Navbar + basic layout help |
| Font Awesome | Icons across tools |
| ES6 Features | Clean, modern JS code |
root/
โ
โโ tools/ # All 8 tools in separate modules
โ โโ calculator/
โ โ โโ index.html
โ โ โโ style.css
โ โ โโ script.js
โ โ
โ โโ calculator-advanced/
โ โ โโ index.html
โ โ โโ style.css
โ โ โโ script.js
โ โ
โ โโ text-generator/
โ โ โโ index.html
โ โ โโ style.css
โ โ โโ script.js
โ โ
โ โโ note-app/
โ โ โโ index.html
โ โ โโ style.css
โ โ โโ script.js
โ โ
โ โโ currency-converter/
โ โ โโ index.html
โ โ โโ style.css
โ โ โโ script.js
โ โ
โ โโ drawing-app/
โ โ โโ index.html
โ โ โโ style.css
โ โ โโ script.js
โ โ
โ โโ image-editor/
โ โ โโ index.html
โ โ โโ style.css
โ โ โโ script.js
โ โ
โ โโ memory-game/
โ โโ index.html
โ โโ style.css
โ โโ script.js
โ
โ
โโ about/
โ โโ index.html
โ โโ style.css
โ โโ script.js
โ
โโ login/
โ โโ index.html
โ โโ style.css
โ โโ script.js
โ
โ
โโ pics/ # 8 preview images for cards
โ โโ project1.png
โ โโ project2.png
โ โโ project3.png
โ โโ project4.png
โ โโ project5.png
โ โโ project6.png
โ โโ project7.png
โ โโ project8.png
โ
โ
โโ index.html # Main dashboard (home)
โโ style.css
โโ script.js
โ
โโ logo.png # Main site logo
โโ README.md
โโ LICENSE
You donโt need any server or dependencies. The project is 100% HTML/CSS/JS.
Simply open:
index.html
Everything works locally.
For VS Code users:
Right-click โ Open with Live Server
All pages follow:
.White background
.Soft shadows
.Smooth scale-in hover
.Curve radius: 18px
.Button hover: invert colors
.Card hover: scale 1.05โ1.1
This project is licensed under the Apache License 2.0 ๐
Feel free to use, modify, and distribute โ just keep the required notices and attribution.
๐ Full license details can be found in the LICENSE file.