Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.13 KB

UsePopcorn

Description

  • The ability to access movies, search and check their full descriptions, including scores
  • through the API of the IMDb site; The ability to record watched videos and provide personal feedback about them.
  • Programming languages: HTML, CSS, JS, React

Preview

usepopcorn-Kiumarsi-react.mp4

usepopcorn-Kiumarsi-react

how to use

  1. Clone the repository
    git clone https://github.com/Kiyomarthi/usePopcorn.git
    
  2. Navigate to the project directory
    cd usePopcorn
    
  3. Install dependencies
    npm i
    
  4. Start the development server
    npm run start
    

links

npm start

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.
You may also see any lint errors in the console.