This is a Movie website that features all the latest movies and trending movies.
The website is made using React.js, TMDB API, Appwrite Database.
The landing page of the website has Search Bar which is imported from Search.jsx into App.jsx, Below the search bar there is a Trending movies section which shows the top 5 most searched movies in the website this was done using the Appwrite Database that counts the number of searches for a movie and return them accordingly.
After that is the Movies Section in this section top movies are displayed according to the TMDB API. The Search feature of the website is optimized using DebounceSearch useEffect which decreases the API calls while searching for a movie.
All the poster styles and default styles used in the website are in the index.css file
The badges used here are explained below:
: Shows the percentage of most used language in the project.
: Shows the number of languages used in the project.
This is a table of contents for your project. It helps the reader navigate through the README quickly.
Code snippet to install Appwrite
npm install appwriteTailwind CSS installation
npm install tailwindcss @tailwindcss/vite