Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 830 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 830 Bytes

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/knh-nehal/roaming-ventures-client-side.git
    cd roaming-ventures-client-side
    
  2. Install the dependencies:

    npm install
    
  3. Start the development server:

    npm run dev
    

Build for Production:

npm run build