/share_prompts

JS Mastery - Next.js 13 Full Stack App Tutorial Project

Primary LanguageJavaScript

Share Prompts

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.

Feature challenges

  1. Implement Search - in Feed component
  • Search by prompt
  • Search by tag
  • Search by username
  1. Implement click on tag (populates the search field with tag text)
  2. Implement view other profiles