Real example app with nextjs
🏠 Homepage
✨ Demo
On/Off comment with happykit
- Styling by https://tailwindcss.com/
- Form with https://www.react-hook-form.com/
- Data fetching (API integration) https://react-query.tanstack.com/
- API Validations, with Yup and https://github.com/jellydn/next-validations
- Feature Flags for Next.js https://github.com/happykit/flags
- Component library for giscus, a comments system powered by GitHub Discussions https://github.com/giscus/giscus-component
- Generates an OpenAPI (Swagger) specification by https://github.com/jellydn/next-swagger-doc
yarn install
Create .env.local
file from .env.example
and
use your personal access tokens
# Refer https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api
GITHUB_TOKEN=Your_Oath_Token
yarn dev
👤 Dung Huynh (Kaka)
- Website: https://productsway.com/
- Twitter: @jellydn
- Github: @jellydn
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator