https://github.com/laurabeatris/github-explorer
Explore GitHub repositories - built with React.js and Styled Components.
https://github.com/laurabeatris/github-explorer
frontend github-api i18n reactjs styled-components
Last synced: 8 months ago
JSON representation
Explore GitHub repositories - built with React.js and Styled Components.
- Host: GitHub
- URL: https://github.com/laurabeatris/github-explorer
- Owner: LauraBeatris
- License: mit
- Created: 2020-04-26T23:35:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T14:46:03.000Z (over 2 years ago)
- Last Synced: 2025-02-28T17:46:42.514Z (9 months ago)
- Topics: frontend, github-api, i18n, reactjs, styled-components
- Language: TypeScript
- Homepage: https://heuristic-dijkstra-e60a88.netlify.app/
- Size: 6.69 MB
- Stars: 36
- Watchers: 2
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/LauraBeatris)
[](#)
[](https://github.com/LauraBeatris/github-explorer/stargazers)
[](https://github.com/LauraBeatris/github-explorer/network/members)
[](https://github.com/LauraBeatris/github-explorer/graphs/contributors)
---
# :pushpin: Table of Contents
* [Features](#rocket-features)
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)
# :rocket: Features
* Explore repositories
* Show repository details such as Issues and Pull Requests
# :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/LauraBeatris/github-explorer.git
```
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
```
git clone git@github.com:LauraBeatris/github-explorer.git
```
**Install dependencies**
```
yarn install
```
**Start development server**
```
yarn dev
```
# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the [GitHub Explorer](https://github.com/LauraBeatris/github-explorer/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/LauraBeatris/github-explorer/blob/master/CONTRIBUTING.md) to find out about the coding standards.
# :tada: Contributing
Check out the [contributing](https://github.com/LauraBeatris/github-explorer/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
Released in 2020
This project is under the [MIT license](https://github.com/LauraBeatris/github-explorer/master/LICENSE).
Made with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀