TourEase is a tourism management website where users can know about tourism spots in Southeast Asian countries.
- There are two themes: Light and Dark.
- My list page with functional table.
- Most Secure User Authentication with firebase, github and google.
- react
- firebase
- sweetalert2
- proptypes
- swiper
- tailwindcss
- vite
- reactrouterdom
- reacttooltip
- reacticons
- reacthookform
- reactspinner
- reacthottoast
Follow these steps to set up and run the project locally.
Make sure you have the following installed on your system:
-
Clone the repository:
git clone https://github.com/MAAB-FW/TourEase.git cd TourEase
-
Install the dependencies:
Using npm:
npm install
Or using yarn:
yarn install
-
Start the development server:
Using npm:
npm run dev
Or using yarn:
yarn dev
-
Open your browser and visit:
http://localhost:5173
-
Build the project:
Using npm:
npm run build
Or using yarn:
yarn build