{"id":27157150,"url":"https://github.com/design-sparx/flick-city","last_synced_at":"2026-04-16T18:06:23.881Z","repository":{"id":172699124,"uuid":"553795191","full_name":"design-sparx/flick-city","owner":"design-sparx","description":"An entertainment recommendation website built using React, Typescript \u0026 Mantine","archived":false,"fork":false,"pushed_at":"2023-10-29T16:28:26.000Z","size":13404,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-18T06:04:53.509Z","etag":null,"topics":["entertainment","entertainment-website","mantine-ui","movie-recommendation","movies","react","react-router","reactjs"],"latest_commit_sha":null,"homepage":"https://design-sparx.github.io/flick-city/","language":"TypeScript","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/design-sparx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2022-10-18T19:32:03.000Z","updated_at":"2024-04-18T06:04:53.510Z","dependencies_parsed_at":"2023-08-19T16:55:35.231Z","dependency_job_id":"8749531a-6b69-48f2-b4a2-ba32a1838638","html_url":"https://github.com/design-sparx/flick-city","commit_stats":null,"previous_names":["kelvins-lab/flick-city","design-sparx/flick-city"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/design-sparx%2Fflick-city","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/design-sparx%2Fflick-city/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/design-sparx%2Fflick-city/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/design-sparx%2Fflick-city/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/design-sparx","download_url":"https://codeload.github.com/design-sparx/flick-city/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927287,"owners_count":21019506,"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":["entertainment","entertainment-website","mantine-ui","movie-recommendation","movies","react","react-router","reactjs"],"created_at":"2025-04-08T20:53:46.062Z","updated_at":"2026-04-16T18:06:23.854Z","avatar_url":"https://github.com/design-sparx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![mockup](https://github.com/design-sparx/flick-city/assets/26582923/bf5f6398-7bd9-4191-a8d9-569b47cc7793)\n\n# Flick city entertainment application\n\n![Github pages](https://github.com/kelvink96ltd/flick-city/actions/workflows/deploy.yml/badge.svg)\n\n[Online Demo](https://kelvink96ltd.github.io/flick-city/ \"Online Demo\")\n\n### About:\nThis is a web application built using React (Create React App), template - Typescript.\n\n#### Available Pages\n1. Home - landing page\n2. Categories - lists all items based on categories, i.e. movies, upcoming, podcasts, tv series \u0026 video games\n3. List - lists all items based on the sections selected on the home page\n4. Search\n4. Movie title - displays a selected movie information\n5. Actor - displays an actor's basic information\n\n#### APIs\nThe data on the application is from the following endpoint - https://rapidapi.com/SAdrian/api/moviesdatabase\n\n### Tech Stack:\n- embla-carousel-react v7.0.3 - https://www.embla-carousel.com/get-started/\n- mantine v5.5.0 - https://mantine.dev/pages/getting-started/\n- react v18.2.0 - https://reactjs.org/docs/getting-started.html\n- react-router-dom v6.4.1 - https://reactrouter.com/en/main\n- react-icons v4.4.0 - https://react-icons.github.io/react-icons/\n- react-photo-view v1.2.2 - https://react-photo-view.vercel.app/\n- use-query-params v2.1.1 - https://github.com/pbeshai/use-query-params#readme\n- react-helmet v6.1.0 - https://github.com/nfl/react-helmet#readme\n\n**Dev dependencies**\n- eslint v8.0.1 - https://eslint.org/docs/latest/user-guide/getting-started\n\n### Screenshot\n![image](https://user-images.githubusercontent.com/26582923/196703975-366a8a16-f0dc-4dd3-8ea3-26abd8f05688.png)\n\n### Software\nBefore proceeding, please ensure you have the following software installed on your computer.\n- Node\n- Yarn (optional but recommended)\n- Git command line tools\n\n### Useful links\n- Download Git cli -\n    - Windows: https://git-scm.com/download/windows\n    - Mac: https://git-scm.com/download/mac\n- Download Node - https://nodejs.org/en/\n- Download Yarn cli - https://yarnpkg.com/lang/en/docs/install/\n- Download VSCode - https://code.visualstudio.com/\n\n### Getting started\nPlease fork a copy of this repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Alternatively download or clone the master branch.\n\n##### Download \u0026 Install Dependencies on your machine\nClone the repo to your machine\n`git clone \u003cCloneURL\u003e`\n\n##### Launch the frontend\n1. Open a new terminal window and navigate in your root folder\n   `cd \u003c../root\u003e`\n   `yarn install OR npm install`\n2. Run the start script\n   `yarn run start OR npm run start`\n\nYour app should be running on: http://localhost:3000\n\n### Versions\nv1.0\n- Default project implementation\n\n### Authors\n1. Kelvin Kiptum Kiprop - https://github.com/kelvink96\n\n### License\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/kelvink96ltd/flick-city/blob/master/LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesign-sparx%2Fflick-city","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesign-sparx%2Fflick-city","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesign-sparx%2Fflick-city/lists"}