Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzhudson/challenge-05-reactjs
https://github.com/lzhudson/challenge-05-reactjs
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lzhudson/challenge-05-reactjs
- Owner: lzhudson
- Created: 2020-12-21T18:46:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T22:20:01.000Z (about 4 years ago)
- Last Synced: 2024-11-06T21:29:19.908Z (2 months ago)
- Language: JavaScript
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :pushpin: Table of Contents
* [Features](#rocket-features)
* [Installation](#construction_worker-installation)
* [FAQ](#postbox-faq)# :rocket: Features
* Search repositories in the Github REST API
* Save repository to localStorage
* Route to the repository page
* Show information about the repository such as: name, logo, issues
* Filter of issues according to their status which are: all, open and closed.
* Pagination of issues# :construction_worker: Installation
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**
```
git clone https://github.com/lzhudson/challenge-05-reactjs.git
```**Install dependencies**
```
yarn
```**Start development server**
```
yarn start
```
# :postbox: Faq**Question:** What are the technologies used in this project?
**Answer:** [React](https://pt-br.reactjs.org/)
**Question** What other tools were used to build the application?
**Answer:**
- [React Router](https://reactrouter.com/)
- [Styled Components](https://styled-components.com/)
- [Axios](https://github.com/axios/axios)
- [React Icons](https://react-icons.github.io/react-icons/)Made with love by [Hudson Holanda](https://github.com/lzhudson) 💜🚀