MovieLister is a single-page application that fetches and displays movies from the YTS.mx API. It's designed for movie enthusiasts who want a simple and user-friendly way to explore and discover new films.
- Browse a wide selection of movies.
- Search for specific movies by title.
- View detailed movie information, including ratings, synopsis, and release year.
- Responsive design for a seamless experience on both desktop and mobile devices (dark mode friendly).
To run MovieLister locally, follow these steps:
-
Clone the repository:
git clone https://github.com/pvlvstepan/movie-lister.git cd movie-lister
-
Install dependencies (Node.js v12 or higher, but not higher than v16 is required):
npm install
-
Start the development server:
npm start
-
Open your web browser and navigate to
http://localhost:3000
to access the application.
This project is licensed under the MIT License - see the LICENSE file for details.
- Special thanks to YTS.mx for providing the movie data.
- Built as a coding interview project for MSU Bigdata Center.