An open API service indexing awesome lists of open source software.

https://github.com/jonasjs/github-explorer-dark

A react app for fetching Github repositories ⚡ :rocket:
https://github.com/jonasjs/github-explorer-dark

api axios dark explorer github react reactjs styled-components typescript

Last synced: 2 months ago
JSON representation

A react app for fetching Github repositories ⚡ :rocket:

Awesome Lists containing this project

README

          



GitHub Explorer logo


A react app for fetching Github repositories ⚡ :rocket:


React
Typescript
React Icons
Styled Components
Api Github

## 🚀 Online demo






[![React_App](https://user-images.githubusercontent.com/11879767/91240306-06f25e80-e718-11ea-9cc4-391cbac55735.gif)](https://github-explorer-dark.vercel.app/)

---


## 🧐 About

Application built with ReactJS and TypeScript to explore GitHub repositories. This project allows searching repositories and accessing issues in an easy way.

This project connects to GitHub official API to get the data.

## 🏁 Getting Started

```shell
# open your terminal and clone this repository
git clone https://github.com/JonasJs/github-explorer-dark.git

# access folder github-explorer
cd github-explorer-dark

# install dependencies
npm install

# run app
npm run start

# The app should open on "http://localhost:3000" 🎉🎉🎉

```