https://github.com/chenkie/try-graphql
https://github.com/chenkie/try-graphql
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenkie/try-graphql
- Owner: chenkie
- Created: 2019-02-20T17:31:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T20:19:24.000Z (over 5 years ago)
- Last Synced: 2024-11-14T11:40:01.789Z (about 1 year ago)
- Language: CSS
- Size: 1.8 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-list - try-graphql
README
# Try GraphQL!
This is a React app built with Next.js that powers [Try GraphQL](https://trygql.com).
## Installation
Clone the repo and run:
```bash
npm install
npm run dev
```
This is my first real React app so there's probably a bunch of stuff I'm doing wrong. I bet you'll find an anti-pattern or two in these here codes. Pull requests and general guidance are welcome!
## TODO
- [] Clean up the three challenge status components so there's not so much code repition
- [] Find a better way to organize and import all the markdown files
- [] Write tests
- [] Add descriptions of each tutorial for `meta` tags
## License
MIT