You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.