Simple youtube app which uses youtube free api to fetch the videos related to search string.
To run this you should have node installed on your computer. Now all you need to do is open this project folder in command prompt and run the command "npm install". This will install all the dependencies nedded to run this app. Now run the command "npm start". This will open the app in your browser on port 3000.In case app does not opens automatically then you ca go to "localhost://3000" in your browser to see the running app.