A searchable archive of Jake and Amir episodes, built with Next.js.
Episode data is stored in /public/jnapi-episodes.json
. The data includes:
- Episode ID
- Title
- Link to the episode on J&A website (broken links)
- Episode script
- Duration
- Air date
- Scribe information (reddit usernames)
- YouTube ID
- Alt Embed source (non-youtube)
Clone, install, and then run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
- NextJS
- React
- Tailwind CSS - Utility-first CSS
- Radix UI - Unstyled, accessible components
- shadcn/ui - Radix components
- Lucide React - Icons
- Episodes are loaded from the
/public/jnapi-episodes.json
file when the search is submitted - Uses NextJS API Route to return the episodes