A responsive fuel price dashboard for monitoring fuel prices across Somalia using HTML, CSS, and JavaScript.
# FuelWatch Somalia
FuelWatch Somalia is a responsive fuel price dashboard that helps users compare petrol, diesel, and kerosene prices across Somali cities.
## Features
- Responsive website design
- Mobile burger menu
- Dark mode with localStorage
- Fuel price data loaded from JSON
- City search functionality
- Fuel type filtering
- Dynamic statistics cards
- Favorite city saved in localStorage
- Error handling for missing data
## Technologies Used
- HTML
- CSS
- JavaScript
- JSON
- Font Awesome
## JavaScript Concepts Used
- DOM manipulation
- Event listeners
- Fetch API
- Async/Await
- Arrays and objects
- filter()
- reduce()
- includes()
- localStorage
- try/catch error handling
## Project Purpose
This project was created to practice building a real-world frontend dashboard using HTML, CSS, and JavaScript.