This is a React app that uses GitHub API to present information about developers. It lets you lookup a developer by GitHub username, lists all their repos if available and allows you to filter them according to their stack information
- JavaScript / ES6
- React.js
- Redux.js
- GitHub API
- Jest
- Enzyme
- HTML5
- CSS3
Available here
- Open your Terminal from a folder of your choice and clone this repo
- Navigate to the project directory
- Run
npm install
- Then run
npm run start
- Open
http://localhost:3000
in your browser and navigate around the site. - Use the form to lookup GitHub users
- Filter results according to a particular language
- Run
npm run test
in the Terminal to run the tests
👤 Abdullah Numan
- Github: https://github.com/anewman15
- Twitter: https://twitter.com/aanuman15
- Linkedin: https://www.linkedin.com/in/aanuman15/
- Email: anewman15@hotmail.com
Contributions, issues and feature requests are welcome! Please send your feedback here
- Marc-Antoine Roy for the design here