alysonmota3g / github-user-search

search for github users and their repositories

Home Page:https://alysonmota-github-user-search.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github User Search

a personal project for studies using github api to search users - view project online

What was used ?

  • Vite JS

  • Tailwindcss

  • SWR

  • Typescript

Running on locally

# clone project
$ git clone https://github.com/alysonmota3g/github-user-search

# install dependences
$ yarn

# run
$ yarn dev

visit at http://127.0.0.1:5173/

API limit

  1. To fix limit in the github api you must generate a personal token

  2. crete the file .env.local and add VITE_GITHUB_TOKEN="your personal token"

About

search for github users and their repositories

https://alysonmota-github-user-search.vercel.app


Languages

Language:TypeScript 93.2%Language:JavaScript 2.9%Language:HTML 2.4%Language:CSS 1.6%