Alta Cinema V.2 is my second movie application is an app where you will get information and list of now playing movies, popular, detail movie & list favorite movies page with new design. The application content is powered bt TMDB API.
Here is a working live demo - Vercel
🎨 Inspired Design from Annisa Rahmadani & behance
- Dark Theme
- Detail page.
- Favorites Page.
Install NPM packages
npm install
npm run start
Technologies i used to build this are ReactJS, CSS, Tailwind, Redux, Sweetalert2, React-router TMDB(The movie database) API
- use redux to store favorite movies
- Add dark mode feature to add more good user experience on your website
- Use react-router-dom v6 to create new route for detail page
- Use Functional Components & Hooks
- Props to pass some data from component to component with ease.