In this series, we’ll build a searchable Next.js Image Gallery with the Next.js App Directory, Tailwind CSS, TypeScript and Zod.
If you get stuck on any lesson in the series, (1) navigate to the course branch for your current lesson and (2) view or (3) download the code for more help.
In this series, I’ll assume you know the fundamentals of Next.js, TypeScript, and Tailwind CSS. If you need help, see the Net Ninja’s introductory series on each of those topics.
- Node.js (npm / npx)
- Next.js
- Pexels API Key
Create a .env.local file to store your API key. Example below:
PEXELS_API_KEY=your-API-key-value
npm install
npm run dev
npm run build
- 🔗 Next.js Official Site
- 🔗 Pexels API
- 🔗 TailwindCSS Official Site
- 🔗 TypeScript Official Site
- 🔗 Zod Official Site
- 🔗 Plaiceholder
- 🔗 Envalid
👋 Hello, I'm Dave Gray.
✅ Check out my YouTube Channel with hundreds of tutorials.
🚀 Follow Me:
DO NOT COPY FOR AN ASSIGNMENT - Avoid plagiarism and adhere to the spirit of this Academic Honesty Policy.