Skip to content

A webapp for the university that will ease the process of retrieving lost items. It is a big problem when you lose valuable items, and in that scenario, it becomes helpful if you are able to see through a list of items found lately, and luckily, if you do find your item there, then you save a lot of time and sweat. So what are you waiting for?

Notifications You must be signed in to change notification settings

AnkitAnandMastery17/OSoC-Lost-And-Found-WebApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Lost And Found WebApp

Static Badge Static Badge Static Badge

GitHub contributors GitHub forks GitHub Repo stars GitHub issues

image

About the Project

It has been observed that when we misplace items on campus, we often find ourselves making repeated trips to the Lost and Found department, sometimes only to discover the item arriving there after our initial visit. To address this issue, a user-friendly web application would be incredibly beneficial. This application will boast a simple and elegant design, comprising a login page and two primary options: "Find a Lost Item" or "Report a Found Item Belonging to Someone Else."

The web app will be built using React JS and MongoDB as a database. The final app will be containerized using Docker and deployed on AWS EC2.

Uniqueness Of The Project

  • University Focus -> It is designed specifically for use by university students, faculty and staff. This allows it to be tailored to the needs of a campus environment.
  • Centralized Platform -> Provides one unified place to report and search for lost/found items across an entire university campus. Eliminates the need for scattered bulletin boards.
  • User Profiles -> Registered users can manage a profile with their lost/found history and contact info. Enables accountability.
  • Focus on Reuniting -> Priority is reuniting owners with their lost items when possible. Enables anonymous finding.

Who Can Use The Product

  • Students -> Can report lost items like phones, bags, keys, books etc. And search for their lost items that someone else found and reported.
  • Faculty & Staff -> Can report lost/found items. Useful for things like lost laptops, employee badges, wallets, etc.

Tech Stack

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

Contribution

  • Fork and Star the project.

  • Clone the repo on your local machine.

git clone https://github.com/upes-open/OSoC-Lost-And-Found-WebApp
  • Create a new branch <Branch_Name> and switch to it with
git checkout -b feature/branch-name
  • Go to the issues tab and comment on a suitable issue of your choice and wait for the issue to be assigned to you.

  • Make the changes in your local repo and commit them.

git commit -m 'Add some feature'
  • Push to the branch
git push origin feature/branch-name
  • Create a pull request to the main branch.
  • Wait for the PR to be reviewed and merged.

Contributors

Thanks goes to these wonderful people (emoji key):


Aakshitaa


Vinay Thapa


Jackson Muturi


Rohin Mehrotra


Akash Mishra


Sachin Aggarwal


Kruthardh


Shreyas Kamath

Future scopes of the project

Here are some ideas for future scope and enhancements that could be made to the Lost and Found web app project:

  • Expand to a mobile app for iOS and Android. This would allow easier reporting/searching of lost items on the go.
  • Integrate with campus directory/user database to auto-populate reporter contact info when students/staff register lost items.
  • Add push notifications to alert users when their lost item is reported found.
  • Build in Lost Item categories and advanced filtering/search capabilities.

Happy Contributing !

About

A webapp for the university that will ease the process of retrieving lost items. It is a big problem when you lose valuable items, and in that scenario, it becomes helpful if you are able to see through a list of items found lately, and luckily, if you do find your item there, then you save a lot of time and sweat. So what are you waiting for?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.0%
  • CSS 24.5%
  • HTML 2.5%