https://github.com/aryangupta-09/tripverse
A virtual tourism and cross-culture experience website.
https://github.com/aryangupta-09/tripverse
cross-cultural culture-exploration tourism-website travel-website virtual-tourism
Last synced: 28 days ago
JSON representation
A virtual tourism and cross-culture experience website.
- Host: GitHub
- URL: https://github.com/aryangupta-09/tripverse
- Owner: aryanGupta-09
- Created: 2023-04-11T10:43:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T14:57:16.000Z (4 months ago)
- Last Synced: 2025-04-01T16:09:23.651Z (about 2 months ago)
- Topics: cross-cultural, culture-exploration, tourism-website, travel-website, virtual-tourism
- Language: JavaScript
- Homepage: https://tripverse.netlify.app/
- Size: 10.9 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TripVerse
TripVerse is a virtual tourism website that allows users to experience different cultures and have the fun of exploring from the comfort of their homes. It features dedicated pages for each country, offering a comprehensive view of culinary traditions, ceremonies, and cultural facets, making virtual travel both engaging and informative.
* Live: https://tripverse.netlify.app/
## Tech Stack
## Installation
1. Clone the repo
```bash
git clone https://github.com/aryanGupta-09/TripVerse.git
```2. Go to the project directory
```bash
cd TripVerse
```3. Install NPM packages
```bash
npm install
```4. Start the server
```bash
npm start
```