No. | Topics |
---|---|
1 | About Code Courses |
2 | Live Demo |
3 | Screenshot |
4 | Technologies |
5 | Running the demo |
6 | Useful links |
Code Courses is a website where people learn about coding and different technologies/frameworks/libraries. To help people learn, all of the courses are FREE and DETAIL. Hopefully, after following the content on Code Courses, you will find your dream jobs, and build any applications that you want.
-
For the full course, You can refer to this link.
-
You can refer to this Youtube video for the live demo.
This demo uses:
- React.js
- Firebase
To run the demo follow these steps:
- Download the repository here or by running
git clone https://github.com/codecourses-site/netflix-clone.git
and open it in a code editor. - Head to Firebase and create a new project
- Create a file called .env in the root folder of your project.
- Import and inject your secret keys in the .env file containing your CometChat and Firebase in this manner.
REACT_APP_FIREBASE_API_KEY = xxx - xxx - xxx - xxx - xxx - xxx - xxx - xxx;
REACT_APP_FIREBASE_AUTH_DOMAIN = xxx - xxx - xxx - xxx - xxx - xxx - xxx - xxx;
REACT_APP_FIREBASE_DATABASE_URL = xxx - xxx - xxx - xxx - xxx - xxx - xxx - xxx;
REACT_APP_FIREBASE_STORAGE_BUCKET =
xxx - xxx - xxx - xxx - xxx - xxx - xxx - xxx;
- Make sure to exclude .env in your gitIgnore file from being exposed online.
- Run the following command to install the app.
npm install
npm run start
Questions about running the demo? Open an issue. We're here to help ✌️