one page app useing .....
- Movie Database API http://omdbapi.com/
- React Front End
- Scott Popken
- Josiah McGurty
- Adam Morse
- Kyle Lepine
- navigate to finalproject folder
npm startto run appnpm testto run unit testnpm start & wait-on http://localhost:3000 ; ./node_modules/.bin/cypress opento run E2E on Unix based machines.