It is an accommodation website that offers a user-friendly platform to find and book places to stay with detailed listings, images, and prices. It simplifies the search and booking process, making it easy for travelers to find suitable accommodations quickly and efficiently.
- Detailed descriptions, high-quality images, and competitive pricing ensure users have all the necessary information to make informed decisions.
- Enables users to quickly find accommodations that match their preferences, such as location, price range, amenities, and more.
- Ensures a seamless browsing experience across desktops, tablets, and mobile devices, accommodating users wherever they are.
- TanStack Query
- AXIOS
- Firebase
- Leaflet
- Moment.js
- React Awesome ReVeal
- React Date Picker
- React Hook Form
- React Router Dom
- React-icons
- React Slick
- Swiper slider
- Daisy UI
- TailwindCSS
- Mamba UI - Components
- React-Helmet-Async
- AOS - Animate on scroll library
- Prop-Types
- React-Toastify
- sweetalert2
-
Clone the repository: git clone https://github.com/AthkiaAdiba/my-eleventh-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