Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinavrajesh/octofetch
A Nicer look at GitHub Profiles
https://github.com/abhinavrajesh/octofetch
firebase-hosting github-api react
Last synced: about 1 month ago
JSON representation
A Nicer look at GitHub Profiles
- Host: GitHub
- URL: https://github.com/abhinavrajesh/octofetch
- Owner: AbhinavRajesh
- Created: 2020-05-29T06:55:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T01:58:35.000Z (about 1 year ago)
- Last Synced: 2024-05-01T16:40:34.959Z (8 months ago)
- Topics: firebase-hosting, github-api, react
- Language: JavaScript
- Homepage: https://octofetch.web.app
- Size: 556 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OctoFetch
A Nicer look at GitHub Profile### Tech Stack Used
* Visual Studio Code
* JavaScript
* React.JS Framework
* GitHub API### Installation
1. Clone the Repository to your local machine
```shell
git clone https://github.com/AbhinavRajesh/OctoFetch.git
```
2. Navigate to Downloaded file
```shell
cd OctoFetch
```
3. Install required Dependencies
```shell
npm install
```
4. Run the App!
```shell
npm start
```