Skip to content

โœจ This project is a collection of 8 powerful miniโ€“tools, all designed with a clean black & white UI, smooth animations, and a consistent modern style.๐Ÿงฐ Included Tools: ๐Ÿงฎ Calculator ๐Ÿ“ Note App ๐Ÿ”ค Text Generator ๐Ÿ’ฑ Currency Converter ๐ŸŽจ Drawing App ๐Ÿ–ผ๏ธ Image Editor ๐ŸŒฆ๏ธ Weather Dashboard ๐Ÿƒ Memory Card Game

License

Notifications You must be signed in to change notification settings

danialsource/Toolswebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โš™๏ธ ToolBox Web Application

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

๐Ÿš€ Features

โœ… 8 Functional Tools

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

๐ŸŽจ Consistent UI/UX

  • Black & white theme
  • Neumorphism shadows
  • Smooth hover animations
  • Fully responsive grid (4 cards per row)
  • Modern card-based layout
  • Button hover effects
  • Clean typography

๐Ÿ“„ Additional Pages

  • About Page (with animations & intro section)
  • Login Page (animated, centered, responsive)

๐Ÿ–ผ Media & Assets

  • pics/ folder containing 8 images (one for each tool)
  • logo.png for branding
  • All assets loaded locally for offline support

๐Ÿ›  Technologies Used

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

๐Ÿ“ Project Structure

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

โ–ถ๏ธ How to Run

You donโ€™t need any server or dependencies. The project is 100% HTML/CSS/JS.

Option 1 โ€” Open Directly

Simply open:

index.html

Everything works locally.

Option 2 โ€” Local Server (recommended for animations)

For VS Code users:

Right-click โ†’ Open with Live Server

๐ŸŽจ UI Theme (Black & White Neumorphism)

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

๐Ÿ›ก๏ธ License

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.


Made with โค๏ธ by danialsource

About

โœจ This project is a collection of 8 powerful miniโ€“tools, all designed with a clean black & white UI, smooth animations, and a consistent modern style.๐Ÿงฐ Included Tools: ๐Ÿงฎ Calculator ๐Ÿ“ Note App ๐Ÿ”ค Text Generator ๐Ÿ’ฑ Currency Converter ๐ŸŽจ Drawing App ๐Ÿ–ผ๏ธ Image Editor ๐ŸŒฆ๏ธ Weather Dashboard ๐Ÿƒ Memory Card Game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published