{"id":29179857,"url":"https://github.com/mrnko/hutly","last_synced_at":"2026-04-05T23:02:38.248Z","repository":{"id":301452538,"uuid":"1009307881","full_name":"mrnko/hutly","owner":"mrnko","description":"Hutly is a modern landing page for real estate agencies developed on React + Vite. The project showcases an adaptive, fast and aesthetically pleasing user interface with a focus on simplicity and performance.","archived":false,"fork":false,"pushed_at":"2025-06-27T00:23:05.000Z","size":991,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T23:21:23.617Z","etag":null,"topics":["css3","html5","reactjs","sass","scss","vitejs"],"latest_commit_sha":null,"homepage":"https://mrnko.github.io/hutly/","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/mrnko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-26T23:24:37.000Z","updated_at":"2025-06-27T00:22:55.000Z","dependencies_parsed_at":"2025-06-27T00:41:02.705Z","dependency_job_id":"5d42db4e-9269-4e33-911b-3f861e2edd03","html_url":"https://github.com/mrnko/hutly","commit_stats":null,"previous_names":["mrnko/hutly"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrnko/hutly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnko%2Fhutly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnko%2Fhutly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnko%2Fhutly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnko%2Fhutly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrnko","download_url":"https://codeload.github.com/mrnko/hutly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnko%2Fhutly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css3","html5","reactjs","sass","scss","vitejs"],"created_at":"2025-07-01T19:07:18.032Z","updated_at":"2026-04-05T23:02:38.225Z","avatar_url":"https://github.com/mrnko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏡 Hutly — Real Estate React Landing Page\n\n[![mrnko - hutly](https://img.shields.io/static/v1?label=mrnko\u0026message=hutly\u0026color=blue\u0026logo=github)](https://github.com/mrnko/hutly 'Go to GitHub repo')\n[![stars - hutly](https://img.shields.io/github/stars/mrnko/hutly?style=social)](https://github.com/mrnko/hutly)\n[![forks - hutly](https://img.shields.io/github/forks/mrnko/hutly?style=social)](https://github.com/mrnko/hutly)\n\nHutly is a modern landing page for real estate agencies developed on **React + Vite**. The project showcases an adaptive, fast and aesthetically pleasing user interface with a focus on simplicity and performance.\n\n![Hutly Screenshot](./preview.png)\n\n## 🚀 Technology Stack\n\n- ⚛️ **React** — UI library for building interfaces\n- ⚡ **Vite** — blazing-fast development server and build tool\n- 🎨 **SCSS** — styling with variables, mixins, nesting, and partials\n\n---\n\n## 📦 Getting Started\n\nTo run this project locally:\n\n```bash\n# Create the project using Vite (if starting fresh)\nnpm create vite@latest hutly\n\n# Navigate into the project folder\ncd hutly\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\n---\n\n## 📁 Project structure\n\n```\nhutly/\n├── public/             # Static assets (e.g., logo, favicon)\n├── src/\n│   ├── assets/         # Images and icons\n│   ├── components/     # Reusable React components\n│   ├── styles/         # SCSS partials and global styles\n│   ├── App.jsx         # Root React component\n│   └── main.jsx        # App entry point\n├── index.html          # Base HTML template\n├── vite.config.js      # Vite configuration\n└── README.md           # Project documentation\n\n```\n\n---\n\n## 🌐 Live Demo\n\n[View Live Demo](https://mrnko.github.io/hutly)\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome!  \nIf you'd like to suggest improvements or report issues:\n\n1. Fork this repository\n2. Create your feature branch: `git checkout -b feature/YourFeature`\n3. Commit your changes: `git commit -m 'Add your feature'`\n4. Push to the branch: `git push origin feature/YourFeature`\n5. Create a pull request\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**.  \nSee the [`LICENSE`](./LICENSE) file for details.\n\n---\n\n## 🧑‍💻 Author\n\n**Oleksii Myronenko**\n[🌐 Website](https://mrnko.com) · [💼 LinkedIn](https://linkedin.com/in/oleksii-myronenko) · [🐙 GitHub](https://github.com/mrnko)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrnko%2Fhutly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrnko%2Fhutly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrnko%2Fhutly/lists"}