https://movieverse-kappa.vercel.app/
1.> Share your thought or opinion on that particular movie which is listed.
2.> Here You can also give rating in Stars.
3.> And One of the best feature of this platform that here you can also add your favourite movies for reviewing.
1.> First of all go to Login Button.
2.> If Your are a new member then Click on SignUp Button.
3.> Then fill your details like :- { Name, Mobile No and Password Button } and click on "Request OPT" Button.
4.> Fill the OTP number which comes on your mobile's message and click on "Confirm OPT" Button.
5.> After redirecting to the login page, fill the { Mobile No, & Password } and click on login Button.
6.> Now your on the Home page of the Movieverse Platform
7.> Now you can click on any movie from the list and give your valuable "Opinion and Rating".
8.> And Share to the World.
9.> Now click on Movieverse Logo to back on the Home page of this platform. And IF want to add your Favourite or Watched movie in this list, then Click on " + Add New" Button.
10.> Now Fill the Required fields like :- { Tite (Movie's Name), Year (of release), Movie's HD Image Link & Description about Movie. }. And Click on "Submit" Button.
11.> Now if You also want to Share Your Rating and Thoughts then click on that movie again and give Your Rating and Opinion.
1.> First of All Open your VSCode terminal and run this command.
git clone https://github.com/Akash02032002/Movieverse.git
2.> cd 'your App Name'
3.>Run "npm install"
4.> Setup your Firebase and to connent with your application copy and paste below command in your Firebase file.
const firebaseConfig = {
apiKey:process.env.REACT_APP_API_KEY, authDomain:process.env.REACT_APP_authDomain, projectId:process.env.REACT_APP_projectId, storageBucket:process.env.REACT_APP_storageBucket, messagingSenderId:process.env.REACT_APP_messagingSenderId, appId: process.env.REACT_APP_appId
};
from your FireBase Account.
5.> create a '.env.local' in root file where paste your :- { apiKey, authDomain, projectId, storageBucket, messagingSenderId, appId }
to prevent your application from malicious Activity.