AreYouWatching is a React-based movie browsing application that allows users to search for movies, view popular titles, and manage a list of favorites.
- Search for movies using TMDB API
- Add and remove movies from favorites
- Favorites are stored only temporarily for now
- Responsive design and clean UI
- React
- React Router
- JavaScript
- TMDB API
- CSS
To get a local copy up and running, follow these steps.
Make sure you have the following installed on your machine:
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/areyouwatching.git- Navigate to the project directory:
cd areyouwatching- Install dependencies:
npm install- Start the development Server:
npm run dev