Shortens URL app
🏠 Homepage
✨ Demo
- Bun — A fast all-in-one JavaScript runtime
- Or you can use Node.js > 18.x
- UI styling with DaisyUI https://daisyui.com/
- Form with React-hook-form https://react-hook-form.com/
- Data fetching with React-Query https://react-query.tanstack.com/
- API built with Encore https://encore.dev/, the source code on https://github.com/jellydn/encore-demo-app
- Rewrite Url with Next 12 Middleware (Beta) https://nextjs.org/docs/advanced-features/middleware
- Authentication with Next-Auth (Github Provider) https://next-auth.js.org/v3/configuration/providers
bun install
Create .env file base on .env.example then run below command
bun run dev
bun run test
bun run storybook
This project uses pre-commit to enforce code style and quality. To install pre-commit, run:
pre-commit install
- Website: https://productsway.com/
- Twitter: @jellydn
- Github: @jellydn
Give a ⭐️ if this project helped you!