A minimalist React.js application deployed on Vercel that connects to the YouTube Data API.
Users can search for videos, and the app fetches and displays real-time results in a clean, responsive interface.
- Search videos using the YouTube API
- Minimal and intuitive user interface
- Responsive design for all devices
- Deployed seamlessly on Vercel
- React.js
- YouTube Data API v3
- Axios / Fetch for API communication
- Vercel for deployment
Create a .env file and add your YouTube API key:
# Install dependencies
npm install
# Start development server
npm start