Skip to content

Wali: a personal finance manager build with React

Notifications You must be signed in to change notification settings

Ch3ckNate/money

 
 

Repository files navigation

Wali

The personal finance manager you've been waiting for

dashboard-design-inpiration

Source: Halo Lab

Development

  1. create an .env file in project root and add creds:
    REACT_APP_SECRET_KEY=SECRET_VALUE
    
  2. npm ci
  3. npm start

Zeit deployment

initial setup

  1. now login
  2. now secrets ls
  3. now secrets add REACT_APP_SECRET_KEY <SECRET_VALUE>

deployment

  1. to trigger a production build, run now --prod; or, while on the master branch, run git push
  2. to trigger a staging build, run now or git push to a branch

About

Wali: a personal finance manager build with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.3%
  • JavaScript 36.6%
  • HTML 4.4%
  • CSS 0.7%