This is a React application for ordering home services.
This app allows users to:
- Browse and select from a list of home services
- Add services to a cart
- View their cart and remove services
- Place an order for the selected services
- React
- CSS module
- Redux
- React Router
- Firebase for database
- React Slick
To get started with the application, simply clone the repository and run the following command to install the required dependencies: npm install
Once the dependencies are installed, you can start the application by running: npm start
The application will be available at http://localhost:3000.