This is a ReactJS application developed during Rocketseat Bootcamp in order to allow users to see the issues of their favorite github repositories using github API. Data is saved in local storage and users are allowed to add or remove as many repositories as they want. The app validates if the repository is valid or duplicated and the issues can be filtered by opened, closed or all.
Clone the repository
git clone https://github.com/giovanniantonaccio/github-repo-viewer.git
Open a terminal on the repository folder and install the dependencies:
yarn
To run the application in development mode run:
yarn start
This application was bootstrapped with Create React App. Follow the link for further information.
This project was developed with the following technologies:
- ReactJS
- Create React App
- Styled Components
- Axios
- React Icons
- React Router DOM
- Prop Types
- Babel
- Webpack
- Prettier
- VS Code with ESLint
This project is under the MIT license. See the LICENSE for more information.
Made by Giovanni Antonaccio 👋 Get in touch!