Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cithukyaw/helpmommy-app
A reward system app that you can get hearts by helping your mom
https://github.com/cithukyaw/helpmommy-app
android cordova javascript reactjs redux scss
Last synced: 23 days ago
JSON representation
A reward system app that you can get hearts by helping your mom
- Host: GitHub
- URL: https://github.com/cithukyaw/helpmommy-app
- Owner: cithukyaw
- Created: 2023-04-23T11:46:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-04T16:00:42.000Z (about 1 month ago)
- Last Synced: 2024-10-15T17:25:05.027Z (23 days ago)
- Topics: android, cordova, javascript, reactjs, redux, scss
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelpMommy
A reward system mobile app that you can get hearts by helping your mom. It is a pet project.
API backend: https://github.com/cithukyaw/HelpMommy-api (private)
Tech Stack:
- Frontend
- React
- Redux
- Sass
- Cordova
- Backend
- PHP
- MySQL## Installation
1. Run `npm install`
2. Copy `env` to `.env`
3. Update `REACT_APP_API_URL` and `REACT_APP_API_KEY` in `.env`For production build, run `npm run build`
## Run as Node app
npm run start
## Run as Cordova app
cordova run browser
or
cordova run android