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:
- Host: GitHub
- URL: https://github.com/jonasjs/github-explorer-dark
- Owner: JonasJs
- Created: 2020-07-31T22:24:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:04:07.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T15:10:26.735Z (over 2 years ago)
- Topics: api, axios, dark, explorer, github, react, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage: https://github-explorer-dark.vercel.app
- Size: 6.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A react app for fetching Github repositories ⚡ :rocket:
## 🚀 Online demo
[](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" 🎉🎉🎉
```