Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishandeveloper/github-wrapped
Take a look back at all the contributions you as an individual made to the open-source community
https://github.com/ishandeveloper/github-wrapped
2020 2020-2021 github github-api graphql javascript lookback react stats tech tweets wrapup year yearbook
Last synced: 2 months ago
JSON representation
Take a look back at all the contributions you as an individual made to the open-source community
- Host: GitHub
- URL: https://github.com/ishandeveloper/github-wrapped
- Owner: ishandeveloper
- License: mit
- Archived: true
- Created: 2020-12-25T19:00:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:54:04.000Z (about 2 years ago)
- Last Synced: 2024-08-02T20:47:11.439Z (6 months ago)
- Topics: 2020, 2020-2021, github, github-api, graphql, javascript, lookback, react, stats, tech, tweets, wrapup, year, yearbook
- Language: JavaScript
- Homepage: https://githubwrapped.tech
- Size: 2.78 MB
- Stars: 412
- Watchers: 5
- Forks: 21
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Why do I exist?
### 2020 has been a challenging year for all of us.As the year is ending, we thought to take a look back at all the contributions **you** as an individual
made to the open-source community, during these unprecedented times.Also, since Spotify, Snapchat and other mass platforms have their own way of year wrap up, **why not us?**
githubwrapped.tech
### Reports
This web app deployed at [githubwrapped.tech](https://githubwrapped.tech) will help you to generate yearly reports that contains your stats from the beginning of this year.
Including number of commits, stars etc.
You can also save your report as an image using the 'Save Report' button and share it with the community or keep it as a memorandum :)
#### Project Structure
This project uses [React.Js](https://reactjs.org) and the contents are bundled using webpack.
The contents in this project follow the following structure.
```
├───api
├───public
│ └───assets
└───src
├───components
├───constants
├───containers
└───helpers
```Each individual component and container, follows this structure
```
section
├──index.jsx (main entry point)
└──style.scss
```### Tweet Bot
The celebrations doesn't end here! We also our own cute octo-bot on twitter [@GitHubWrapped](https://twitter.com/GitHubWrapped).
Octobot stays awake all day/night to like & retweet all your tweets that use the hashtag #GitHubWrapped.
## Setup
##### Clone the repository
```bash
git clone https://github.com/ishandeveloper/github-wrapped.git
```##### Move to the desired folder
```bash
cd \github-wrapped
```##### To install the dependencies, simply write
```bash
yarn install
```##### To run the app, simply write
```bash
yarn start
```### Maintainers ✨
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/ishandeveloper)