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

https://github.com/lildibbb/sparkcharge

About A mobile application built for course code ICT602 (Mobile Technology and Development)
https://github.com/lildibbb/sparkcharge

Last synced: about 1 year ago
JSON representation

About A mobile application built for course code ICT602 (Mobile Technology and Development)

Awesome Lists containing this project

README

          





Logo

Electricity Bills Calculator



An app to calculate electricity charges based on units consumed and rebate percentage.




Demo Overview GIF

## About The Project

**SparkCharge** is an electricity bills calculator project that allows users to input the number of electricity units consumed and an optional rebate percentage. The app then calculates the total charges based on these inputs.

### Built With

[![Flutter][Flutter]][Flutter-url]

## Getting Started

To run this app on your local machine, follow these steps:

### Prerequisites

- **Flutter SDK:** Make sure you have the Flutter SDK installed. You can download it from the official Flutter website: [https://flutter.dev/](https://flutter.dev/)

### Installation

1. **Clone the repo:**

```sh
git clone https://github.com/lildibbb/SparkCharge

```

2. **Install dependencies:**

```sh
flutter pub get

```

3. **Run the code:**
```sh
flutter run
```

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

(back to top)

[Flutter]: https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white
[Flutter-url]: https://flutter.dev/