Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abigiyaty/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. Bulid with Bootstrap5, Ruby on Rails.
https://github.com/abigiyaty/budget_app

bootstrap5 css3 html5 ruby-on-rails

Last synced: 6 days ago
JSON representation

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. Bulid with Bootstrap5, Ruby on Rails.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[ Budget App\] ](#--budget-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Author](#author)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)

# 📖 [ Budget App]

> Description the project.

1. Install Ruby on Rails framework.
2. Use Ruby Gems as a software packages system.
3. Understand what ORM is.
4. Use database migration files to maintain database schema.
5. Write tests for models, controllers, system.
5. Set up associations between models.
6. Write SQL queries with Active Record
7. Use preprocessed HTML file with embedded Ruby code.
8. Use layouts and templates for shared content.
9. Build a web app that requires the user to log in.
10. Use devise gem for authentication.
11. Limit access to web app resources based on authorization rules.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Create a budget app**
- **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

- [Live Demo Link](https://budget-app-ybru.onrender.com/)

back to top

## 💻 Getting Started

**To get a local copy up and running, follow these steps.**
1. Open terminal or cmd on you local machine and navigate to your desired directory.
2. **Run** *'git clone clone https://github.com/AbigiyaTY/Budget_app.git'*
3. **Run** *'cd Budget_app'*
4. **Run** *'code .'*

### Prerequisites

In order to run this project you need **[describe prerequisites]**:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/AbigiyaTY/Budget_app.git
cd Budget_app
```

### Install

Install this project with **[package manager]**:

```sh
cd Budget_app
gem install
rails db:migrate
rails db:migrate RAILS_ENV=test
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## Author

👤 **Abigiya Tadesse**

* GitHub: [@githubhandle](https://github.com/AbigiyaTY)
* Twitter: [@twitterhandle](https://twitter.com/AbigiyaTY)
* LinkedIn: [@LinkedIn](https://www.linkedin.com/in/AbigiyaTY)

(back to top)

## 🔭 Future Features

> Features of this project.

- [ ] **User Authentication**
- [ ] **CRUD Operations**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 🙏 Acknowledgments

- Credits to [Gregoire Vella](https://www.behance.net/gregoirevella) the [author of the original design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)

(back to top)

## ⭐️ Show your support

If you like this project...

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)