Website that allows the customer to select which furniture they want to move and calculate the price automatically.
Here is a working live demo: https://moving-calculator.netlify.app
This application was built with:
To clone and run this application, you'll need:
From your command line:
# Clone this repository
$ git clone https://github.com/JacquelineFM/moving-calculator.git
# Go into the repository
$ cd moving-calculator
# Install dependencies
$ npm install
# Run the app
$ npm run dev