MovieFlix - Collection of movies. Place where you can search and find information about different movies and actors.
-
MovieFlix - Collection of movies.
-
Place where you can search and find information about different movies and actors.
-
It is single page application built with Reactjs.
-
It uses themoviedb api for data.
- Reactjs
- Typescript
- tailwindcss
- react-icons
- @headlessui/react
- @reduxjs/toolkit
- themoviedb
To run this project, first download or clone this repo
create .env.local
file and fill
VITE_TMDB_API_KEY={YOUR Themoviedb API KEY}
// Install dependencies
npm install
// Run in development mode
npm run dev
// Build
npm run build
// Start Build site
// npm run preview