{"id":23375871,"url":"https://github.com/taijulaman/tourbazz","last_synced_at":"2026-04-11T08:06:10.115Z","repository":{"id":233633459,"uuid":"728070696","full_name":"TAIJULAMAN/TourBazz","owner":"TAIJULAMAN","description":" Tour Bazz is an elegant and user-friendly travel website that allows users to explore top travel destinations, learn more about each location, and get in touch with the team for booking inquiries. The website is designed with a modern, responsive UI using TailwindCSS and ReactJS.","archived":false,"fork":false,"pushed_at":"2024-12-16T18:23:38.000Z","size":36749,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-03T09:42:34.257Z","etag":null,"topics":["framer-motion","react-vite","tailwindcss"],"latest_commit_sha":null,"homepage":"https://nomads-tour.vercel.app","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/TAIJULAMAN.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}},"created_at":"2023-12-06T06:57:38.000Z","updated_at":"2025-03-17T04:08:33.000Z","dependencies_parsed_at":"2025-04-08T03:29:26.946Z","dependency_job_id":"c7f3da35-5d76-4545-a80c-dbd8ff4ff72e","html_url":"https://github.com/TAIJULAMAN/TourBazz","commit_stats":null,"previous_names":["taijulaman/nomads-tour"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TAIJULAMAN/TourBazz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FTourBazz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FTourBazz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FTourBazz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FTourBazz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TAIJULAMAN","download_url":"https://codeload.github.com/TAIJULAMAN/TourBazz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FTourBazz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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","react-vite","tailwindcss"],"created_at":"2024-12-21T17:19:18.831Z","updated_at":"2026-04-11T08:06:10.101Z","avatar_url":"https://github.com/TAIJULAMAN.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tour Bazz\n\nTour Bazz is an elegant and user-friendly travel website that allows users to explore top travel destinations, learn more about each location, and get in touch with the team for booking inquiries. The website is designed with a modern, responsive UI using TailwindCSS and ReactJS.\n\n## Features\n\n- **Homepage:** Showcases popular travel destinations with images, descriptions, and CTA buttons.\n- **About Us:** Brief introduction to Tour Bazz, including a call-to-action (CTA) to contact the team.\n- **Destinations:** Displays a list of popular travel spots with detailed information.\n- **Contact Form:** Allows users to submit their inquiries and contact the team.\n- **Responsive Design:** Fully responsive layout for mobile, tablet, and desktop views.\n- **Smooth Scrolling:** Sections of the page are smoothly scrolled when navigating between them.\n- **Interactive Animations:** Animated transitions and effects to enhance the user experience.\n\n---\n\n## Tech Stack\n\n- **Frontend:**\n  - React.js\n  - TailwindCSS\n  - Framer Motion (for animations)\n  - React Scroll (for smooth scrolling)\n- **Icons:**\n\n  - React Icons (for social media icons)\n\n- **Development Tools:**\n  - npm\n  - Webpack (bundling)\n\n---\n\n## 🔧 **Setup Instructions**\n\nFollow the steps below to get the project up and running on your local machine:\n\n### 1. **Clone the Repository**\n\n```bash\ngit clone https://github.com/TAIJULAMAN/TourBazz.git\ncd tour-bazz\n```\n\n### 2. **Install Dependencies**\n\nMake sure you have **Node.js** and **npm** installed on your machine.\n\n```bash\nnpm install\n```\n\n### 3. **Run the Development Server**\n\n```bash\nnpm start\n```\n\nThe project will be available at:  \n👉 `http://localhost:5173/`\n\n---\n\n## 🌐 **Deployment**\n\nTo deploy the project, use services like **Netlify**, **Vercel**, or **GitHub Pages**.\n\nFor example, with **Vercel**:\n\n1. Install Vercel CLI:\n   ```bash\n   npm install -g vercel\n   ```\n2. Deploy:\n   ```bash\n   vercel\n   ```\n\n---\n\n---\n\n## 👨‍💻 **Contributing**\n\nContributions are always welcome!  \nFeel free to open an issue or submit a pull request.\n\n### Steps to Contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Make your changes and commit:\n   ```bash\n   git commit -m \"Add: Your feature description\"\n   ```\n4. Push your changes:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Submit a pull request.\n\n---\n\n## 🛡️ **License**\n\nThis project is open-source and available under the **MIT License**.  \nFeel free to use, modify, and distribute this project.\n\n---\n\n## 📞 **Contact**\n\nIf you have any questions, feedback, or suggestions, feel free to reach out:\n\n- 📧 **Email**: mdshahamanpatwary@email.com\n\n---\n\nHappy Coding! 🎉 🚀  \nDeveloped with ❤️ by **Md Shah Aman Patwary**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaijulaman%2Ftourbazz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaijulaman%2Ftourbazz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaijulaman%2Ftourbazz/lists"}