ALX listing app is a clone of the popular property listing application, Airbnb.
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.
-
Clone the project:
git clone [email protected]:the-mirage/alx-listing-app.git -
Install dependencies:
npm installorpnpm installif you're using pnpm. -
Run the project:
npm run devorpnpm run dev