This project showcases a modern, static landing page for a real estate website built with React, Tailwind CSS, Vite, and TypeScript.
Features:
- Intuitive Search Bar: Search for properties using an interactive search bar (Note: This is a mock functionality and doesn't connect to a backend).
- Visually Appealing Design: Tailwind CSS provides a beautiful and responsive design that adapts seamlessly across devices.
- TypeScript for Type Safety: Enhances code maintainability and prevents type-related errors.
- Fast Development with Vite: Experience lightning-fast development server and hot module replacement (HMR).
Technology Stack:
- Frontend:
- React
- Tailwind CSS
- Vite
- TypeScript
Getting Started:
-
Clone the Repository:
git clone https://github.com/ikyawthetpaing/real-xstate.git cd real-xstate
-
Install Dependencies:
npm install
-
Run Development Server:
npm run dev
Open http://localhost:5173 in your browser to view the landing page.
Project Structure:
src
: Contains the React components and TypeScript files for the landing page.public
: Holds static assets like images and fonts.tailwind.config.js
: Tailwind CSS configuration file.tsconfig.json
: TypeScript compiler configuration file.package.json
: Manages project dependencies and scripts.README.md
: This file (you're reading it!).
License:
This project is licensed under the MIT License.
Note:
This is a static landing page and does not include any server-side functionality or database interactions.