This is a Movie Search App for all the movie Lovers out their . On this app a user can search their favorite movies , check their details i.e Movie Plot , Relase Year , Cast and It's IMDB Rating .Apart from this the User can save their favorite movie on their personalized watchlist.
- React JS - Frontend Library
- Tailwind - CSS Utility Library
- Redux and Redux Toolkit - State Management
- Axios - Api Fetching Library
- Framer Motion-React Animation Library
- React Icons - Icons Library
- OMDB API - For Movie Search API
Hit the Url to Visit The Cinequest https://cinequest-rkum17.netlify.app/
.
├── assests # Folder containing Images
├── components # Folder Containing React Components
├── constants # Folder Containing Constant File
├── data # Folder Containing Mock Data
├── helper # Folder Containing All the Helper functions
├── hooks # Folder Containing Custom Hooks
└── lang # Folder Containing Language Files
├── pages # Folder Containing Pages Components
├── store # Folder Containing Redux and State Related Files
└── utils # Folder Containing Util functions Files
Node >= 18.2.0
Download the Dependencies
npm install
#or
yarn install
To start the application in the terminal run the below command
Just run:
# To Run development Mode
npm run dev
# To Run Production Mode locally
npm run build
Configuration files(Optional) constants.js
# Override this as per your Server Url
export const OMDB_API_URL=<OMDB API URL>
export const OMBD_API_KEY=<Your OMDB API KEY>
Hit the Url to Start the frontend application locally on your machine http://localhost:3000/login