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.
- Host: GitHub
- URL: https://github.com/zachvlat/powersavergr
- Owner: zachvlat
- License: gpl-3.0
- Created: 2023-12-22T10:02:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-04T14:06:10.000Z (4 months ago)
- Last Synced: 2025-02-04T14:30:34.156Z (4 months ago)
- Topics: android, electricity, greek, prices
- Language: JavaScript
- Homepage: https://play.google.com/store/apps/details?id=com.zachvlat.powersavergr
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
[](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
```