intro-to-programming

🎧📚🎬 Projects: Movies, Books, and Music

This repository includes 3 modern React apps that demonstrate how to:

🔍 Project

1. 🎬 Movie Search App


2. 📚 Book Finder App


3. 🎧 Music Search App


🧠 Key Concepts

Concept Used In
useState All apps (input, results, loading)
useEffect All apps (data fetching)
fetch API All apps (external API requests)
react-router Optional for SPA integration