Used React, JS, HTML, CSS and Styled-Components to build out a YouTube Clone which looks exactly like YouTube! It also leverages the YouTube API allowing you to search and play any video you want!
The development environment setup described here is ideal for anyone looking to create a web application effortlessly. Utilizing the npm package manager, it allows for a streamlined process of running and serving your app locally. With helpful features like live reloading and a JSON server, it provides a smooth development experience.
npm run server, you can spin up a full fake REST API that simulates backend interactions for testing front-end functionality without the need for a live server.