8000 GitHub - ManjiCoder/Property-Seller-App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ManjiCoder/Property-Seller-App

Repository files navigation

Property Seller App

Welcome to the Property Seller App, a web application that allows you to explore properties in different cities through tabs and view property details.

Features

  • 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.

Usage

  1. Clone the repository:

    shellCopy code

    git clone https://github.com/your-username/property-seller-app.git

  2. Navigate to the project directory:

    shellCopy code

    cd property-seller-app

  3. Install dependencies:

    shellCopy code

    npm install

  4. Start the development server:

    shellCopy code

    npm run dev

  5. Open your browser and navigate to http://localhost:3000 to use the Property Seller App.

Technologies Used

  • 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.

Acknowledgments

Thank you for using the Property Seller App. If you have any questions or need further assistance, please don't hesitate to reach out.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0