A Smart Travel Companion for Exploring Nepal (WIP)
π§ This project is under active development. Major features like map search, vehicle rental, and admin dashboard are coming soon!
Explore Nepal is a web-based travel assistant that aims to help both domestic and international tourists discover and explore Nepal's beautiful cities and attractions. With interactive maps and smart trip planning tools (in progress!), this app will simplify travel experiences across the country.
- π Let users select cities and view top attractions
- πΊοΈ Display a static map of Nepal with major destinations pinned
- π» Offer rental services for vehicles within cities (Coming soon!)
- π§βπΌ Admin dashboard to manage cities and attractions dynamically
- π― Make travel planning easy, smooth, and informative
| Layer | Technology |
|---|---|
| Frontend | React.js, Tailwind CSS |
| Backend | Node.js, Express.js |
| Database | MongoDB |
| Maps | Google maps (embaded map) |
| Status | β³ In Progress |
| Feature | Status |
|---|---|
| Landing Page & Role redirection | β Done |
| Overall Frontend | β Basic ready |
| Map integration | β Done |
| Admin panel | β³ In Progress |
| Vehicle rental module | π Planned |
| Search/filter attractions | π Planned |
Prerequisites: Install Node.js, npm, and ensure MongoDB is running locally or use MongoDB Atlas.
# Clone the repo
git clone https://github.com/AryanBhandary/explore-nepal.git
cd explore-nepal
# Install frontend
cd frontend
npm install
# Install backend
cd ../backend
npm install