Skip to content

the-mirage/alx-listing-app-deployed

Repository files navigation

ALX Listing App

ALX listing app is a clone of the popular property listing application, Airbnb.

Project Structure

  • Components - for modularity, helping break down the project into smaller, more manageable tasks.
  • Interfaces - for defining TS interfaces to ensure type safety and code consistency.
  • Constants - for storing constant values used throughout the project. Helps maintain clean and organized code for easier maintenance, code reuse, and improved readability. Includes API endpoints, UI strings, theme values, and/or other static data.
  • Public/assets - for asset management. Helps organize static assets, such as images and SVGs, for easy access and maintenance.

Instructions

  1. Clone the project:

    git clone [email protected]:the-mirage/alx-listing-app.git

  2. Install dependencies:

    npm install or

    pnpm install if you're using pnpm.

  3. Run the project:

    npm run dev or pnpm run dev

Releases

No releases published

Packages

No packages published

Languages