Skip to content

AKAspanion/achimo-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github user search

Github user search created for Achimo interview test.

Task

Create a UI to search for a github user.

Implementation

Created an app using React.
Used custom hooks for API calls, debouncing user input.

Demo

Watch the demo here.

Run locally

git clone https://github.com/AKAspanion/achimo-test.git
cd achimo-test
npm install
npm run start