reyolan / github-profile-searcher

Home Page:https://github-profile-searcher-demo.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Profile Searcher

DEMO

Description

This search app is inspired by the idea in this repo. The app shall be able to search for github profiles via their usernames and see their avatar, username, followers and public repository count. This app is primarily for familiarization of using Typescript in React and Mantine as component library.

Installation

Setup

$ git clone git@github.com:reyolan/github-profile-searcher.git
$ cd github-profile-searcher
$ yarn

Starting the app

$ yarn start

Features

  • User can enter a username.
  • User can search github profile and see their avatar, username, followers and public repository count.
  • User can see the 4 most recent public repositories of the searched user.
  • User should get a messsage if the username does not exist.
  • Dark/Light mode (mode persists when coming back to the app)

About

https://github-profile-searcher-demo.vercel.app/


Languages

Language:TypeScript 95.7%Language:HTML 4.3%