Roaming Ventures is a tourism management website where users can know about tourism spots in Southeast Asian countries.
- 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.
- React
- JavaScript
- Tailwind CSS
-
Clone the repository:
git clone https://github.com/knh-nehal/roaming-ventures-client-side.git cd roaming-ventures-client-side
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
npm run build