Skip to content

A modern real estate web app built with React and Tailwind CSS, offering responsive property browsing, search, and user authentication.

Notifications You must be signed in to change notification settings

veronica-76sh/Urban-Dwellings

Repository files navigation

Urban-Dwellings(real-estate-starter)

Project Banner

Description

A modern real estate web application built with React JS and Tailwind CSS. This project offers a responsive and user-friendly interface for browsing, managing, and searching real estate listings.

Features

  • Responsive Design: Optimized for both desktop and mobile views.
  • Property Listings: View and manage property details.
  • Search & Filter: Easily find properties based on various criteria.
  • User Authentication: Secure login and registration.

Tech Stack

  • Frontend: React JS, Tailwind CSS
  • Build Tool: Create React App (CRA) or similar
  • State Management: React Context API or other state management solutions

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the Repository

    git clone https://github.com/veronica-76sh/Urban-Dwellings.git 
    
    

Urban-Dwellings

2 . Navigate to the Project Directory

cd real-estate-website

  1. Install Dependencies

Using npm: npm install

Using yarn: Copy code yarn install

  1. Build Tailwind CSS (if applicable)

npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch

  1. Start the Development Server

npm start

Using yarn: yarn start

  1. Usage
  • Browse Properties: Explore various property listings on the homepage.
  • Search & Filter: Use the search bar and filters to find specific properties.
  • Manage Listings: Add, update, or remove property listings if authenticated.
  1. Contributing

  2. Fork the Repository

  3. Create a Feature Branch

git checkout -b feature/your-feature

  1. Commit Your Changes

git commit -m "Add new feature"

  1. Push to the Branch

git push origin feature/your-feature

About

A modern real estate web app built with React and Tailwind CSS, offering responsive property browsing, search, and user authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published