{"id":23861566,"url":"https://github.com/lincoln1883/net-flix-capstone","last_synced_at":"2025-04-23T17:57:24.439Z","repository":{"id":176986741,"uuid":"659491199","full_name":"lincoln1883/net-flix-capstone","owner":"lincoln1883","description":"The Popcorn Flix App is a SPA utilizing the concepts of routing with React Router, State Management with Redux.  Axios to make calls to a movies API to fetch data, and the user can filter movies by keywords.. ","archived":false,"fork":false,"pushed_at":"2023-11-20T23:57:25.000Z","size":747,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-04-23T17:57:04.204Z","etag":null,"topics":["axios","react","react-router","redux","tailwind-css"],"latest_commit_sha":null,"homepage":"https://popcorn-flix.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lincoln1883.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-06-28T00:44:58.000Z","updated_at":"2023-11-04T21:11:49.000Z","dependencies_parsed_at":"2025-01-18T15:53:08.045Z","dependency_job_id":"fe5f5813-d16f-4499-96b1-de4ba606692f","html_url":"https://github.com/lincoln1883/net-flix-capstone","commit_stats":null,"previous_names":["lincoln1883/net-flix-capstone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincoln1883%2Fnet-flix-capstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincoln1883%2Fnet-flix-capstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincoln1883%2Fnet-flix-capstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincoln1883%2Fnet-flix-capstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lincoln1883","download_url":"https://codeload.github.com/lincoln1883/net-flix-capstone/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250487526,"owners_count":21438612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["axios","react","react-router","redux","tailwind-css"],"created_at":"2025-01-03T06:48:17.163Z","updated_at":"2025-04-23T17:57:24.374Z","avatar_url":"https://github.com/lincoln1883.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  # Popcorn Flix\n  ![Popcorn Flix](image.png)\n\n\u003c/div\u003e\n\n# 📗 Table of Contents\n\n- [📖 Popcorn Flix](#-popcorn-flix-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [🚀 Live Demo ](#-live-demo-)\n  - [📹 Video Demo ](#-video-demo-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage](#usage)\n    - [Run tests](#run-tests)\n    - [Deployment](#deployment)\n  - [👥 Author ](#-author-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Popcorn Flix\u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nThe Popcorn Flix App is the Capstone project for React module three where we are required to build an SPA utilizing the concepts we learnt. I used Axios to make calls to a movies API to fetch data, I used Redux( useSelector and useDispatch) to update the state by filtering movies by  title. I can navigate from the home page to a single movie page dynamically using React router, and fetch data with useEffect on page load and with action dispatch, finally, I used Jest and React Testing Library to make component tests and mock API calls.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![React Router](https://img.shields.io/badge/-React%20Router-316192?style=for-the-badge\u0026logo=react-router)\n![Redux](https://img.shields.io/badge/Redux-593D88?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![Tailwind](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge\u0026logo=jest\u0026logoColor=white)\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- Routing using react-router.\n- App-wide State Management with Redux/Toolkit.\n- Styling with Tailwind CSS.\n- Data-fetching with Axios.\n- Testing with Jest and React Testing Library.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n### Live Demo \u003ca name = \"live-demo\"\u003e\u003c/a\u003e\n[Popcorn Flix](https://popcorn-flix.netlify.app/)\n\n### Video Presentation \u003ca name = \"video-Presentation\"\u003e\u003c/a\u003e\n[Presentation](https://www.loom.com/share/7e820953b26248f68897f22fca7c3f09?sid=3de3d2bb-47e9-4ad0-95b7-83de7e748dfc)\n### Prerequisites\n\nIn order to run this project you need to have the following installed:\n\n```sh\n- A web browser\n- A code editor\n- A terminal\n- Git\n- Node.js\n```\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder run `git clone https://github.com/lincoln1883/net-flix-capstone/`\n```\n\n### Install\n\nInstall this project with:\n\n```sh\n  cd my-folder run `npm install`\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\nopen the index.html file in your browser using the live server extension.\n\n### Run tests\n\nTo test please execute the following command:\n\n```sh\n    run `npm test`\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n####👤 Lincoln Gibson\n\n- GitHub: [lincoln1883](https://github.com/lincoln1883)\n- Twitter: [lincolngibson7](https://twitter.com/lincolngibson7)\n- LinkedIn: [lincoln-gibson](https://linkedin.com/in/lincoln-gibson)\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\n- Give a ⭐️ if you like this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n- Thank you Microverse.\n- Original design idea by Nelson Sakwa on Behance.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincoln1883%2Fnet-flix-capstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flincoln1883%2Fnet-flix-capstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincoln1883%2Fnet-flix-capstone/lists"}