A rapidly-made github repo explorer using v3 of the github API.
In the project directory, run:
Runs the Express server
Navigate to http://localhost:8080 to view it in your browser.
Runs the app code in dev mode.
Open http://localhost:3000 to view it the app dev mode in your browser.
Bundles build folder
- Use customized useEffect hook to update instantly when 'next' button clicked
- Change 'Next' to 'Back' when nr of pages has been reached
- Memoize the API call so that it doesn't needlessly remake same calls
- Deploy