Skip to content

abhishek96k/screenScore

Repository files navigation

ScreenScore Check Live Website

ScreenScore is a web application built using React, Material UI, Firebase, HTML, CSS, and Tailwind CSS. It provides users with a platform to check movie reviews, add their own reviews, and contribute to the movie database. The app also supports mobile devices, offering a seamless experience across different screen sizes.

Tech Stack-

HTML5

CSS3

JavaScript

Firebase

MaterialUI

  • Drop a ⭐ on the GitHub repository.

Installation

To run the ScreenScore web app locally, follow these steps:

Clone the repository:

$ git clone https://github.com/abhishek96k/screenScore.git

Install the dependencies:

$ npm install

Set up Firebase:

  • Create a Firebase project and enable the necessary authentication services.
  • Obtain your Firebase configuration details (API key, auth domain, project ID, etc.).
  • Create a .env file in the project's root directory and add the Firebase configuration:
REACT_APP_FIREBASE_API_KEY=your-api-key
REACT_APP_FIREBASE_AUTH_DOMAIN=your-auth-domain
REACT_APP_FIREBASE_PROJECT_ID=your-project-id

Start the development server:

$ npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.