Skip to content

aifia105/Car_renting-landing-page

Repository files navigation

Car Renting Landing Page

A responsive web application for car renting built with Angular and Tailwind CSS.

Description

This project provides a landing page for car rental services, featuring a clean and responsive design.

Installation

Clone the repository and install dependencies:

git clone https://github.com/aifia105/Car_renting-landing-page.git
cd Car_renting-landing-page
npm install

Development

To start the development server:

ng serve

You can just navigate to http://localhost:4200/ in your browser.

Build

To build the project:

bash

ng build

The build artifacts will be stored in the dist/ directory.