A responsive web application for car renting built with Angular and Tailwind CSS.
This project provides a landing page for car rental services, featuring a clean and responsive design.
Clone the repository and install dependencies:
git clone https://github.com/aifia105/Car_renting-landing-page.git
cd Car_renting-landing-page
npm install
To start the development server:
ng serve
You can just navigate to http://localhost:4200/ in your browser.
To build the project:
bash
ng build
The build artifacts will be stored in the dist/ directory.