{"id":28889967,"url":"https://github.com/kislevlevy/a-vending-machine","last_synced_at":"2026-05-05T09:32:10.232Z","repository":{"id":296757542,"uuid":"866241565","full_name":"kislevlevy/a-vending-machine","owner":"kislevlevy","description":"AVendingMachine is a modern web app showcasing vending machines with a responsive design, real-time data, and interactive UI.","archived":false,"fork":false,"pushed_at":"2025-06-06T17:49:25.000Z","size":2677,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T00:48:21.104Z","etag":null,"topics":["react","rtk","shadcnui","tailwind","typescript","vite"],"latest_commit_sha":null,"homepage":"https://kislevlevy.github.io/a-vending-machine/","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/kislevlevy.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":"2024-10-01T22:28:29.000Z","updated_at":"2025-06-06T17:49:26.000Z","dependencies_parsed_at":"2025-06-03T07:05:02.244Z","dependency_job_id":null,"html_url":"https://github.com/kislevlevy/a-vending-machine","commit_stats":null,"previous_names":["kislevlevy/a-vending-machine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kislevlevy/a-vending-machine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fa-vending-machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fa-vending-machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fa-vending-machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fa-vending-machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kislevlevy","download_url":"https://codeload.github.com/kislevlevy/a-vending-machine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fa-vending-machine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32643581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["react","rtk","shadcnui","tailwind","typescript","vite"],"created_at":"2025-06-21T00:32:50.372Z","updated_at":"2026-05-05T09:32:10.224Z","avatar_url":"https://github.com/kislevlevy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AVendingMachine\n\n## Project Overview\n\nAVendingMachine is a modern web application designed for a company to showcase a catalog of vending machines. Users can browse products and view detailed information through an intuitive interface. Additionally, the site provides a way for customers to contact the company in case of any inquiries.\n\n## Features\n\n- **Product Catalog**: Browse a wide range of products with detailed descriptions and images.\n- **Responsive Design**: Optimized for both desktop and mobile devices.\n- **Interactive UI**: Smooth animations and transitions using Framer Motion.\n- **Real-time Data**: Integration with Firebase for real-time updates.\n\n## Technologies and Tools\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003cth\u003eCategory\u003c/th\u003e\n        \u003cth\u003eTechnology\u003c/th\u003e\n        \u003cth\u003eDescription\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd rowspan=\"3\"\u003eFrontend \u0026 Framework\u003c/td\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\" alt=\"React\" height=\"28\"\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eA JavaScript library for building user interfaces.\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\" alt=\"TypeScript\" height=\"28\"\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eA strongly typed programming language that builds on JavaScript.\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"https://img.shields.io/badge/Vite-646CFF?style=for-the-badge\u0026logo=vite\u0026logoColor=white\" alt=\"Vite\" height=\"28\"\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eA fast build tool and development server.\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n        \u003ctd rowspan=\"2\"\u003eDesign\u003c/td\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white\" alt=\"Tailwind CSS\" height=\"28\"\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eA utility-first CSS framework for rapid UI development.\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"https://img.shields.io/badge/shadcn/ui-000000?style=for-the-badge\u0026logo=shadcn-ui\u0026logoColor=white\" alt=\"shadcn/ui\" height=\"28\"\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eA set of accessible and customizable UI components.\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n        \u003ctd\u003eBackend\u003c/td\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"https://img.shields.io/badge/Firebase-FFCA28?style=for-the-badge\u0026logo=firebase\u0026logoColor=white\" alt=\"Firebase\" height=\"28\"\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eA platform for building web and mobile applications with real-time data.\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n## Skills Demonstrated\n\n- **Frontend Development**: Building responsive and interactive user interfaces with React and TypeScript.\n- **State Management**: Using Redux Toolkit for managing application state.\n- **API Integration**: Fetching and displaying data from external APIs using Axios.\n- **Form Handling**: Implementing form validation and submission with React Hook Form.\n- **CSS-in-JS**: Styling components using Tailwind CSS and class variance authority.\n- **Build Tools**: Configuring and optimizing the development environment with Vite.\n- **Version Control**: Managing code changes and collaboration using Git and GitHub.\n\n## Installation\n\nTo run the project locally, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/kislevlevy/a-vending-machine\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd a-vending-machine\n   ```\n3. Install the dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n\u003e To view the production site, visit: [AVendingMachine](https://kislevlevy.github.io/a-vending-machine/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkislevlevy%2Fa-vending-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkislevlevy%2Fa-vending-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkislevlevy%2Fa-vending-machine/lists"}