Skip to content

ibratnawaz/pagination-with-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks