Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 817 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 817 Bytes

IMDB Movie Review Application

  • Search for movies by title, actor, or director
  • View detailed information about movies, including reviews and average review scores
  • Submit your own reviews for movies
  • Get personalized movie recommendations based on your preferred genres
  • Add and remove movies from your watchlist

Technologies Used

  • React, Node, Express, MySQL, Material-UI, React Router

Getting Started

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Run npm install to install the necessary dependencies.
  4. Start the development server using npm start.
  5. Open your web browser and visit http://localhost:3000 to use the app.

Acknowledgements

  • This project was developed as part of the Spring 2023 MSCI245 course at the University of Waterloo