ibratnawaz / pagination-with-generator

Machine coding interview for Atlassian. I was given an API (infinite query) and was asked to create the pagination in react using generator function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If you find this helpful, kindly give it a ⭐. Follow me for more apps focused on small topics like this one.

Step-1: Cloning

clone the repo

Step-2: Running the server

cd server
npm i
npm start

Step-3: Running the react app

cd client
npm i
npm run dev

Note: There is also a vanilla JS version under client folder

About

Machine coding interview for Atlassian. I was given an API (infinite query) and was asked to create the pagination in react using generator function


Languages

Language:TypeScript 40.3%Language:JavaScript 29.4%Language:CSS 22.9%Language:HTML 7.4%