An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ๐Ÿก Hutly โ€” Real Estate React Landing Page

[![mrnko - hutly](https://img.shields.io/static/v1?label=mrnko&message=hutly&color=blue&logo=github)](https://github.com/mrnko/hutly 'Go to GitHub repo')
[![stars - hutly](https://img.shields.io/github/stars/mrnko/hutly?style=social)](https://github.com/mrnko/hutly)
[![forks - hutly](https://img.shields.io/github/forks/mrnko/hutly?style=social)](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.

![Hutly Screenshot](./preview.png)

## ๐Ÿš€ 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)