Inspiration
I was inspired by the common problem in schools and colleges where students lose important items like ID cards, mobile phones, books, and wallets. There was no simple and organized system to report or find lost items. I wanted to create a digital solution to make the process easy, fast, and secure for everyone on campus.
What it does
Campus Lost & Found Things is a web-based system that: Allows users to log in (Student/Faculty/Staff) Lets users report lost items with details Allows adding item photo, owner details, and contact number Provides a search option to find lost items Stores data using browser local storage Shows a Thank You page after submission
How I built it
I built this project using: HTML – For website structure CSS – For design and styling JavaScript – For functionality and logic LocalStorage – To store user and item data in the browser I created multiple pages: Login Page Home Page Report Lost Item Page Search Page Finder Details Page Thank You Page
Challenges I ran into
Managing data without a database Preventing users from seeing others’ private details Connecting multiple pages properly Designing a clean and user-friendly interface Handling form validation errors
Accomplishments that I'm proud of
Successfully created a full working multi-page website Implemented login system using JavaScript Added search functionality Made the system simple and easy to use Improved project structure and code organization
What I learned
How to connect HTML, CSS, and JavaScript How to use localStorage How to create login systems How to validate forms How to build a complete mini-project from scratch How to solve real-world problems using web development
What's next for Campus Lost & Found Things
In the future, I want to improve this project by: Adding a real database (like Firebase or MySQL) Adding email/SMS notifications Making it mobile responsive Adding admin dashboard Improving security system Hosting the website online.
Log in or sign up for Devpost to join the conversation.