A Social Ridesharing Platform for Students
FareShare is a full-stack web application that helps university students carpool and connect socially. Users can find ride partners, chat within the platform, and foster community through shared travel experiences.
- π Smart Ride Matching β Find rides based on time, location, and preferences.
- π¬ Real-Time Chat β Built-in messaging using Socket.IO for safe pre-ride communication.
- π€ User Accounts β Register/login with secure authentication (JWT).
- π Post & Browse Rides β Easily offer or join available rides.
- π Modern UI β Built with React and Tailwind CSS for a clean, intuitive experience.
| Frontend | Backend | Database | Real-Time | Auth |
|---|---|---|---|---|
| React.js | Flask (Python) | MongoDB (via PyMongo) | Socket.IO (Flask-SocketIO) | JWT |