In this report, we will explain how we made this task. Here is the table of contents for easier navigation.
Not every time, more like 99% of the time, you will have a database (DB) from now on, that you will NEED to have in order to get your data onto a website. Also, when users are signing in or making local changes, we need to store that somewhere. That is why you need a DB.
We used Car Categories Page for this part of the exercise. We will use this page later on to fetch our custom data of the cars. We will also do sorting, searching and all of the other task requirments. Steps of the implementation:
This is all technical stuff, You can see it all on Github. Here is the image of fetched data and pagination:
If You want to see production version here is the link:
https://hcl-2024-2025.vercel.app/
Or if You want to see just the pagination, here is a direct link:
On our last meeting, we discovered some issues. We used this time to fix those issues. Some of them were: