Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imtiazahmed01/imtiaz-tourism-ltd-client-side
Imtiaz Tourism Ltd is an online platform that helps travelers explore Bangladesh by providing detailed information about destinations, culture, cuisine, and activities. It features dynamic layouts for tourists and tour guides, booking forms, community-driven stories, and role-based dashboards for different user types (tourist, tour guide, admin).
https://github.com/imtiazahmed01/imtiaz-tourism-ltd-client-side
aos axios-react css3 daisyui firebase firebase-auth framer-motion html5 react-animations react-share react-spring react-tabs react-toastify reactjs stripe-payments sweetalert2 tailwindcss vite
Last synced: 5 days ago
JSON representation
Imtiaz Tourism Ltd is an online platform that helps travelers explore Bangladesh by providing detailed information about destinations, culture, cuisine, and activities. It features dynamic layouts for tourists and tour guides, booking forms, community-driven stories, and role-based dashboards for different user types (tourist, tour guide, admin).
- Host: GitHub
- URL: https://github.com/imtiazahmed01/imtiaz-tourism-ltd-client-side
- Owner: ImtiazAhmed01
- Created: 2025-02-05T09:21:59.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2025-02-05T11:14:30.000Z (8 days ago)
- Last Synced: 2025-02-05T11:27:09.412Z (8 days ago)
- Topics: aos, axios-react, css3, daisyui, firebase, firebase-auth, framer-motion, html5, react-animations, react-share, react-spring, react-tabs, react-toastify, reactjs, stripe-payments, sweetalert2, tailwindcss, vite
- Language: JavaScript
- Homepage: https://imtiaz-tourism-ltd.web.app/
- Size: 760 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Imtiaz Tourism Ltd Screenshot](https://i.ibb.co.com/B2v9gpmc/Screenshot-45.png)
# Imtiaz Tourism Ltd## Project overview
**Imtiaz Tourism Ltd** is an online **tourist guide** platform designed to help travelers explore **Bangladesh**. It provides in-depth information about **destinations, local culture, cuisine, and activities** to ensure a memorable travel experience. Users can discover **landmarks, hidden gems, and plan trips efficiently**.## Features
### πΉ Layouts
β **Basic Layout**: Navbar, footer, dynamic page rendering.
β **Dashboard Layout**: Sidebar, footer, and dynamic page rendering.### πΉ Authentication
β **User Registration** with name, email, image, and password.
β **Login via email/password or Google**.
β **Forgot Password** functionality.
β **JWT-based authentication** with role-based access (**default: Tourist**).
β **Logout** removes token from local storage.### πΉ Homepage
β **Banner/Slider** with a custom theme-based design.
β **Overview section** featuring videos showcasing site features.
β **Random packages and tour guides** displayed dynamically.
β **User stories** with sharing options (via `react-share`).
β **Protected Booking Form** (logged-in users only) with a "Confirm Your Booking" modal.### πΉ Community
β **All user stories** displayed with options to **share** and **add new stories**.### πΉ Dashboards
#### **π Tourist Dashboard**
β Manage **profile, bookings, and stories**.
β **Join as a Tour Guide** form submission.#### **πΊοΈ Tour Guide Dashboard**
β Manage **profile, assigned tours, and stories**.
β Accept/Reject assigned tours with **status updates**.#### **π οΈ Admin Dashboard**
β View **site stats** (total payments, guides, packages, clients, stories).
β Manage **users, packages, and tour guide applications**.### βοΈ Technologies used -
β **Frontend:** React, Vite, Tailwind CSS, daisyUI
β **Backend & Database:** Firebase (Authentication, Firestore, Hosting), Nodejs, Mongodb
β **State Management:** Mongodb
β **UI Enhancements:** react-toastify, sweetalert2, react-tabs, Framer Motion, React-Spring.
β **JWT for authentication** (stored in local storage).live URL.
- Click here to watch [live site](https://imtiaz-tourism-ltd.web.app/)
### Prerequisites
Ensure you have the following installed:
- [Node.js](https://nodejs.org/) (v16 or later)
- [Vite](https://vitejs.dev/)## π To run locally
1. Clone the repository:
```bash
git clone https://github.com/your-username/imtiaz-tourism-ltd.git
cd imtiaz-tourism-ltd
```
2. Install dependencies:
```sh
npm i react-router-dom
```
```sh
npm i react-toastify
```
```sh
npm i react-spring
```
```sh
npm install sweetalert2
```
```sh
npm i react-share
```
```sh
npm install
```
3. Create a `.env` file in the project root and add the required environment variables
```env
VITE_apiKey=your-api-key
VITE_authDomain=your-auth-domain
VITE_projectId=your-project-id
VITE_storageBucket=your-storage-bucket
VITE_messagingSenderId=your-messaging-sender-id
VITE_appId=your-app-id
```
4. Running Locally
```sh
npm run dev
```5. Building for Production
```sh
npm run build
```
##π¦ Dependencies
- @stripe/react-stripe-js: ^3.1.1,
- @stripe/stripe-js: ^5.5.0,
- axios: ^1.7.9,
- firebase: ^11.1.0,
- framer-motion: ^11.18.1,
- jsonwebtoken: ^9.0.2,
- react: ^18.3.1,
- react-datepicker: ^7.6.0,
- react-dom: ^18.3.1,
- react-hot-toast: ^2.5.1,
- react-router-dom: ^7.1.1,
- react-select: ^5.9.0,
- react-share: ^5.1.2,
- react-tabs: ^6.1.0,
- react-toastify: ^11.0.3,
- sweetalert2: ^11.15.10## π¦ Dev Dependencies
- @eslint/js: ^9.17.0,
- @types/react: ^18.3.18,
- @types/react-dom: ^18.3.5,
- @vitejs/plugin-react: ^4.3.4,
- autoprefixer: ^10.4.20,
- daisyui: ^4.12.23,
- eslint: ^9.17.0,
- eslint-plugin-react: ^7.37.2,
- eslint-plugin-react-hooks: ^5.0.0,
- eslint-plugin-react-refresh: ^0.4.16,
- globals: ^15.14.0,
- postcss: ^8.5.1,
- tailwindcss: ^3.4.17,
- vite: ^6.0.5### πΉ Main Packages
- **`firebase`**: Authentication and database management.
- **`jsonwebtoken`**: JWT authentication.
- **`axios`**: API requests.
- **`framer-motion`**: Smooth animations.
- **`react-router-dom`**: Client-side navigation.
- **`react-share`**: Social sharing functionality.
- **`react-toastify`**: Toast notifications.
- **`sweetalert2`**: Interactive alert popups.
- **`@stripe/react-stripe-js` & `@stripe/stripe-js`**: Payment processing integration.### πΉ Development Packages
- **`eslint`**: Code quality enforcement.
- **`tailwindcss`** & **`daisyUI`**: Styling framework.
- **`vite`**: Frontend build tool for fast development.