MovieWatchList is a React application that allows users to search movies by providing a title and manage a list of movies they want to watch.
This project is live at: https://moviefinderproject.netlify.app/
- Search Movies through title
- Maintain a Watch List
This project uses OMDb API to fetch movies.
- Clone the repository:
git clone https://github.com/yourusername/MovieWatchList.git
- Navigate to the project directory:
cd MovieWatchList
- Install dependencies:
npm install
- Visit https://www.omdbapi.com/apikey.aspxa and generate an API Key
- Create a .env file in the root directory, and save the api key as
VITE_API_KEY
VITE_API_KEY = <PLACE_API_KEY_HERE>
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License.