Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaudhuree/travel-client
https://github.com/chaudhuree/travel-client
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaudhuree/travel-client
- Owner: chaudhuree
- Created: 2024-04-30T10:53:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T20:05:51.000Z (6 months ago)
- Last Synced: 2024-05-10T21:24:29.929Z (6 months ago)
- 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
```