Find your github nerds
This is a fast, nextjs app that lets you search for any github user as fast as possible
- Debouncing
- Instead of firing api request for every character you type, we just wait for 500ms and then print the search results
- Caching
- We have a javascript "Map" running outside the react state, so if you search 2 names twice you get instant results
and image optimization as well :)
- next.js
- typescript
- tailwind css
-
grab the code and install the packages:
npm install
-
start the dev server:
npm run dev