Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.4 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.4 KB

Table of Contents

General info

This project is a resource hub for car owners to find resources for maintenance on their vehicles easily.

Technologies

This Project was created with:

Plans

My plans for this project is to not only be a resource to find owners manuals and forums to reference for maintenance purposes but also to be an online vehicle logbook for users to track their maintenance tasks and be reminded when certain maintenance intervals are coming soon.

Learning

This project has expanded my knowledge with the use of libraries and APIs. I've also become much more confident in using DOM maniuplation specifically with JQuery. I also learned about some of the drawbacks of using HTML forms. I experienced an issue where at refresh, the webpage wouldn't respond to the first entry of the VIN, because when the submit button was clicked, it reloaded the page and lost the VIN that was initially entered.

Setup

To run this applications: Fork and Clone the Repo, then open with browser by clicking and dragging the HTML file into the URL bar. Alternatively you can use Live Server on VSCode.