Table of Contents
- Implemented Movies list Application using React and Firebase for backend
- We can add our own movies list and it will store it in the firebase.
- Automatically it will fetch from the database and display it on the screen.
- Html
- Css
- React
- Firebase
To get a local copy and run it locallly follow these simple example steps.
Firstly you should install the Node and Git in your local system to run react application locally.
- Clone the repo
git clone https://github.com/your_username_/movies-list-app.git
- Install NPM packages
npm install
- Run the Project
npm start
Link to live Project:- https://movies-list-app-asm.netlify.app/