A structured collection of web development lab projects built during coursework at NIT Warangal. Each project demonstrates core frontend and full-stack concepts using HTML, CSS, JavaScript, and PHP.
A dynamic web application for browsing and displaying movie information.
- Built with HTML, CSS, JavaScript
- Full-stack architecture
- Responsive UI for browsing movie listings
An interactive, browser-based calculator with a clean UI.
- Built with pure HTML, CSS, and JavaScript
- Handles standard arithmetic operations
- Responsive layout with keyboard-friendly design
| Technology | Usage |
|---|---|
| HTML5 | Page structure and semantics |
| CSS3 | Styling and responsive layout |
| JavaScript | Client-side interactivity |
- A modern web browser (Chrome, Firefox, Edge)
- For PHP projects: a local server environment like XAMPP or WAMP
Calculator (no server needed):
git clone https://github.com/manishkrmahato/WebDev.git
cd WebDev
# Open CalculatorInterface.html directly in your browserMoviesWebApp (no server needed):
git clone https://github.com/manishkrmahato/WebDev.git
cd WebDev
# Open index.html directly in your browserWebDev/
├── MoviesWebApp/ # Full-stack movie browsing app
│ └──style.css | index.html | app.js
├── preview/ # Screenshots for README
│ ├── calculator-preview.png
│ └── movie-preview.png
├── CalculatorInterface.html # Standalone calculator UI
├── index.php # Entry point
└── README.md
Manish Kumar Mahato B.Tech in AI & Data Science · NIT Warangal ('28)
Part of an ongoing collection of academic and personal projects. More web projects will be added as coursework progresses.

