Skip to content

This is a simple Movie Rating application built with React, enabling users to rate movies they have watched.

Notifications You must be signed in to change notification settings

guvenyorukoglu/movie-rating-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Rating App

This is a simple Movie Rating application built with React, enabling users to rate movies they have watched.

Features

  • Display a list of movies by searching
  • Fetch movies from OMDb API
  • Show details of the movie
  • Rate movies using a star rating component
  • Save, retrieve and update movie ratings

Installation

  1. Clone the repository:
    git clone https://github.com/guvenyorukoglu/movie-rating-app.git
  2. Navigate to the project directory:
    cd movie-rating-app
  3. Install the dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Open your browser and navigate to http://localhost:3000.

Project Structure

  • App.js: The main component that renders the application.
  • StarRating.js: A component for rendering star ratings.
  • index.js: The entry point of the application.
  • App.css: The main CSS file for styling the application.

Thanks

Special thanks to Jonas Schmedtmann for his amazing courses and tutorials.

About

This is a simple Movie Rating application built with React, enabling users to rate movies they have watched.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published