{"id":32807375,"url":"https://github.com/ashokc46/travelease","last_synced_at":"2026-05-04T01:31:20.722Z","repository":{"id":322423864,"uuid":"1089419540","full_name":"AshokC46/TravelEase","owner":"AshokC46","description":"TravelEase is a modern travel booking web application. It helps users explore destinations, view packages, read reviews, and plan trips seamlessly all in a beautifully designed, responsive interface.","archived":false,"fork":false,"pushed_at":"2025-11-04T11:48:57.000Z","size":284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-04T12:20:09.888Z","etag":null,"topics":["framer-motion","javascript","material-ui","react-hooks","react-router","reactjs","router-dom"],"latest_commit_sha":null,"homepage":"https://ashokc46.github.io/TravelEase/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AshokC46.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-04T10:14:28.000Z","updated_at":"2025-11-04T11:51:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AshokC46/TravelEase","commit_stats":null,"previous_names":["ashokc46/travelease"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AshokC46/TravelEase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokC46%2FTravelEase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokC46%2FTravelEase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokC46%2FTravelEase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokC46%2FTravelEase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AshokC46","download_url":"https://codeload.github.com/AshokC46/TravelEase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokC46%2FTravelEase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283037048,"owners_count":26768591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-06T02:00:06.180Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framer-motion","javascript","material-ui","react-hooks","react-router","reactjs","router-dom"],"created_at":"2025-11-06T16:01:16.705Z","updated_at":"2025-11-06T16:02:10.844Z","avatar_url":"https://github.com/AshokC46.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌍 TravelEase — Explore the World Effortlessly\r\n\r\nTravelEase is a modern **travel booking web application** built with **React + Vite + Material UI**.\r\nIt helps users explore destinations, view packages, read reviews, and plan trips seamlessly — all in a beautifully designed, responsive interface.\r\n\r\n---\r\n\r\n## ✨ Features\r\n\r\n* 🗺️ **Destinations Page:** Browse curated travel spots around the world\r\n* 🧳 **Packages Section:** Discover best travel deals and package details\r\n* 🖼️ **Gallery:** View stunning images of destinations\r\n* 💬 **Testimonials \u0026 Reviews:** Hear real experiences from other travelers\r\n* 📞 **Contact Page:** Easy way to reach out for support or inquiries\r\n* 🧭 **Responsive Navbar \u0026 Footer:** Clean design with page highlighting and quick navigation\r\n* 🌗 **Modern UI:** Built using Material UI with gradients, hover effects, and animations\r\n\r\n---\r\n\r\n## 🧠 Tech Stack\r\n\r\n| Technology          | Purpose                     |\r\n| ------------------- | --------------------------- |\r\n| React (Vite)        | Front-end framework         |\r\n| React Router DOM    | Page routing and navigation |\r\n| Material UI (MUI)   | Styling and components      |\r\n| AOS / Framer Motion | Animations                  |\r\n| React Hot Toast     | Notifications               |\r\n| Gh-pages            | Deployment to GitHub Pages  |\r\n\r\n---\r\n\r\n## 🚀 Live Demo\r\n\r\n🔗 **View Website:** [TravelEase on GitHub Pages](https://AshokC46.github.io/TravelEase)\r\n\r\n---\r\n\r\n## 🧩 Folder Structure\r\n\r\n```\r\nTravelEase/\r\n│\r\n├── public/\r\n│   └── favicon.ico\r\n│\r\n├── src/\r\n│   ├── components/\r\n│   │   ├── Navbar.jsx\r\n│   │   ├── Footer.jsx\r\n│   │   ├── Reviews.jsx\r\n│   │   ├── Layout.jsx\r\n│   │   └── ScrollToTop.jsx\r\n│   │\r\n│   ├── pages/\r\n│   │   ├── Home.jsx\r\n│   │   ├── Destinations.jsx\r\n│   │   ├── Packages.jsx\r\n│   │   ├── Gallery.jsx\r\n│   │   ├── Testimonials.jsx\r\n│   │   └── Contact.jsx\r\n│   │\r\n│   ├── App.jsx\r\n│   └── main.jsx\r\n│\r\n└── vite.config.js\r\n```\r\n\r\n---\r\n\r\n## ⚙️ Installation \u0026 Setup\r\n\r\nFollow these steps to run it locally:\r\n\r\n```bash\r\n# 1️⃣ Clone this repository\r\ngit clone https://github.com/AshokC46/TravelEase.git\r\n\r\n# 2️⃣ Navigate to the folder\r\ncd TravelEase\r\n\r\n# 3️⃣ Install dependencies\r\nnpm install\r\n\r\n# 4️⃣ Start the development server\r\nnpm run dev\r\n```\r\n\r\nThen open [http://localhost:5173](http://localhost:5173) in your browser.\r\n\r\n---\r\n\r\n## 🌐 Deployment\r\n\r\nThe app is deployed using **GitHub Pages** with the `gh-pages` package.\r\n\r\nTo deploy manually:\r\n\r\n```bash\r\nnpm run build\r\nnpm run deploy\r\n```\r\n\r\nThis automatically publishes your `/dist` build to the `gh-pages` branch.\r\n\r\n---\r\n\r\n## 📸 Screenshots\r\n\r\n Home Page\r\n\u003cimg width=\"1896\" height=\"857\" alt=\"TravelEase\" src=\"https://github.com/user-attachments/assets/2fa01b3d-7fc0-4810-ae78-03d1bdac10b0\" /\u003e\r\n Destinations\u003cimg width=\"1899\" height=\"865\" alt=\"TravelEase app\" src=\"https://github.com/user-attachments/assets/29c69b34-c221-48a5-9c62-8116fe82fdf0\" /\u003e\r\n\r\n\r\n---\r\n\r\n## 💬 Feedback\r\n\r\nIf you have any feedback, ideas, or suggestions — feel free to open an issue or connect on [LinkedIn](https://linkedin.com/in/ashokchavala).\r\n\r\n---\r\n\r\n## 🧑‍💻 Author\r\n\r\n**Ashok C**\r\nFront-End Developer | React | UI Enthusiast\r\n📫 Reach me at: **[ashokchavala46@gmail.com](mailto:ashokchavala46@gmail.com)**\r\n\r\n---\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashokc46%2Ftravelease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashokc46%2Ftravelease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashokc46%2Ftravelease/lists"}