Video Hunt is a single page application built using reactjs. Single-Page Applications are Web apps that load a single HTML page and dynamically update that page as the user interacts with the app. Video Hunt is similar to youtube, where users can search and watch for different videos which are shared by talking to youtube api.
To run this project you will need node.js version 5 or above and npm installed locally.
You can check the versions of node and npm you have installed by typing into the command line:
node -v
npm -v
To install node or npm, follow this guide
In order to install please run the following commands
git clone https://github.com/arpithapatil/Video-Hunt.git
then navigate inside the folder and run
npm install
In order to run the application run the following command
npm start
Then the application should be accessible at http://localhost:8080