A single page application developed with Angular (v14) that implements the YouTube Data API for searching and watching videos featuring infinity scroll functionality.
- Clone the repository or download the zip from the main branch.
- Obtain an API key, insert into a file named config.json and place in
\source\youtube-browser\src\assets.
- Navigate to
\source\youtube-browser. - Run command
npm i - Run command
npm start - Open browser and go to
http://localhost:4200/.
