Skip to content

A github profile search using nextjs and material ui

Notifications You must be signed in to change notification settings

FacundoGFlores/nextsearch

Repository files navigation

Next Search

Simple app to search for github users using Graphql Api v4

You can go to https://next-search.herokuapp.com/ and play with it.

About the code

Download the example or clone the repo:

git clone https://github.com/FacundoGFlores/nextsearch
cd nextsearch

Install it and run:

npm install
npm run dev

Running tests

npm test

E2E tests

npm run cy:run

About bi-directional pagination

To solve bi-directional pagination I based the state management on Bi-directional pagination using GraphQL & Relay. Indeed apollo has some performance improvements because of caching.

About

A github profile search using nextjs and material ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published