TravelGrid is a modern, open-source travel platform that allows users to plan, customize, and book their trips seamlessly — from flights
Developed as part of GirlScript Summer of Code (GSSoC) 2025, this project fosters community collaboration and hands-on learning through real-world development.
| Category | Technologies |
|---|---|
| Frontend | React.js , Vite , Tailwind CSS |
| Backend | Node.js , Express.js |
| Database | MongoDB |
| Tools | Git & GitHub , ESLint, Prettier |
-
Clone the Repository
git clone https://github.com/Adarsh-Chaubey03/TravelGrid.git cd TravelGrid -
Install Frontend Dependencies
cd client npm install -
Install Backend Dependencies
cd ../server npm install -
Run the Application
# Start backend cd server && npm start # Start frontend cd ../client && npm run dev
🧩 Frontend runs on
http://localhost:5173
⚙️ Backend runs onhttp://localhost:5000
- 🔹 Unified platform for booking flights, hotels, and vehicles
- 🤖 AI-Powered Travel Assistant for itinerary, budget & recommendations
- 🌍 Dynamic destination discovery with real-time insights
- 💬 Community-driven open-source project under GSSoC’25
- 📱 Fully responsive UI built with Tailwind CSS
TravelGrid/
├── client/ # React + Tailwind frontend
├── server/ # Node.js + Express backend
├── README.md
├── LICENSE
└── ...TravelGrid is an official project under GirlScript Summer of Code 2025 🎉 —
a 3-month open-source program helping developers learn, build, and grow through collaboration.
| Level | Description | Points |
|---|---|---|
| 🥉 Beginner | Docs, UI tweaks, small bug fixes | 3 |
| 🥈 Intermediate | Features, responsive UI, API work | 7 |
| 🥇 Advanced | Core modules, major enhancements | 10 |
We welcome contributors from all skill levels!
- Pick or create an issue (get it approved before working).
- Follow code style (Prettier + ESLint).
- Make PRs descriptive and link to the issue.
- Testing is mandatory before PR submission.
- Task reviews: daily between 6:00–7:00 PM IST.
💬 Need help?
📧 Contact: Adarsh Chaubey
🧭 GitHub: Adarsh-Chaubey03
Licensed under the MIT License — see the LICENSE file.
⭐ If you like this project, star it on GitHub to support future development!
