anita00001 / budget-app

Home Page:https://budget-app-xi-ten.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget App

πŸ“— Table of Contents

πŸ“– BUDGET BUDDY

A BUDGET BUDDY 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.

To know more about the app, watch this Video Presentation !

Live Demo Link of the app !

ER Diagram of the Project ER-Diagram

πŸ›  Built With

Tech Stack

This application is built on Ruby on Rails and PostgreSQL as a Database.

Ruby
Ruby on Rails
Database

Key Features

  • Register and Log In, so that the data is private
  • Introduce new transactions associated with a category
  • See the money spent on each category
  • Able to add a new category
  • Able to add a new transaction

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

  • Download and Install Ruby for your OS.
  • Download and Install PostgreSQL
  • VS Code
  • Ruby on Rails
  gem install rails

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

  gem install
  bundle install

Usage

To run the project, execute the following command:

  • Drop the previously existing database of same name
  rails db:drop
  • Create database and Migrate
  rails db:create db:migrate
  • Feed Sample data through seeds
  rails db:seed
  • Run the server
  rails server

Run tests

  • To run Rubocop checker, run the following command:
  gem install rubocop
  rubocop
  • To run Stylelint checker, run the following command:
  npm install
  npx stylelint "**/*.{css,scss}"

πŸ‘₯ Authors

πŸ‘€ Anita Sharma

(back to top)

πŸ”­ Future Features

  • UX improvements: transitions and/or animations
  • Desktop design for the webapp
  • Implement the left side menu to improve the navigability of the app

(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, you can appreciate us by giving star ⭐

πŸš€ Follow us on GitHub, LinkedIn, and Twitter πŸ™πŸ€—

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for providing this opportunity to build this project. Also, I extend my sincere gratitute to Code Reviewers who encourage and support to build this application more effieiently.

CC Licenses: I would thank Gregoire Vella for the original design idea.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

https://budget-app-xi-ten.vercel.app


Languages

Language:Ruby 69.4%Language:HTML 21.0%Language:CSS 5.4%Language:Batchfile 2.9%Language:JavaScript 1.3%