This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install the dependecies:-

npm install

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You will see two Tables, one is created Using ChakraUI and the other is created using EvergreenUI. Both of them are very usefull in terms of quick component creation.

A local json-server is also running on http://localhost:3003/data, so you can see the data.


Special thanks to:-

random-data-api.com for providing the data.

Buy me a coffeeBuy me a coffee

note:- This data is being filtered by a Python script running on my local machine and stored into db.json. Since, this project is purely about Next.js, there is no python code in this repo...

Special mentions:-

    "concurrently": "^8.2.0",

    "json-server": "^0.17.3",