Skip to content

This is a mobile web application where I can manage my budget: I have a list of transactions associated with a category, so that I can see how much money I spent and on what. I created a Ruby on Rails application that allowed the user to: register and log in, so that the data is private to them. Create categories

License

Notifications You must be signed in to change notification settings

Daphineatim/rails-budget-app

Repository files navigation

📗 Table of Contents

rails-budget-app

rails-budget-app is a web mobile friendly app that supports user registration and authentication using the Devise gem, a user can create his own account on the app and after logging in she/he will be able to add categories and then add transactions under those categories, the app provide some metrics like the total value of transactions under each category, the app was build using Ruby on Rails framework.

Built With

Tech Stack

Key Features

  • Register an account
  • Create categories and transactions
  • Metrics about user transactions

Live Demo

Getting Started

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

Prerequisites

Setup

To setup the project follow the steps:

  1. Clone this project using Git Bash:

    git clone https://github.com/Daphineatim/rails-budget-app.git
    
  2. Inside the project directory, install the project's dependencies

    bundle install
    
  3. Create the app's database

    rails db:create
    
  4. Setup the app's database

    rails db:setup
    

Available Scripts

In the project directory, you can run:

  • rails server
    

    Runs the app local server

  • bundle exec rspec
    

    Launches the test runner.

Author

👤 Daphine Atim

  • GitHub: @Daphineatim
  • Twitter: @dhaphyn
  • LinkedIn: DaphineAtim

Future Feature

  • Create a user profile
  • Create a desktop version

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project give it a star!

Acknowledgments

License

This project is MIT licensed.

About

This is a mobile web application where I can manage my budget: I have a list of transactions associated with a category, so that I can see how much money I spent and on what. I created a Ruby on Rails application that allowed the user to: register and log in, so that the data is private to them. Create categories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published