Skip to content

A simple react web application that integrate with IMDB Movie API and user can rate it localy. (self learn purpose). tags: how react works, useRef, data fetching, useEffect & custom hook.

Notifications You must be signed in to change notification settings

xdenistwn/react-movie-popcorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Description

A simple react web application that integrated with Imdb Movie API, and user can rate it locally. (self learn purpose).

Goal of this app

  • learn about components reuseability
  • how react works behind the scene
  • handling effect and data fetching
  • useRef feature
  • handling multiple keydown press using reuseable custom hook

Sample Preview App

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](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.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

About

A simple react web application that integrate with IMDB Movie API and user can rate it localy. (self learn purpose). tags: how react works, useRef, data fetching, useEffect & custom hook.

Resources

Stars

Watchers

Forks