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

https://github.com/zachvlat/powersavergr

This is a simple app that shows the current prices of electric bills in Greece.
https://github.com/zachvlat/powersavergr

android electricity greek prices

Last synced: 4 months ago
JSON representation

This is a simple app that shows the current prices of electric bills in Greece.

Awesome Lists containing this project

README

        

# Power Saver GR

This app is built with React Native and is released under the GNU General Public License version 3.0 (GPL-3.0).

[![Google Play](https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=com.zachvlat.powersavergr)

## Getting Started

Follow these steps to get the app up and running on your local machine.

### Prerequisites

- Node.js: [Download and install Node.js](https://nodejs.org/)
- React Native CLI: [Setup React Native environment](https://reactnative.dev/docs/environment-setup)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/zachvlat/powersavergr.git
cd powersavergr
```

2. Install dependencies:

```bash
npm install
```

3. Start the local environment:

```bash
npx expo start
```