/PriceWise-frontend-1

Price-Wise is a damaged car price detector.

Primary LanguageJavaScriptMIT LicenseMIT

Price-Wise

Price-Wise helps in estimating the value of a vehicle that has been involved in an accident or sustained damage.
This tool uses a combination of factors such as the extent of damage, age, make, model, and location of the car to estimate its market value.

How to Install

  1. Clone this repository

    git clone https://github.com/Anubhav-Pathak/PriceWise-frontend.git
  2. Navigate to the folder

    cd PriceWise-frontend
  3. Install node modules via npm

    npm install
  4. Start the development server

    npm run dev