{"id":23032154,"url":"https://github.com/git-abby/react-movie","last_synced_at":"2026-04-20T13:01:31.800Z","repository":{"id":267158713,"uuid":"899694244","full_name":"Git-abby/react-movie","owner":"Git-abby","description":"GitFlix: React based movie webapp that shows movies with genres, authentication, and store favorites as well","archived":false,"fork":false,"pushed_at":"2025-01-21T22:14:27.000Z","size":7307,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T21:03:57.052Z","etag":null,"topics":["firebase-auth","movies-app-react","movies-streaming","reactjs","tailwind","vercel"],"latest_commit_sha":null,"homepage":"https://react-movie-git-main-mohmmadabrars-projects.vercel.app/","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/Git-abby.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-06T20:06:27.000Z","updated_at":"2025-01-21T22:14:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d49aa1a9-a806-4251-af94-47e8e42f4133","html_url":"https://github.com/Git-abby/react-movie","commit_stats":null,"previous_names":["git-abby/react-movie"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Git-abby/react-movie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Freact-movie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Freact-movie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Freact-movie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Freact-movie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Git-abby","download_url":"https://codeload.github.com/Git-abby/react-movie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Freact-movie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32048444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["firebase-auth","movies-app-react","movies-streaming","reactjs","tailwind","vercel"],"created_at":"2024-12-15T15:51:00.681Z","updated_at":"2026-04-20T13:01:31.760Z","avatar_url":"https://github.com/Git-abby.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# React Movie App\n\n## Description\n\nThe React Movie App is a web application that allows users to browse movies, search by title, and filter by genres using The Movie Database (TMDb) API. This app demonstrates the use of modern React features, such as hooks, React Router for navigation, and dynamic data fetching.\n\n---\n\n## Features\n\n- **Popular Movies:** Displays a list of popular movies fetched from the TMDb API.\n- **Search Functionality:** Allows users to search for movies by title.\n- **Genre Filtering:** Users can browse movies by genres, with the option to filter results.\n- **Responsive Design:** Fully responsive interface, optimized for both desktop and mobile devices.\n- **Authentication:** Users can sign up and log in using Firebase Authentication.\n\n---\n\n## Screenshots\n\n### Login and Signup\n![SignIn](/frontend/src/assets/screenshots/Screenshot%202024-12-17%20144838.png)\n![SignUp](/frontend/src/assets/screenshots/Screenshot%202024-12-17%20144858.png)\n\n### Homepage\n![Homepage](/frontend/src/assets/screenshots/Screenshot%202024-12-17%20145349.png)\n\n### Search Results\n![SearchResults](/frontend/src/assets/screenshots/Screenshot%202024-12-17%20145415.png)\n\n### Favorites\n![Favorites](/frontend/src/assets/screenshots/Screenshot%202024-12-17%20145545.png)\n\n### Filter by Genre\n![FilterByGenre](/frontend/src/assets/screenshots/Screenshot%202024-12-17%20150213.png)\n\n*Select a genre to see movies of that category.*\n\n---\n\n## Installation\n\nFollow the steps below to set up the project locally:\n\n### Prerequisites\n\n- Node.js (v16 or later)\n- npm or yarn\n- TMDb API key\n\n### Steps\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Git-abby/react-movie.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd react-movie/frontend\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Create a `.env` file in the `frontend` directory and add the following environment variables:\n\n   ```env\n   REACT_APP_API_KEY=your_tmdb_api_key\n   REACT_APP_AUTH_DOMAIN=your_firebase_auth_domain\n   REACT_APP_PROJECT_ID=your_firebase_project_id\n   ```\n\n5. Start the development server:\n\n   ```bash\n   npm start\n   ```\n\n6. Open your browser and navigate to `http://localhost:3000`.\n\n---\n\n## Deployment\n\nThe app is deployed using Vercel. To deploy your own version:\n\n1. Install the Vercel CLI:\n\n   ```bash\n   npm install -g vercel\n   ```\n\n2. Run the deployment command:\n\n   ```bash\n   vercel\n   ```\n\n3. Follow the CLI prompts to complete the deployment.\n\n---\n\n## Folder Structure\n\n```\nreact-movie/\n├── frontend/\n│   ├── public/          # Static assets\n│   ├── src/\n│   │   ├── components/  # Reusable UI components\n│   │   ├── css/         # Custom stylesheets\n│   │   ├── pages/       # Page components (Home, Login, SignUp, GenreMovies)\n│   │   ├── App.jsx      # Main app component\n│   │   ├── index.js     # Entry point\n│   ├── package.json\n├── .gitignore\n├── README.md\n```\n\n---\n\n## APIs Used\n\n### TMDb API\n\n- **Base URL:** `https://api.themoviedb.org/3`\n- **Endpoints:**\n  - `/movie/popular` - Fetch popular movies\n  - `/search/movie` - Search movies by query\n  - `/genre/movie/list` - Get a list of movie genres\n  - `/discover/movie` - Get movies by genre\n\n### Firebase Authentication\n\n- Used for user signup and login functionality.\n\n---\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add some feature\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a pull request.\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## Acknowledgements\n\n- [TMDb API](https://www.themoviedb.org/documentation/api) for providing movie data.\n- [Firebase](https://firebase.google.com/) for authentication.\n- React, Vite, and TailwindCSS for powering the frontend.\n\n---\n\n## Developer\n\nDeveloped by [Git-abby](https://github.com/Git-abby/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-abby%2Freact-movie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-abby%2Freact-movie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-abby%2Freact-movie/lists"}