It is a Travel Agency Website designed to offer a seamless experience for travelers seeking to plan and prepare for their next trip. The website features a user-friendly interface and a variety of services tailored to meet diverse customer needs.
- Ensures a consistent and enjoyable experience across various devices and screen sizes.
- Users can view tourist spots by country, add new spots, update, delete, and view details of specific spots by clicking on them.
- Implemented user authentication using Firebase Authentication.
- Firebase
- React Hook Form
- Reacr Awesome Reveal
- React Router Dom
- React-icons
- react-simple-typewriter
- react-tooltip
- Daisy UI
- TailwindCSS
- Mamba UI - Components
- React-Helmet-Async
- Prop-Types
- React-Toastify
- sweetalert2
-
Clone the repository: git clone https://github.com/AthkiaAdiba/my-tenth-project-client
-
Navigate to the project directory: cd YourProject
-
Set up Environment Variables:
- Create a .env.local file in the root directory of your project.
- Add your environment variables in the .env.local file.For example:
REACT_APP_API_KEY=your_api_key
REACT_APP_AUTH_DOMAIN=your_auth_domain
REACT_APP_DATABASE_URL=your_database_url
REACT_APP_PROJECT_ID=your_project_id
-
Install dependencies: npm install
-
Start the development server: npm run dev