An open API service indexing awesome lists of open source software.

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.

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
```