https://github.com/chaudhuree/travel-client
https://github.com/chaudhuree/travel-client
leaflet react react-awesome-reveal react-helmet react-icons react-tabs react-toastify react-tooltip sweetalert2 swiper tailwind-css
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaudhuree/travel-client
- Owner: chaudhuree
- Created: 2024-04-30T10:53:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T13:43:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T15:16:08.181Z (over 1 year ago)
- Topics: leaflet, react, react-awesome-reveal, react-helmet, react-icons, react-tabs, react-toastify, react-tooltip, sweetalert2, swiper, tailwind-css
- Language: JavaScript
- Homepage: https://chaudhuree-travels.netlify.app
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Name of the website: Travel
### Live site: [Travel](https://chaudhuree-travel.netlify.app)
### This is a Travel Agency Management Website.
### Description:
- This is a travel management website from where you can select your desired destination for travel.
- In this website you can find destination based on country.
- You can see the Destination details by clicking on the "View Details" button
- This website has a beautiful user interface with secured authentication system.
- Have a great ui for adding travel destination and manage own data from a nice user data management page.
### Technologies that have been used to build this project:
React js | Express js | Mongodb | Tailwind CSS
---
### To run the project locally run this command
> you need to install node js in your machine. you can download and install node js from their official website.
```sh
git clone https://github.com/chaudhuree/travel-client.git
npm install
npm run dev
```