Repository LINK : https://github.com/anthocote19/Cinema-Project
A cinema in a small, isolated village wants to offer films on show to attract more young people from the surrounding villages. To achieve this goal, the cinema managers decide to commission you to create an application allowing customers to view the available films.
Description :
A web application for displaying and searching movies available online. It offers a modern and intuitive user interface for exploring films.
Display movies with images and titles. Search for movies. Dynamic interface built with Vite.js, which acts as an HTTP server.
To run this project locally, follow these steps:
npm create vite@latest
cd cinema-app
npm install
npm run dev
This application uses the OMDb API to fetch movie data. To access the API, you need an API key.
Visit the OMDb API website and sign up to obtain an API key. You will receive your API key via email after completing the registration.
Once you have your API key, you can make requests to the OMDb API using the following structure:
=> https://www.omdbapi.com/?apikey=[your_API_key]&s=[movie_title]
https://www.omdbapi.com/?apikey=[your_API_key]&s=transformers
git clone https://github.com/anthocote19/Cinema-Project.git
https://github.com/anthocote19 https://github.com/juliencastanierdu15