https://github.com/nasib15/roaming-ventures-client
Roaming Ventures is a tourism management website where users can know about tourism spots in Southeast Asian countries.
https://github.com/nasib15/roaming-ventures-client
javascript react react-simple-typewriter reacttooltip tailwindcss
Last synced: 3 months ago
JSON representation
Roaming Ventures is a tourism management website where users can know about tourism spots in Southeast Asian countries.
- Host: GitHub
- URL: https://github.com/nasib15/roaming-ventures-client
- Owner: nasib15
- Created: 2024-08-10T13:48:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T15:44:51.000Z (11 months ago)
- Last Synced: 2025-02-13T21:47:19.010Z (4 months ago)
- Topics: javascript, react, react-simple-typewriter, reacttooltip, tailwindcss
- Language: JavaScript
- Homepage: https://b9-a10-client-side-knh-nehal.vercel.app/
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roaming Ventures
#### Roaming Ventures is a tourism management website where users can know about tourism spots in Southeast Asian countries.
## Features of the Website
- Light and Dark Theme available
- It has some protected route so that only a verified user can add Tour Spots
- All the config files are stored secretly using environment variables
- A user can add/update/delete a tourist spot.## Technologies
- React
- JavaScript
- Tailwind CSS## To Run Locally
1. **Clone the repository:**
```
git clone https://github.com/nasib15/roaming-ventures-client.git
cd roaming-ventures-client
```2. **Install the dependencies:**
```
npm install
```3. **Start the development server:**
```
npm run dev
```### Build for Production:
```
npm run build
```