Open AD1616 opened 2 years ago
API for Honda cars: pulls popular pictures of Honda automobile from an API
API for Toyota cars: uses API to display Toyota cars that would be affordable
API for Kia cars: displays Kia cars that a customer would think of purchasing
API electric cars and stats: this API allows me to select features of cars that I would want to display. This API shows the make model and electric fuel type of various automobiles.
Car dealerships locations: this page shows dealerships that are around the San Diego area
Frontend and backend work:
Frontend css
Photo Gallery with link to brands - has a photo gallery to enlarge picture when clicked on, there is a link when you click the brand name on the image. Tried to get the image to stick to the screen but it would mess up the orientation
Devops/Deployment
tried making a login system but couldn't get it to work
Backend POJO for brands with likes and dislikes
Controller for brands API
Initialize our API with over 10000 brands coming from NHTSA API. Our API allows for like and dislike of these brands.
JSON response from our spring website for our API
Frontend on fastpages displaying all models for a user-inputted brand fetching from NHTSA API
Frontend on fastpages implementing our API from the Spring website
The above fastpages implementing our API has a lot of functionality. For each brand, the far right button pulls up a sidebar with every car model from the brand in that row. Additionally, you can like and dislike. When you scroll down, there is a button that pops up to go back to the top. On the code, there is an attempt for search - however, with so many elements, changing the DOM crashed the website. As a result, the current solution is to simply ctrl+f for a brand.