An open API service indexing awesome lists of open source software.

https://github.com/abdulrahman843/accident-data-dashboard

A standard Ionic Angular project for visualizing accident data in traffic engineering studies.
https://github.com/abdulrahman843/accident-data-dashboard

accident-data accident-studies angularjs chartjs civil-engineering dashboard ionic traffic-engineering

Last synced: 4 months ago
JSON representation

A standard Ionic Angular project for visualizing accident data in traffic engineering studies.

Awesome Lists containing this project

README

        

# Accident Data Dashboard
A standard Ionic Angular project for visualizing accident data in traffic engineering studies.
## Project Overview
The **Accident Data Dashboard** is a mobile-friendly application built with **Ionic Framework** and **Angular**. It provides insights into accident trends using charts and statistics.

## Features
. Accident Statistics Overview
. Data Visualization using Chart.js
. Mobile-Friendly UI with Ionic Components
. Filtering & Sorting (Future Enhancement)
. Deployment via Vercel

## Installation & Setup
1️. Prerequisites
Ensure you have Node.js and Ionic CLI installed:
npm install -g @ionic/cli
2️. Clone the Repository
git clone https://github.com/Abdulrahman843/Accident-Data-Dashboard.git
cd Accident-Data-Dashboard
3. Install Dependencies
npm install
4️. Run the Development Server
ionic serve
The app will open at http://localhost:8100.

## Deployment
Vercel Deployment
1️. Manual Deployment (Without GitHub)
ionic build --prod
npm install -g vercel
vercel
2️. GitHub Integration (No Command Needed)
Push the project to GitHub.
Go to Vercel → Import GitHub Repo.
Set Build Command → ionic build --prod
Set Output Directory → www
Click Deploy.

## Technologies Used
Ionic Framework (UI Components)
Angular (Standalone Components)
Chart.js (Data Visualization)
Firebase (Optional) (Future Real-time Data)

## License
This project is open-source under the MIT License.

## Contributing
Pull requests are welcome! Feel free to fork the repo and submit improvements.

## Contact
For inquiries or support, reach out at:
[email protected];
https://github.com/Abdulrahman843