Movie-Nest

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

Upcoming Features

Installation

  1. Clone the repository: git clone https://github.com/HarshDevelops/Movie-Nest.git
  2. Navigate to the project directory: cd movienest
  3. Install dependencies: npm install
  4. Create a .env.local file in the root directory and add your OMDB API key as REACT_APP_OMDB_API_KEY=your-api-key
  5. Example: REACT_APP_OMDB_API_KEY= 12345

Usage

  1. Start the development server: npm start
  2. 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:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m "Add your message here"
  4. Push to your branch: git push origin feature/your-feature-name
  5. Create a pull request to the main branch of the original repository.

Credits

License

This project is licensed under the MIT License.