Netflux is a movie search application built with React and Vite. It allows users to search for movies and view details about them, providing a seamless and interactive experience.
- Search for movies by title.
- View movie details including ratings and descriptions.
- Responsive design for mobile and desktop users.
- Fast and efficient performance with Vite and React.
To get started with Netflux, follow these steps:
- Clone the repository:
git clone https://github.com/jenacodes/netflux.git
- Navigate to the project directory:
cd netflux
- Install the dependencies:
npm install
To run the application locally, use the following command:
npm run dev
Open your browser and navigate to http://localhost:3000
to view the application.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch and create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.