- Finds the most common coding language used by a Github user
- Use the app on Heroku Here
- Use the app on Netlify Here
- Set up .env file with: REACT_APP_TOKEN=[YOUR API TOKEN] but replace as appropriate
- How to set up a Git api token
- Install dependencies with
$ yarn install
- To run the app
$ yarn start
- On the app page enter a Github username and click submit
- To run tests do
$ yarn test
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
---|---|---|---|---|---|
All files | 97.01 | 100 | 100 | 96.43 | |
Home.js | 97.73 | 100 | 100 | 97.37 | 59 |
getRepoData.js | 93.33 | 100 | 100 | 90 | 15 |
retrieveUserData.js | 100 | 100 | 100 | 100 |
- ReactJS (create-react-app)
- React testing library