You can view a live demo over at https://jdg23-dev.github.io/react-github-finder
To get the frontend running locally:
- Clone this repo
npm installto install all required dependenciesnpm startto start the local server (this project uses create-react-app)
Local web server will use the standard React port 3000
I would like to credit Brad Traversy for his tutorial course -React Front To Back- on Udemy.