Skip to content

gizumon/life-manager-app-react

Repository files navigation

CI

Life-manager-app

This application will support your life with your partner on the LINE platform.
Currently, there are three features in this application mainly.

  • PAY
    • Manage how much you and your partner pay.
    • Reduce the amount of real-world money transactions by managing payments with data.
  • ToBuy
    • Manage a shopping list shared by you and your partner.
  • ToDo
    • Manage a task list shared by you and your partner.

app-demo


Environment

Run Environment (Reference)

  • Node v12.20.1
  • Yarn 1.22.10

Libraries


theme

  • Theme color: #1995ad

How to run in local environment

  1. Install node dependencies
npm install
  1. Run on docker-compose environment
docker-compose up

How to deploy

Deploy command

git push origin main

Run deploy heroku triggered by push main branch


Server setting

Set variables.

Name Explanation Other
FIREBASE_API_KEY Firebase API key
LIFF_ID Liff ID
CHANNEL_ACCESS_TOKEN Line chanel access token
CHANNEL_SECRET Line chanel secret
NODE_ENV "production"
NPM_CONFIG_PRODUCTION false
next start -p $PORT

Idea

  • Add priority for ToDo/ToBuy list and pop up notify if the priority is high
  • Notify LINE group
  • Custom theme edited from UI
  • Sort feature
  • Edit record feature
  • Move type with Swipe

Other

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Life manager application work on LINE platform (LIFF)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published