This is a React application built using Vite that allows users to search for movies and view their details.
- Search Filter: Users can search for movies by title. The search results are displayed live as you type.
- Sort Functionality: Users can sort the search results by title and year of release, both in ascending and descending order.
- React
- Vite
- JavaScript
- HTML
- CSS
To get started with this project, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run
npm install
to install the dependencies. - Run
npm run dev
to start the development server. - Open your web browser and navigate to
http://localhost:5173
to view the app.
- Enter a movie title into the search bar.
- The search results will be displayed live as you type.
- Use the sorting options to sort the search results by title or year of release, in ascending or descending order.
- Click on a movie to view its details.
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.