ServiceFlow is a simple service-sharing web application. Where users can add , update and delete his own services , watch others' services , watch service details, book any specific service , and update the current status of his service .
- User can search services by keyword.
- There are Provider information section in Service Details page.
- Provider can manage their services like: update and delete.
- react
- firebase
- sweetalert2
- helmet
- axios
- tailwindcss
- reactrouterdom
- reacticons
- reactspinner
- daisyui
- tanstack-react-query
- 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/ServiceFlow.git cd ServiceFlow
-
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