Accidented Car Detection System - Frontend
Made with HTML, Tailwind CSS, and Vanila JS
Installation
To get started, follow these steps:
- Clone this repository to your local machine using:
git clone https://github.com/darshanbajgain/adsFrontend.git
- Navigate to the project directory:
cd adsFrontend
- Install the required dependencies:
npm install
To run the ADS frontend locally, use the following commands:
- For development (with live updates using Tailwind CSS):
npm run dev
- The ADS frontend utilizes Tailwind CSS for styling.
- FontAwesome icons are used for visual elements.