Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinkakun/trending-repos
A progressive Web Application. Discover trending GitHub repositories. You can filter by coding language or time-frequency. Built with React.
https://github.com/yinkakun/trending-repos
Last synced: about 1 month ago
JSON representation
A progressive Web Application. Discover trending GitHub repositories. You can filter by coding language or time-frequency. Built with React.
- Host: GitHub
- URL: https://github.com/yinkakun/trending-repos
- Owner: yinkakun
- Created: 2020-05-24T19:27:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:46:36.000Z (about 2 years ago)
- Last Synced: 2024-10-31T11:51:42.568Z (3 months ago)
- Language: JavaScript
- Homepage: https://trendingrepos.netlify.app
- Size: 757 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trending Repos
A progressive Web Application to help you discover trending GitHub repositories. You can filter by coding language or time-frequency. Built with React.
[Live demo](https://trendingrepos.netlify.app)
![Screenshot](github-trends-screenshot.png)
## Project setup
### Install dependencies
```sh
yarn install
```### Serve in dev mode, with hot reload at localhost:8080
```sh
yarn start
```### Builds for production
```sh
yarn build
```## License
MIT