https://github.com/kylemocode/frontend-framework-trend
https://github.com/kylemocode/frontend-framework-trend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kylemocode/frontend-framework-trend
- Owner: kylemocode
- Created: 2022-03-31T01:45:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T09:29:19.000Z (about 4 years ago)
- Last Synced: 2025-02-05T19:34:04.626Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://frontend-framework-trend.vercel.app/
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# Frontend Framework Trend
A simple webapp that display the trends and details of modern frontend development frameworks.
[](https://github.com/prettier/prettier)

## Installation
```shell
$ git clone https://github.com/kylemocode/frontend-framework-trend.git
$ cd frontend-framework-trend
$ npm install
$ npm run codegen (to automatically generate graphql relative types)
$ npm run dev
```
## Tech Stack
- [x] Next.js
- [x] TypeScript
- [x] Github GraphQL API
- [x] Apollo Client V3
- [x] graphql-codegen
- [x] styled-components