Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 859 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 859 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/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