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.
- Drop a ⭐ on the GitHub repository.
To run the ScreenScore web app locally, follow these steps:
$ git clone https://github.com/abhishek96k/screenScore.git
$ npm install
- 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
$ npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.