Skip to content

np03a170120/assessment-global-square

Repository files navigation

Assessment: Global Square

Installation & Setup

Follow these steps to set up the project on your local machine:

  1. Clone the Repository:

    git clone https://github.com/np03a170120/assessment-global-square.git
  2. Install Dependencies: Navigate to the project directory and run:

    npm install
  3. Start the Development Server: To launch the application, execute:

    npm run dev

Features Implemented

1. Virtualization Technique

  • Implemented using React-Window for efficient rendering of large datasets.
  • Optimizes performance by rendering only visible items

2. Client-Side Pagination

  • Implemented client-side pagination for improved performance.

3. SEO Optimization

  • The application is optimized for search engines with the usage of meta tags.

4. Error Handling

  • Ensures user-friendly feedback during issues with next Error page.