Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 531 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 531 Bytes

Git browser

  • Search for Github users and show their repositories with stars/forks/programming language
  • Old version of this project => Github repos

Stack

  • React
  • TypeScript
  • Redux toolkit
  • RTKQuery
  • Tailwind CSS

Quick start

  1. Clone this repo using:
$ git@github.com:armanpwnz/GithubUsers.git
  1. To install dependencies and clean the git repo run:
$ npm install
  1. Run project in Dev mode
$ npm start