Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 452 Bytes

File metadata and controls

9 lines (6 loc) · 452 Bytes

movie website - using React

just a simple practice with react hooks and fetching data from API --> "http://www.omdbapi.com"

first use npx create-react-app YOUR-APP-NAME in your terminal this command will generate all the needed files and folders for a React application

then run the App by npm start on LocalHost if you want.

After the procces finished, remove the files in src directory and replace them with files in this repository