Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.48 KB

File metadata and controls

54 lines (31 loc) · 1.48 KB

Movie Freak

A Dynamic Movie Search App Implemented.

React + Typescript + Bootstrap + Jest

React TypeScript Bootstrap Jest


Screenshots for the App:

empty

avengers

detail

Please clone this Project by

git clone + { project Git Url }



To Install dependencies/libraries, run

npm install

In the root folder

To Start this project, run

npm start

in root folder, which runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.



To Run test files in this project, run

npm run test

in the project root folder, there are six testing cases right now.