Skip to content

A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

License

Notifications You must be signed in to change notification settings

HansZizold/budget_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 BUDGET MANAGEMENT

BUDGET APP is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

🛠 Built With

Tech Stack

Editor
Framework
Server
Database
Styling
Authentication
Authorization
Testing

Key Features

  • Users can register and log in, so that the data is private to them.
  • Users must be logged-in to use the app
  • Users can introduce new transactions associated with some categories
  • Users can see the money spent on each category

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • An editor of your preference, for example VSCODE
  • Ruby 3.1.3 or newer
  • Rails 7.0.4 or newer
  • GIT
  • NPM
  • PostgreSQL

Setup

Clone this repository to your desired folder:

git clone https://github.com/HansZizold/budget_app
cd ./budget_app

Install

Install this project with:

rails new .
bundle install

Usage

To run the project, execute the following command:

rails server

if you want to modify styles & let tailwind update:

rails tailwindcss:watch

Run tests

To run tests, run the following command:

rspec

(back to top)

👥 Authors

Hans

Hans Zizold

(back to top)

🔭 Future Features

  • Edit and delete Categories
  • Edit and delete Transacions

(back to top)

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

  • My loving family 😊
  • My partners from Microverse
  • Inspiration, Dedication

(back to top)

Copyrights

Original design idea by Gregoire Vella, under Creative Commons License.

📝 License

This project is MIT licensed.

(back to top)

About

A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published