Welcome to my Mini Projects Repository π
This repo contains a collection of small but useful projects built with HTML, CSS, and JavaScript.
Each project is lightweight, interactive, and designed to solve a specific problem or demonstrate a feature.
The Add New Driver project is designed to streamline the process of adding and managing driver details through a step-by-step, user-friendly form.
Each form step is validated to ensure accurate data input, and driver details are stored securely in a database for easy retrieval and management.
- π Sequential Form Pages: Collects driver information across multiple pages for better organization.
- β Validation: Each page includes validation checks before moving to the next step.
- πΎ Data Storage: All driver details are securely stored in a database.
- π Easy Management: Stored data can be retrieved, viewed, and managed efficiently.
- Frontend: HTML, CSS, JavaScript
- Backend: FastAPI
- Database: MySQL
This project integrates OpenStreetMap (OSM) into an application, providing a real-time, interactive map for location visualization, route planning, and tracking purposes.
- πΊοΈ Interactive Map: Displays a fully functional map using OpenStreetMap.
- π Shapes Plotted in Map: Plot Diff Shapes to Seperate it , on different scenarios .
- π£οΈ Shape Management: Plot and visualize coordinates That auto fit zoom.
- Frontend: HTML, CSS, JavaScript
- Mapping API: OpenStreetMap
The Table CRUD Operation project demonstrates basic database-like operations directly in the browser using HTML, CSS, and JavaScript.
- β Create: Add new rows of data dynamically.
- βοΈ Update: Edit existing table entries.
- β Delete: Remove rows from the table.
- π Read: View and interact with structured data in table format.
- πΎ Quick Reflect in Db
- Frontend: HTML, CSS, JavaScript
π Live Demo
The Weather Check App allows users to:
- π Search for any city around the world
- π‘οΈ Get real-time weather updates (temperature, humidity, conditions)
- π± View a responsive and user-friendly interface
# Clone the repository
git clone https://github.com/<your-username>/MiniProjects.git
# Navigate to the OSM map project folder
cd MiniProjects/osm-map
# Run index.html in your browser