In this project, a movie page was tried to be made. Movies can be added, deleted or edited on this page.
Context API concept was learned by taking this project as an example. Below is how the application works.
CRUD operations were performed. Learned to use hooks. The concept of LocalStorage was learned and implemented. You can learn from the project commits what all the other issues that are focused on are. Below is how the application works.
This project was written to learn the next.js framework. At the same time, Tailwind CSS is used. The "themoviedb.org" site was used for the API.
In this project, useState hook has been used and api operations have been made. At the same time, "react accordion component" and "react-select-async-paginate" third part libraries are used. API provided from openweathermap and rapidapi.
Animation was made by using framer-motion library. Additionally, we learned how to use the useInview hook. The application is written in tailwind so that it is compatible with different screen sizes and there will be changes in the menu bar and screen design accordingly. On the Nextjs side, page redirection, opening another new tab when clicking the link, and using link and img components are fulfilled.