https://github.com/mrnko/hutly
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.
https://github.com/mrnko/hutly
css3 html5 reactjs sass scss vitejs
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mrnko/hutly
- Owner: mrnko
- License: mit
- Created: 2025-06-26T23:24:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T00:23:05.000Z (12 months ago)
- Last Synced: 2025-09-22T23:21:23.617Z (9 months ago)
- Topics: css3, html5, reactjs, sass, scss, vitejs
- Language: JavaScript
- Homepage: https://mrnko.github.io/hutly/
- Size: 968 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ๐ก Hutly โ Real Estate React Landing Page
[](https://github.com/mrnko/hutly 'Go to GitHub repo')
[](https://github.com/mrnko/hutly)
[](https://github.com/mrnko/hutly)
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.

## ๐ Technology Stack
- โ๏ธ **React** โ UI library for building interfaces
- โก **Vite** โ blazing-fast development server and build tool
- ๐จ **SCSS** โ styling with variables, mixins, nesting, and partials
---
## ๐ฆ Getting Started
To run this project locally:
```bash
# Create the project using Vite (if starting fresh)
npm create vite@latest hutly
# Navigate into the project folder
cd hutly
# Install dependencies
npm install
# Start development server
npm run dev
```
---
## ๐ Project structure
```
hutly/
โโโ public/ # Static assets (e.g., logo, favicon)
โโโ src/
โ โโโ assets/ # Images and icons
โ โโโ components/ # Reusable React components
โ โโโ styles/ # SCSS partials and global styles
โ โโโ App.jsx # Root React component
โ โโโ main.jsx # App entry point
โโโ index.html # Base HTML template
โโโ vite.config.js # Vite configuration
โโโ README.md # Project documentation
```
---
## ๐ Live Demo
[View Live Demo](https://mrnko.github.io/hutly)
---
## ๐ค Contributing
Contributions are welcome!
If you'd like to suggest improvements or report issues:
1. Fork this repository
2. Create your feature branch: `git checkout -b feature/YourFeature`
3. Commit your changes: `git commit -m 'Add your feature'`
4. Push to the branch: `git push origin feature/YourFeature`
5. Create a pull request
---
## ๐ License
This project is licensed under the **MIT License**.
See the [`LICENSE`](./LICENSE) file for details.
---
## ๐งโ๐ป Author
**Oleksii Myronenko**
[๐ Website](https://mrnko.com) ยท [๐ผ LinkedIn](https://linkedin.com/in/oleksii-myronenko) ยท [๐ GitHub](https://github.com/mrnko)