React Movies is a web application built with React that allows users to browse and search for movies. It fetches movie data from an external API and displays it in a user-friendly interface.
- Browse popular movies
- Search for movies by title
- View detailed information about each movie
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/RahulRoyBXT/movies.git
- Navigate to the project directory:
cd react-movies - Install dependencies:
npm install
To start the development server, run:
npm startThis will start the application on http://localhost:3000.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Rahul Roy - rahul.roybak@gmail.com
Project Link: https://cornmovies.netlify.app/
