/budged-app

Primary LanguageRubyMIT LicenseMIT


Spend Smart Sidekick

📗 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

Server
Database

Key Features

  • register and log in, so that the data is private to them.
  • introduce new transactions associated with a category.
  • see the money spent on each category.

(back to top)

🚀 Live Demo

(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:

  • Linux Operating system
  • Text Editor (VSCode, RubyMine)
  • Ruby

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:ulises2607/budged-app.git

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec spec

Deployment

You can deploy this project using your own deployment service like Render.

(back to top)

👥 Author

👤 Cesar Ulises Cappa

(back to top)

🔭 Future Features

  • Upload icons as files
  • Add location attribute to be saved for each purchase

(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 consider adding a ⭐️

(back to top)

🙏 Acknowledgments

  • I would like to thank Microverse.
  • Original design idea by: Gregoire Vella on Behance.

(back to top)

📝 License

This project is MIT licensed.

(back to top)