/github-finder

App to search Github users and display their info. Created with React, using Tailwind CSS and DaisyUI.

Primary LanguageJavaScript

Github Finder App

App to search Github users and display their info. Created with React, using Tailwind CSS and DaisyUI.

Usage

Create a .env file containing:
REACT_APP_GITHUB_URL = "https://api.github.com"
REACT_APP_GITHUB_TOKEN = "your_githup_api_token_here"

You can use the Github API without a personal token, but if you want to use your token, add it to the .env file

Learn how to create a token here

Install Dependencies

npm install

Run

npm start

Credits

https://www.udemy.com/course/react-front-to-back-2022/
Brad Traversy - React Front To Back 2022