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.
$ git clone git@github.com:reyolan/github-profile-searcher.git
$ cd github-profile-searcher
$ yarn
$ yarn start
- 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)