Skip to content

bwondessen/MovieBox

Repository files navigation

MovieBox

A movie app that displays popular movies and allows users to search and save their favorites!

MovieBoxREADME

Installation

  1. Clone the repository: git clone https://github.com/your-username/MovieBox.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Visit http://localhost:3000 in your browser to view the app.

Overview

MovieBox fetches data from The Movie Database API (https://developer.themoviedb.org/reference/intro/getting-started) to display the most popular movies currently. Users can search for specific movies and add movies to their favorites. Favorited movies will be displayed on a separate Favorites page and are persisted in the browser’s localStorage for future sessions.

Features

  • Displays a list of the most popular movies
  • Search for specific movies by title
  • Favorite movies and view them on the Favorites page
  • Persist favorited movies using localStorage

Technologies

  • HTML
  • CSS
  • JavaScript
  • React
  • React Router
  • Vite
  • APIs
  • localStorage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published