AutoBargain is a simple webapp build with Bootstrap 5 and VanillaJS. It allows the user to browse a list of cars and order the chosen vehicle, by using a form that validates and gives appropriate feedback. It uses local storage to retain form data and additional user preferences until the order is finalized.
You can take a look at a hosted project thanks to github pages.
- The app presents a list of cars with a description and a photo.
- Shows a form requiring user's data, preferences, and date of delivery.
- Confirms order by showing a 'thank you' message and user's total.
- The data is saved in local storage.
- The app is responsive and aesthetically pleasing.