MovieNest
Welcome to MovieNest, your ultimate movie companion!
Discover a world of movies with MovieNest, where you can explore an extensive movie database, get personalized recommendations, and connect with fellow film enthusiasts.
Current Features
- Search for Movies: Use the search bar to find information about your favorite movies.
Upcoming Features
- Personalized Recommendations: Receive movie recommendations based on your unique taste.
- Engage in Discussions: Join a community of film enthusiasts to leave reviews and engage in discussions.
- Build Watchlists: Create watchlists to keep track of movies you want to watch.
- Explore Curated Genres: Dive into curated genres to discover new films.
Installation
- Clone the repository:
git clone https://github.com/HarshDevelops/Movie-Nest.git
- Navigate to the project directory:
cd movienest
- Install dependencies:
npm install
- Create a
.env.local file in the root directory and add your OMDB API key as REACT_APP_OMDB_API_KEY=your-api-key
- Example:
REACT_APP_OMDB_API_KEY= 12345
Usage
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000 to use MovieNest.
Contributing
Contributions are welcome! If you’d like to contribute to MovieNest, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your message here"
- Push to your branch:
git push origin feature/your-feature-name
- Create a pull request to the
main branch of the original repository.
Credits
License
This project is licensed under the MIT License.