A real estate listings application that allows users to search and view property listings for sale. The application features a user-friendly interface with search functionality, property details, and theme switching between light and dark modes.
- React
- React-router-dom
- TailwindCSS
- React-icons
- SwiperJS
- Search Functionality: Users can search for properties by title, price, or location.
- Property Listings: Display a list of properties with images, titles, prices, and locations.
- Property Details: View detailed information about selected properties.
- Theme Switcher: Toggle between light and dark modes.
- Responsive Design: Optimized for both desktop and mobile devices.
-
Clone the repository:
git clone https://github.com/Pawan-Kumar03/Real-Estate-Listings-Application.git
-
Navigate to the project directory:
cd real-estate-listings
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
- Open your browser and go to
http://localhost:5173/
. - Use the search bar to search for properties by title, price, or location.
- Click on a property card to view detailed information.
- Use the theme switcher button to toggle between light and dark modes.