{"id":35514449,"url":"https://github.com/ashawkat/tvmaze-showlist","last_synced_at":"2026-01-03T22:04:33.435Z","repository":{"id":71619277,"uuid":"242507579","full_name":"ashawkat/TVMaze-ShowList","owner":"ashawkat","description":"Show TVMaze showlist upon search via their api using react js. Can see single show also.","archived":false,"fork":false,"pushed_at":"2025-11-28T16:46:47.000Z","size":625,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T21:47:39.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashawkat.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-23T11:50:33.000Z","updated_at":"2025-11-28T16:34:40.000Z","dependencies_parsed_at":"2023-02-26T11:30:41.587Z","dependency_job_id":null,"html_url":"https://github.com/ashawkat/TVMaze-ShowList","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ashawkat/TVMaze-ShowList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashawkat%2FTVMaze-ShowList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashawkat%2FTVMaze-ShowList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashawkat%2FTVMaze-ShowList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashawkat%2FTVMaze-ShowList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashawkat","download_url":"https://codeload.github.com/ashawkat/TVMaze-ShowList/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashawkat%2FTVMaze-ShowList/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28194900,"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","status":"online","status_checked_at":"2026-01-03T02:00:06.471Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-01-03T22:03:57.500Z","updated_at":"2026-01-03T22:04:33.430Z","avatar_url":"https://github.com/ashawkat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TVMaze ShowList\n\n[![GitHub](https://img.shields.io/badge/GitHub-ashawkat-blue?style=flat\u0026logo=github)](https://github.com/ashawkat/TVMaze-ShowList)\n[![License: GPL-3.0](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](https://opensource.org/licenses/GPL-3.0)\n[![React](https://img.shields.io/badge/React-18.2.0-61DAFB?logo=react)](https://reactjs.org/)\n\nA modern React application for searching and exploring TV shows using the [TVMaze API](https://www.tvmaze.com/api). Features a clean, card-based UI with TikTok Sans typography and responsive design.\n\n![TVMaze ShowList](https://img.shields.io/badge/TVMaze-ShowList-green)\n\n## ✨ Features\n\n- 🔍 Search for TV shows using the TVMaze API\n- 📺 View detailed information about each show (rating, genres, episodes, synopsis)\n- 🎨 Modern, card-based UI design with hover effects\n- 📱 Responsive layout for mobile and desktop\n- 🔤 TikTok Sans typography for a modern look\n- 🔒 Secure API calls with HTTPS\n- ✅ Input validation and error handling\n- 🎯 CSS Variables for consistent theming\n\n## 📋 Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- **Node.js** (v14.0.0 or higher) - [Download here](https://nodejs.org/)\n- **npm** (v6.0.0 or higher) - Comes with Node.js\n\nTo check your versions:\n```bash\nnode --version\nnpm --version\n```\n\n## 🚀 Installation\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/ashawkat/TVMaze-ShowList.git\n   cd TVMaze-ShowList\n   ```\n\n2. **Install dependencies:**\n   ```bash\n   npm install\n   ```\n\n3. **Start the development server:**\n   ```bash\n   npm start\n   ```\n\n4. **Open your browser and navigate to:**\n   ```\n   http://localhost:3000\n   ```\n\n## 📦 Dependencies\n\nThis project uses the following main dependencies:\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| react | ^18.2.0 | Core React library |\n| react-dom | ^18.2.0 | React DOM rendering |\n| react-router-dom | ^5.3.4 | Routing for React |\n| react-scripts | ^5.0.1 | Create React App scripts |\n| dompurify | ^3.3.0 | XSS sanitizer for HTML |\n| whatwg-fetch | ^3.6.2 | Fetch API polyfill |\n\n### Dev Dependencies\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| @testing-library/jest-dom | ^5.16.5 | Jest DOM matchers |\n| @testing-library/react | ^13.4.0 | React testing utilities |\n| @testing-library/user-event | ^14.4.3 | User event simulation |\n\n## 🏗️ Building for Production\n\n1. **Create an optimized build:**\n   ```bash\n   npm run build\n   ```\n\n2. The build files will be in the `build` directory.\n\n3. **To serve the production build locally:**\n   ```bash\n   npx serve -s build\n   ```\n\n## 📜 Available Scripts\n\n| Command | Description |\n|---------|-------------|\n| `npm start` | Runs the app in development mode |\n| `npm test` | Launches the test runner |\n| `npm run build` | Builds the app for production |\n| `npm run eject` | Ejects from Create React App (one-way operation) |\n\n## 📁 Project Structure\n\n```\nTVMaze-ShowList/\n├── public/                 # Static files\n│   ├── index.html         # HTML template\n│   ├── manifest.json      # PWA manifest\n│   └── favicon.ico        # App icon\n├── src/\n│   ├── components/        # Reusable UI components\n│   │   ├── app/          # Main app component\n│   │   ├── intro/        # Intro text component\n│   │   ├── loader/       # Loading indicator\n│   │   ├── main/         # Main routing component\n│   │   └── serieslist/   # Series list component\n│   ├── container/         # Page-level components\n│   │   ├── series/       # Series search page\n│   │   └── singleseries/ # Series detail page\n│   ├── styles/           # Global styles\n│   │   └── variables.css # CSS custom properties\n│   ├── assets/           # Static assets (images, etc.)\n│   ├── index.js          # App entry point\n│   └── index.css         # Global styles\n├── package.json           # Project dependencies\n├── .gitignore            # Git ignore rules\n├── LICENSE               # GPL-3.0 License\n└── README.md             # This file\n```\n\n## 🛠️ Technologies Used\n\n- **React 18** - UI library\n- **React Router DOM v5** - Client-side routing\n- **CSS Custom Properties** - Theming and variables\n- **TikTok Sans Font** - Typography (via Google Fonts)\n- **TVMaze API** - TV show data\n- **Create React App** - Build tooling\n\n## 🔒 Security Features\n\n- ✅ HTTPS API calls to TVMaze\n- ✅ Input validation and sanitization\n- ✅ Content Security Policy headers\n- ✅ Error handling for API failures\n- ✅ XSS prevention through React's built-in escaping\n\n## 🔧 Troubleshooting\n\n### Common Issues\n\n1. **Port 3000 already in use:**\n   ```bash\n   # Kill the process using port 3000\n   npx kill-port 3000\n   # Or run on a different port\n   PORT=3001 npm start\n   ```\n\n2. **Node modules issues:**\n   ```bash\n   # Remove node_modules and reinstall\n   rm -rf node_modules package-lock.json\n   npm install\n   ```\n\n3. **Build fails:**\n   ```bash\n   # Clear npm cache and reinstall\n   npm cache clean --force\n   npm install\n   ```\n\n## 🤝 Contributing\n\nContributions are welcome! Here's how you can help:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the **GPL-3.0 License** - see the [LICENSE](LICENSE) file for details.\n\n## 👤 Author\n\n**Ashawkat**\n- GitHub: [@ashawkat](https://github.com/ashawkat)\n- Repository: [TVMaze-ShowList](https://github.com/ashawkat/TVMaze-ShowList)\n\n## 🙏 Acknowledgments\n\n- [TVMaze](https://www.tvmaze.com/) for providing the free TV show API\n- [Create React App](https://create-react-app.dev/) for the project scaffolding\n- [Google Fonts](https://fonts.google.com/specimen/TikTok+Sans) for TikTok Sans typography\n\n---\n\n⭐ If you found this project helpful, please give it a star on [GitHub](https://github.com/ashawkat/TVMaze-ShowList)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashawkat%2Ftvmaze-showlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashawkat%2Ftvmaze-showlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashawkat%2Ftvmaze-showlist/lists"}