houdamzari / Budget-app

This mobile web app allows users to create categories and add transactions to each category. The app will show the total amount spent on each category. The app is built with Ruby on Rails. The app is deployed on Render.

Home Page:https://budget-app-wtfx.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget App

πŸ“— Table of Contents

Budget App

This mobile web app allows users to create categories and add transactions to each category. The app will show the total amount spent on each category. The app is built with Ruby on Rails. The app is deployed on Render.

video demo πŸŽ₯

Budget-app.mov

Render Deploy πŸš€

Live demo here

πŸ›  Built With

Tech Stack

Server

back to top

Key Features

  • register and log in
  • Add new category
  • Add new transactions associated with a category.
  • see the money spent on each category

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby --version 3.2.1
  • Ruby on Rails --version ~> 7.0.4
  • Postgresql

Setup

Clone this repository to your desired folder:

  cd your_desired_folder
  git clone https://github.com/MohamedHNoor/Budget-app.git

Install

Install this project gems with:

  • After cloning type cd budget-app.
  • Run bundle install to install all gems.

Usage

To run the project, execute the following command:

  • Run rails db:create to create a new database
  • Run rails db:migrate to migrate the db and build the schema
  • Run rails s to start the server

Run tests

  • Run rspec to run the tests

back to top

πŸ‘₯ Authors

πŸ‘€ Mohamed Hassan Noor

back to top

πŸ”­ Future Features

  • implement some UX
  • decent desktop design
  • Implement the left side menu

🀝 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

πŸ“ License

This project is MIT licensed.

back to top

About

This mobile web app allows users to create categories and add transactions to each category. The app will show the total amount spent on each category. The app is built with Ruby on Rails. The app is deployed on Render.

https://budget-app-wtfx.onrender.com/

License:MIT License


Languages

Language:Ruby 68.6%Language:HTML 29.0%Language:JavaScript 1.4%Language:CSS 0.9%Language:Shell 0.2%