https://github.com/thuyencode/ultimate-nextjs-course
My codebase for the Ultimate Next.js Course
https://github.com/thuyencode/ultimate-nextjs-course
nextjs
Last synced: 9 months ago
JSON representation
My codebase for the Ultimate Next.js Course
- Host: GitHub
- URL: https://github.com/thuyencode/ultimate-nextjs-course
- Owner: thuyencode
- Created: 2024-12-31T03:17:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T00:54:55.000Z (10 months ago)
- Last Synced: 2025-04-14T01:33:55.591Z (10 months ago)
- Topics: nextjs
- Language: TypeScript
- Homepage: https://jsmastery.pro/ultimate-next-course
- Size: 3.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOverflow
This is the DevOverflow project I coded along with the Ultimate Next.js 15 course.
> You can check [the official source code here](https://github.com/adrianhajdin/jsmasterypro_devflow).
## What's the different between my code and JSMastery's code?
- Use Bun to manage packages.
- More helper scripts in [`package.json`](./package.json).
- More TypeScript more type (function return types, type as definition...)