This repository is being constantly updated based on master at: https://github-search.manuelcorreia.org
The .env file on the root of the project is intentional and optional to change with your github keys, if not changed the rate limit of that specific API may limit some requests.
If clicking on the result of the search is not doing anything is probably because of the rate limit, please either run on a different IP / Configure github .env keys to properly request data without that limitation.
☑️ Have Node / Git installed
☑️ Clone the repository to your machine -> git clone [email protected]:manuelc2209/github-search-react.git
☑️ Open a terminal and type cd github-search-react
☑️ Run on the terminal yarn && yarn start
🏁 Project should be running!
- Better code testing;
- Code Coverage;
- More strict TS types;
- Refactor UI / Code cleanup;
Manuel Correia