Skip to content

Navya032006/Code-for-Connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Lost & Found Smart Connector (Hackathon Project)

A smart web platform built during a hackathon to help people quickly recover lost items by intelligently matching lost and found reports and enabling secure user connections.


🏆 Hackathon Overview

  • 🎯 Problem: Lost items are hard to recover due to lack of a centralized, intelligent system.
  • 💡 Solution: A smart lost & found platform with automated matching and secure connections.
  • ⏱ Built during: Hackathon

⚡ Key Features

  • ✅ Report Lost Items
  • ✅ Report Found Items
  • ✅ Smart Matching Algorithm
  • ✅ View Match Results
  • ✅ Secure User Connection
  • ✅ Recovery Confirmation
  • ✅ My Reports Dashboard
  • ✅ Clean & User-Friendly UI

🛠 Tech Stack

Frontend

  • React.js
  • Bootstrap

Backend

  • Python (Flask)

Database

  • SQL

📁 Project Structure

your-project/
├── frontend/
│   ├── public/
│   │   └── index.html
│   ├── src/
│   │   ├── pages/
│   │   │   ├── HomePage.js
│   │   │   ├── LostItemPage.js
│   │   │   ├── FoundItemPage.js
│   │   │   ├── MyReportsPage.js
│   │   │   ├── MatchResultsPage.js
│   │   │   ├── ConnectionPage.js
│   │   │   └── ConfirmationPage.js
│   │   ├── App.js
│   │   └── index.js
│   └── package.json
├── backend/
│   ├── app.py
│   ├── requirements.txt
│   └── uploads/
└── database/
    └── schema.sql

⚙️ Setup Instructions

Frontend

cd frontend
npm install
npm start

Backend

cd backend
pip install -r requirements.txt
python app.py


🧠 How It Works

  1. Users submit lost or found item details with images.
  2. Backend stores and processes item data.
  3. Smart algorithm matches items using attributes.
  4. Matching results are shown instantly.
  5. Users connect securely and confirm recovery.

🌟 Innovation & Impact

  • Reduces time to recover lost items
  • Centralized digital solution
  • Smart automation instead of manual search
  • Scalable for campuses, cities, events, and public places

🚀 Future Enhancements

  • AI image-based matching
  • Location-based filtering
  • OTP-based secure communication
  • Mobile app version
  • Admin dashboard

👩‍💻 Author / Team

Navya Sai
B.Tech – Computer Science Engineering


📜 License

Built for hackathon and educational purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors