The DisneyPlus-clone App is a web-application that allows you to browse and search for movies. The app is designed to provide a seamless and user-friendly experience for movie enthusiasts. The app's main features include:
📌 User-friendly interface: The app has a sleek and modern design, with an intuitive and easy-to-use user interface.
📌 Watchlist: You can create and manage your own watchlist, where you can add movies and shows you want to watch later.
📌 Movie and show browsing, you can browse through a collection of movies, with the ability to filter movies by title.
The app is built using React.js for the front-end, JavaScript for the logic, SCSS for styling, Node.js for the back-end and Firebase for data storage and retrieval. The app also utilizes a RESTful API to connect to the Firebase database.
🔹 Clone the project or download the files by going to the repository up above.
git clone https://github.com/TanyaGr9191/disneyPlus-clone.git
🔹 Go to the backend folder:
cd backend
Note: Ensure that node_modules are installed first.
🔹 Next, we'll start the server with 'npm start':
npm i
npm start
Note: You should receive a terminal output verifying the server's status at port 3030.
🔹 Now carry out the same steps for the frontend folder.
cd frontend
npm i
npm start
Note: A terminal output at localhost:3000 should be displayed once the server is up and running.
👏 All done!
✔️ You have completed your first step with Weebo. Now the app is active!