heintayzar-hm / BudgetWise

BudgetWise: a web app for easy expense tracking. Register, securely store info, view dashboard of categories and transaction totals. Add new transactions and categories with user-friendly forms. Built on Rails with Devise and Cancancan for security.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BudgetWise

πŸ“— Table of Contents

πŸ“– BudgetWise

BudgetWise: a web app for easy expense tracking. Register, securely store info, view dashboard of categories and transaction totals. Add new transactions and categories with user-friendly forms. Built on Rails with Devise and Cancancan for security.

πŸ›  Built With

ruby-on-rails

Tech Stack

Client
Server
Database

Key Features

  • The app should allow users to sign up and log in with their email and password. Access to certain pages should be restricted to logged-in users only.
  • Upon logging in, users should see a clean and organized UI with a list of categories. Each category should display its name, icon, and total amount of transactions for that category.
  • Users should be able to view a list of transactions for a selected category. Transactions should be sortable based on date, name, or amount, and should display the total amount of transactions for that category at the top of the page.
  • Users should be able to add a new category by filling out a form that includes the category name and icon. Upon successful submission, the user should be taken back to the categories page.
  • Users should be able to add a new transaction by filling out a form that includes the transaction name, amount, and category. Upon successful submission, the user should be taken back to the transactions page for that category.
  • The app should have strong security measures to protect user data and prevent unauthorized access.

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

  • Laptop/Desktop.
  • Internet.
  • Vs Code.
  • Ruby.
  • Rails.
  • nodejs.
  • yarn.js.
  • PostgreSQL.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git https://github.com/heintayzar-hm/BudgetWise.git

Install

Install this project with:

  cd BudgetWise
  bundle install

Usage

To run the project, execute the following command:

  rails server

or

  bin/dev

Run tests

To run tests, run the following command:

  rspec

Deployment

You can deploy this project using:

  https://render.com/

(back to top)

πŸ‘₯ Authors

πŸ‘€ Hein Tay Zar

  • GitHub: Hein
  • Twitter: heintayzar
  • LinkedIn: Hein-Tay-zar

(back to top)

πŸ”­ Future Features

  • Deploy the project and make it available for every one.

(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 give a ⭐️.

(back to top)

πŸ™ Acknowledgments

  • Thanks to the Microverse team for the great curriculum.
  • Hat tip to anyone whose code was used.
  • Original design idea by Gregoire Vella on Behance.

πŸ“ License

This project is MIT licensed.

(back to top)

About

BudgetWise: a web app for easy expense tracking. Register, securely store info, view dashboard of categories and transaction totals. Add new transactions and categories with user-friendly forms. Built on Rails with Devise and Cancancan for security.

License:MIT License


Languages

Language:Ruby 51.8%Language:HTML 44.5%Language:JavaScript 2.5%Language:CSS 1.0%Language:Shell 0.1%