Skip to content

letehaha/budget-tracker-fe

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

budget-tracker-fe

Warning

There is also a backend that provides all information and API, but currently, it's under development in the private repo, so the frontend is useless at the moment.

Project setup

  1. Make sure you have a correct Node version, specified in the .nvmrc file. You can use nvm use if you have one
  2. Install packages with npm install
  3. Create a .env file from .env.template
  4. Run the app with npm run dev
  5. Build it with npm run build

Additional information

  1. Backend repository shares some TypeScript types using git submodules functionality, that can be accessible by importing them from shared-types. Since the backend application is private, these types are available only to contributors. For convenience, there's a git-pull npm script that pulls all the submodules. To init git submodules run git submodule update --init --recursive command.

About

Web application for an accounting of personal income and expenses with additional functionality. At the moment it's under development

Topics

Resources

License

Stars

Watchers

Forks