Problem statement:

    1. Create a table layout as shown in above image.
    1. Initially, 10 rows will be shown in the table. You have to implement infinite scroll functionality. You have to add rows into the same table. Show featured flag if any college has truthy featured value.
    1. Create a dummy json of different colleges and display the colleges in the above mentioned layout.
    1. Functionality to be added :
    • Sort by collegedunia rating, fees, user review rating , ascending and descending order
    • Search by college name.
    • Infinite Scroll

Technology Used:

  • React Js
  • Java Script
  • CSS

Install

To install all the dependencies of the project, run the following command:

git clone https://github.com/shakti1590/college-assessment.git
npm install
npm start

Source Code:

Deployment Link:

Show some ❤️ by starring the repository.