Skip to content

This 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.

License

Notifications You must be signed in to change notification settings

mershark/budget-app

Repository files navigation

📗 Table of Contents

📖 Budget-App

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

Client
Server
Database

Key Features

  • Adding and tracking of transactions
  • Deleting transactions

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Install Ruby
  • Install Rails
  • Install Postgresql

Setup

Clone this repository to your desired folder:

  cd Blog app
  git clone https://github.com/mershark/budget-app.git

Install

Install this project with:

  cd budget-app
  bundle install
  gem install rspec
  gem install --no-document rubocop -v '>= 1.0, < 2.0'
  npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project, execute the following command:

  rails db:create
  rails db:migrate
  rake db:migrate
  rails server

Run tests

To run tests, run the following command:

  rubocop --color
  npx stylelint "**/*.{css,scss}"
  rspec

Live demo & video presentation

(back to top)

👥 Author

👤 Mershark Takyi

(back to top)

🔭 Future Features

  • Left side menu

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please show support by staring ⭐️.

(back to top)

🙏 Acknowledgments

  • Thanks to the Microverse team for the great curriculum.
  • Thanks to the Code Reviewer(s) for the insightful feedback.
  • Thanks to our coding partners, the morning session team, and the standup team for their cooperation.
  • Thanks to Gregoire Vella, creator of the design for this app on Behance.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published