dominicgaliano / personal-finance-app

MIT License
1 stars 0 forks source link

Contributors Forks Stargazers Issues MIT License Top Tech LinkedIn

Personal Finance App

Description

A simple personal finance app built using SvelteKit and Firebase.

Installation

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Frameworks, Packages, and Tools

License

Distributed under the MIT License. See LICENSE.md for more information.

Features

Implemented

Future Plans/Todo

Issues

See the open issues for a full list of proposed features (and known issues).

How to Contribute

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request