Welcome to the Property Seller App, a web application that allows you to explore properties in different cities through tabs and view property details.
- The first tab should be active by default.
- On clicking any other tab, it becomes active, and its respective property listings are displayed.
- Property cards listing: Display properties in rows of 3 cards each.
- Show More button: Load 3 new properties under the active tab when clicked.
- Property card navigation: When a card is clicked, navigate to the property page (/property/:id) and display the same card's information on the new page.
-
Clone the repository:
shellCopy code
git clone https://github.com/your-username/property-seller-app.git
-
Navigate to the project directory:
shellCopy code
cd property-seller-app
-
Install dependencies:
shellCopy code
npm install
-
Start the development server:
shellCopy code
npm run dev
-
Open your browser and navigate to http://localhost:3000 to use the Property Seller App.
- React: A JavaScript library for building user interfaces.
- Vite: A build tool that provides a fast development server, efficient production builds, and more.
- Redux: A state management library for managing global app state.
- Tailwind CSS: A utility-first CSS framework for styling the app.
- React Router DOM: A library for handling routing in a React application.
Thank you for using the Property Seller App. If you have any questions or need further assistance, please don't hesitate to reach out.