A web app that consumes the github API to explore repositories(issues, stars,etc).
- Either click on the link on the right panel or fork/download the app and open the folder in the CLI
- Install all dependecies using the 'yarn add' command
- Start the web server using the 'yarn start'. The app will be served at http://localhost:3000/git-explorer
- Go to http://localhost:3000/git-explorer on your browser and start exploring repos
- Click on the text box on the center of the page
- Type out a repository name, like facebook/react
- Submit the repo search by clicking the search green button on the right
- A user can search for a repo
- A user can see issues from a repo
- A user can
- Search for a repo
- A search returns:
- the repo owner profile picture;
- the repo name and;
- repo description
- Clicking on a repo
- See repo details like:
- stars,
- forks,
- open issues
- See repo details like:
react | styled-components | axios |
---|---|---|
polished | react-router-dom | react-icons |
This project is part of my personall portfolio. It was built based on @rocketseat module but on ReactJS version.
Email: tsenane14@gmail.com | Contact me at Linkedin |
---|---|
: |
UI/UX credits: @rocketseat.
- Light/Dark Theme