React Movie Finder is an app created with Vite + React. It consumes the Open Movie Database, a RESTful API web service to obtain movie information. This project is part of the Midudev course to learn React.
It was made using JavaScript and React.js. The styles were provided by Water.css, a powerful tool to make simple websites look great with almost no efford.
- Search movies by title, country or year
- Alphabetically sort the search results.
- Node.js installed.
- NPM (it comes with Node.js).
-
Clone this repository in your computer:
git clone https://github.com/alejoevilches/react-moviefinder.git
-
Navigate to the project directory
cd react-moviefinder -
Install dependencies
npm install
-
Run the development server:
npm run dev
-
Access your localhost route to test the app.
If you want to test the app without installing the repository on your computer, you can check the deployment here.
To use the app, simply enter a movie title, country, or year in the search bar and press enter. The app will display the search results, and you can alphabetically sort them by clicking on the sorting option.
Contributions are welcome! If you want to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b your-branch-name. - Make your changes and commit them:
git commit -m "Description of your changes". - Push your changes to your fork:
git push origin your-branch-name. - Create a new Pull Request on GitHub.
All contributions will be reviewed by the project maintainers. We will provide feedback and may request changes before merging your pull request. Please ensure that your code follows our coding standards and conventions. If you're unsure about anything, feel free to ask for clarification or guidance.
This project is licensed under the MIT License.