Welcome 👋 to the Gihub User Search App repository!
This project was created with
npm create vite@latest
uisng React and TypeScript
The project is build using tailwindcss and UI libraries such as Shadcn and Aceternity .
I used Tanstack router for page navigation and Context API for data access.
Before you begin, ensure you have met the following requirements:
- Node.js and npm installed on your local machine.
To get a local copy up and running, follow these simple steps:
- Clone the repository to your local project directory using the following command:
git clone https://github.com/MakoDoli/github-typeahead.git
Install dependencies using npm:
npm install
To run the application locally, execute the following command:
npm run dev
This will start the development server. You can view the application by opening http://localhost:3000 in your web browser.
Github User Search App allows you to search for github user by entering github username in input field
You can choose how many results to display. After clicking user name you are directed to the page which displays user info with available link to user's github account
You can switch between light and dark mode. Pages are available after refresh as well.

