JS Mastery - Next.js 13 Full Stack App Tutorial Project
Open https://www.youtube.com/watch?v=wm5gMKuwSYk to view the associated tutorail video.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- Implement Search - in Feed component
- Search by prompt
- Search by tag
- Search by username
- Implement click on tag (populates the search field with tag text)
- Implement view other profiles