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

https://github.com/bllsglm/housemarket

House Market App that uses Firebase.
https://github.com/bllsglm/housemarket

firebase firebase-auth react reactjs real-estate responsive tailwindcss typescript vite

Last synced: 3 months ago
JSON representation

House Market App that uses Firebase.

Awesome Lists containing this project

README

          

# FireBase + React + TypeScript + Vite + Tailwindcss Responsive House Market App

![This App built with the Firebase, React and TypeScript.](./Housemarket.png)
![](./map.png)

This project is part of my React portfolio. It is a House Market App that uses Firebase.

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Run the Application](#run-the-application)

### Features

- Easy-to-use and user-friendly interface.
- Clean and intuitive design.
- Responsive layout for mobile and desktop.
- Built with (React, TypeScript.js, Tailwindcss, Firebase)
- Uses Swiper for slides and Leaflet Map for the map.

### Installation

3. Install Dependencies:

```bash
npm install
```

### Run the Application

```bash

npm run dev

```

5. BUILD & DEPLOY

```bash
# Create frontend prod build
npm run build
```