Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T14:46:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T10:48:43.106Z (3 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
[![Author](https://img.shields.io/badge/author-LauraBeatris-3D3D4D?style=flat-square)](https://github.com/LauraBeatris)
[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/github-explorer?color=%233D3D4D&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LauraBeatris/github-explorer?color=3D3D4D&style=flat-square)](https://github.com/LauraBeatris/github-explorer/stargazers)
[![Forks](https://img.shields.io/github/forks/LauraBeatris/github-explorer?color=%233D3D4D&style=flat-square)](https://github.com/LauraBeatris/github-explorer/network/members)
[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/github-explorer?color=3D3D4D&style=flat-square)](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 [email protected]: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) 💜🚀