Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.04 KB

File metadata and controls

44 lines (32 loc) · 1.04 KB

Bukola Bliss Realtor

Table of Contents

Introduction

Realtor Website is a web application for real estate listings where users can browse, search, and view details of properties. The app includes authentication features allowing users to log in and register.

Features

  • Browse property listings
  • Search for properties
  • View detailed information about each property
  • User authentication (login/register)
  • Responsive design

Tech Stack

  • Frontend: React, React Router
  • Backend: RESTful API - NodeJs
  • HTTP Client: Axios
  • Styling: CSS (TailwindCSS)
  • State Management: React Hooks, Context API.

Installation

  1. Clone the repository
    git clone https://github.com/iamLeb/bbrClient.git
    cd bbrClient
    
  2. Install dependencies
    npm install
    
  3. Run the Client App
    npm run dev
    
  4. Open your browser and navigate to http://localhost:8080.