Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 839 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 839 Bytes

Home Service App

This is a React application for ordering home services.

Links

Features

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

Build with

  • React
  • CSS module
  • Redux
  • React Router
  • Firebase for database
  • React Slick

Getting Started

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.