An open API service indexing awesome lists of open source software.

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

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...)