Skip to content

An app to find a Github User's most used coding language across all of their public repos. Built using React and tested using the React Testing Library. Styled using CSS

Notifications You must be signed in to change notification settings

dm-devtech/git-language-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Language Finder

Build Status Netlify Status

  • Finds the most common coding language used by a Github user
  • Use the app on Heroku Here
  • Use the app on Netlify Here

Git Authentication

Running the app

  • Install dependencies with
$ yarn install
  • To run the app
$ yarn start
  • On the app page enter a Github username and click submit

Screenshots

home

Tests

  • To run tests do
$ yarn test

Code Coverage

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

Tech used:

  • ReactJS (create-react-app)
  • React testing library

About

An app to find a Github User's most used coding language across all of their public repos. Built using React and tested using the React Testing Library. Styled using CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published