Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanford/trends
ultra high performance github trending application
https://github.com/hanford/trends
graphql lighthouse-score nextjs progressive-web-app pwa react trends
Last synced: 6 days ago
JSON representation
ultra high performance github trending application
- Host: GitHub
- URL: https://github.com/hanford/trends
- Owner: hanford
- License: mit
- Created: 2018-02-16T07:57:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T03:25:23.000Z (about 1 year ago)
- Last Synced: 2024-12-29T10:12:33.319Z (13 days ago)
- Topics: graphql, lighthouse-score, nextjs, progressive-web-app, pwa, react, trends
- Language: TypeScript
- Homepage: https://trends.now.sh
- Size: 6.07 MB
- Stars: 487
- Watchers: 10
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Audit: audit.jpg
Awesome Lists containing this project
README
## trends
> browse trending github repos written in your favorite language with this high performance application
[View the application](https://trends.now.sh)
Trends is an ultra high performance progressive web application built with Next.js. Trends pushes the performance needle forward by using the latest Next.js 13 features like `appDir` and React server components.
Checkout the perfect performance audit 💯
## Features
- Filter by time since repo created, by language or both
- Server side rendering
- Next.js@latest
- PNPM
- automatic darkmode [(in supported browsers)](https://caniuse.com/#search=prefers-color-scheme)## Setting the project up locally
```sh
$ git clone https://github.com/hanford/trends.git
$ cd trends
$ yarn bootstrap
$ yarn dev
```Questions? Feedback? [Let me know](https://github.com/hanford/trends/issues/new)
## License (MIT)
```
WWWWWW||WWWWWW
W W W||W W W
||
( OO )__________
/ | \
/o o| MIT \
\___/||_||__||_|| *
|| || || ||
_||_|| _||_||
(__|__|(__|__|
```Copyright © 2017-present [Jack Hanford](http://jackhanford.com) [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#### Related links
- [HN Discussion](https://news.ycombinator.com/item?id=17603219)
- [Reddit Discussion](https://www.reddit.com/r/reactjs/comments/91j386/trends_an_ulta_high_performance_github_trending/)#### Alternatives
- [github-trending-repos](https://github.com/vitalets/github-trending-repos)