Introducing our innovative Car Shop App - your one-stop destination for all things automotive! Browse through a vast selection of new and used vehicles, conveniently filter by car name. Finding your dream car has never been easier. Explore financing options and extra option in our order form. Experience the future of car shopping with our intuitive Car Shop App today!
- Search Car: Search car of your dreams with ease.
- LocalStorage: Don't loose track of your form data. Input fields will persist in your localstorage and load back on page refresh.
-
Clone the repository:
git clone https://github.com/AngryKitten91/car-shop.git
-
Navigate to the project directory
-
Install node dependencies
npm i
-
Run dev server with webpack
npm start
-
Build final package with webbpack to
/dist
folder, and deploy on your server.npm run build
-
Host project on your GitHub pages!