Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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