{"id":28537019,"url":"https://github.com/codehass/skip-selection-page","last_synced_at":"2025-07-08T06:32:37.224Z","repository":{"id":297983507,"uuid":"998293313","full_name":"codehass/skip-selection-page","owner":"codehass","description":"A modern, responsive React application for selecting and booking skips, with focus on clean code, maintainability, and excellent UI/UX.","archived":false,"fork":false,"pushed_at":"2025-06-09T09:10:15.000Z","size":596,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-09T10:23:10.767Z","etag":null,"topics":["reactjs","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://skip-selection-page.vercel.app/","language":"TypeScript","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/codehass.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,"zenodo":null}},"created_at":"2025-06-08T09:49:17.000Z","updated_at":"2025-06-09T09:10:18.000Z","dependencies_parsed_at":"2025-06-09T10:23:15.471Z","dependency_job_id":null,"html_url":"https://github.com/codehass/skip-selection-page","commit_stats":null,"previous_names":["codehass/skip-selection-page-","codehass/skip-selection-page"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codehass/skip-selection-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehass%2Fskip-selection-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehass%2Fskip-selection-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehass%2Fskip-selection-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehass%2Fskip-selection-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codehass","download_url":"https://codeload.github.com/codehass/skip-selection-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehass%2Fskip-selection-page/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264210641,"owners_count":23573334,"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":["reactjs","tailwindcss","typescript","vite"],"created_at":"2025-06-09T18:08:20.200Z","updated_at":"2025-07-08T06:32:37.218Z","avatar_url":"https://github.com/codehass.png","language":"TypeScript","readme":"# 🚛 Skip Hire Booking Interface ✨\n\nA modern, responsive React application for selecting and booking skips, with focus on clean code, maintainability, and excellent UI/UX.\n\n![Demo Banner](./src/assets/images/desktop-1.png)\n\n## 🔥 Features\n\n- 🌐 **Responsive Design**: Fully optimized for mobile, tablet, and desktop\n- 🌗 **Dark/Light Mode**: Smooth theme switching with system preference detection\n- 🎨 **Interactive UI**: Animated progress bar and skip selection cards\n- 📊 **Data-Driven**: Real-time skip data from API endpoint\n- ♿ **Accessible**: WCAG compliant with proper contrast ratios\n- 🛡️ **Type Safe**: Built with TypeScript for better developer experience\n\n## 🖥️ Screenshots\n\n### Desktop\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./src/assets/images/desktop-1.png\" alt=\"Desktop Screenshot 1\" width=\"45%\"\u003e\n  \u003cimg src=\"./src/assets/images/desktop-2.png\" alt=\"Desktop Screenshot 2\" width=\"45%\"\u003e\n\u003c/div\u003e\n\n### Mobile\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./src/assets/images/phone-1.png\" alt=\"Mobile Screenshot 1\" width=\"30%\"\u003e\n  \u003cimg src=\"./src/assets/images/phone-2.png\" alt=\"Mobile Screenshot 2\" width=\"30%\"\u003e\n\u003c/div\u003e\n\n### Tablet\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./src/assets/images/ipad-1.png\" alt=\"Tablet Screenshot 1\" width=\"45%\"\u003e\n  \u003cimg src=\"./src/assets/images/ipad-2.png\" alt=\"Tablet Screenshot 2\" width=\"45%\"\u003e\n\u003c/div\u003e\n\n## 🛠️ Tech Stack\n\n- ⚛️ React 18 with Hooks\n- 📜 TypeScript\n- 🎨 Tailwind CSS\n- ✨ Lucide Icons\n- 🧩 Context API (State Management)\n- ⚡ Vite (Build Tool)\n\n## 🚀 Live Demo\n\nCheck out the live demo here: [Link](https://skip-selection-page.vercel.app/)\n\n## 📦 Installation\n\n1. Clone the repository:\n   ```bash\n   git git@github.com:codehass/skip-selection-page.git\n   cd skip-selection-page\n   ```\n\n2. Install dependencies::\n   ```bash \n   pnpm install\n   ```\n\n3. Run the development server::\n   ```bash\n   pnpm run dev\n   ```\n## Code Structure\n\u003cpre\u003e\u003ccode\u003e /src \n├──📂 components \n│ ├── ProgressBar.tsx # Step progress indicator \n│ ├── SkipCard.tsx # Individual skip display card \n│ ├── SkipDetails.tsx # Detailed skip information panel \n│ ├── ThemeToggle.tsx # Dark/light mode switch \n│ └── Skeleton.tsx # Loading state component \n├──📂 context \n│ └── ThemeContext.tsx # Dark/light mode state management \n├──📂 types \n│ └── skip.ts # Type definitions \n├── App.tsx # Main application component \n└── main.tsx # Application entry point \n\u003c/code\u003e\u003c/pre\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](https://github.com/codehass/skip-selection-page-/issues).\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nJoin us in supporting our project to improve cabin management in hotels! Your help makes a big difference in making stays smoother and guests happier. Let's work together to bring positive change to the hospitality industry!\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./MIT.md) licensed.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehass%2Fskip-selection-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodehass%2Fskip-selection-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehass%2Fskip-selection-page/lists"}