Movie Listing Page with React, Styled Components, Firebase Authentication, Firestore Database, and Redux Toolkit
Welcome to the Movie Listing Page GitHub repository! This project is a modern web application built using React.js, Styled Components, Firebase Authentication, Firestore Database, and Redux Toolkit. This README will guide you through the setup process and provide an overview of the project structure and functionalities.
- Clone Repository
git clone https://github.com/chiraggulati16/movie-website.git
- Install Node Modules
npm install
or
yarn install
- Start the development server
npm start
or
yarn start