{"id":18284783,"url":"https://github.com/enes9103/045_firebase_movie_app","last_synced_at":"2026-04-14T23:32:48.233Z","repository":{"id":40543119,"uuid":"480496676","full_name":"enes9103/045_Firebase_Movie_App","owner":"enes9103","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-08T14:51:27.000Z","size":59700,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T21:25:58.219Z","etag":null,"topics":["api-rest","axios-react","database","design","firebase-auth","firebasedatabase","javascript","movie-database","react","reactjs","router-dom"],"latest_commit_sha":null,"homepage":"https://movie-app-with-firebase.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enes9103.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-11T18:09:24.000Z","updated_at":"2024-04-30T18:06:37.000Z","dependencies_parsed_at":"2022-09-23T13:20:58.367Z","dependency_job_id":null,"html_url":"https://github.com/enes9103/045_Firebase_Movie_App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/enes9103/045_Firebase_Movie_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enes9103%2F045_Firebase_Movie_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enes9103%2F045_Firebase_Movie_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enes9103%2F045_Firebase_Movie_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enes9103%2F045_Firebase_Movie_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enes9103","download_url":"https://codeload.github.com/enes9103/045_Firebase_Movie_App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enes9103%2F045_Firebase_Movie_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31819718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","axios-react","database","design","firebase-auth","firebasedatabase","javascript","movie-database","react","reactjs","router-dom"],"created_at":"2024-11-05T13:14:37.746Z","updated_at":"2026-04-14T23:32:48.216Z","avatar_url":"https://github.com/enes9103.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project : Movie App (RC-08)\n\n## Project Outcome\n![Project gif](Animation.gif)\n\n## Description\n\nProject aims to create a Movie App.\n\n## Project Skeleton\n\n```\n008 - Movie App (folder)\n|\n|----readme.md         # Given to the students (Definition of the project)\nSOLUTION\n├── public\n│     └── index.html\n├── src\n│    ├── auth\n│    │     └── firebase.js\n│    ├── components\n│    │     ├── MovieCard.js\n│    │     └── Navbar.js\n│    ├── context\n│    │     └── AuthContext.js\n│    ├── pages\n│    │     ├── Login.js\n│    │     ├── Register.js\n│    │     ├── Main.js\n│    │     └── MovieDetail.js\n│    ├── router\n│    │     └── Router.js\n│    ├── App.js\n│    ├── App.css\n│    ├── index.js\n│    └── index.css\n├── package.json\n├── .env\n└── yarn.lock\n```\n\n## Objective\n\nBuild a Movie App using ReactJS.\n\n### At the end of the project, following topics are to be covered;\n\n- HTML\n\n- CSS\n\n- JS\n\n- ReactJS\n\n### At the end of the project, students will be able to;\n\n- improve coding skills within HTML \u0026 CSS \u0026 JS \u0026 ReactJS.\n\n- use git commands (push, pull, commit, add etc.) and Github as Version Control System.\n\n## Steps to Solution\n\n- Step 1 : Create React App using `npx create-react-app movie-app`\n\n- Step 2 : Signup `https://firebase.google.com/` and create new app in firebase.\n\n- Step 3 : Use `https://firebase.google.com/docs/auth/web/start` and create `Authentication` operations.\n\n- Step 4 : Signup `https://www.themoviedb.org/documentation/api` and get API key for getting data from `https://api.themoviedb.org/3/discover/movie?api_key=${API_KEY}`, for searching movies `https://api.themoviedb.org/3/search/movie?api_key=${API_KEY}\u0026query=` and for movie details `https://api.themoviedb.org/3/movie/${id}?api_key=${API_KEY}`.\n\n- Step 5: You can use css frameworks like Bootstrap, Semantic UI, Material UI.\n\n- Step 6: Add project gif to your project and README.md file.\n\n## Notes\n\n- You can add additional functionalities to your app.\n\n**\u003cp align=\"center\"\u003e\u0026#9786; Happy Coding \u0026#9997;\u003c/p\u003e**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenes9103%2F045_firebase_movie_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenes9103%2F045_firebase_movie_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenes9103%2F045_firebase_movie_app/lists"}