Introduction

In this report, we will explain how we made this task. Here is the table of contents for easier navigation.

Motivation

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.

Technical Part

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:

  1. Create fetchData function
  2. Parse data
  3. Display data
  4. Pagination

This is all technical stuff, You can see it all on Github. Here is the image of fetched data and pagination:

data1.png

data2.png

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:

Easy Rent

Fixed design

On our last meeting, we discovered some issues. We used this time to fix those issues. Some of them were: