Skip to content

This is a Ruby on Rails 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 on what.

Notifications You must be signed in to change notification settings

Felix45/BudgetApp

Repository files navigation

Budget App

This is a Ruby on Rails 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've spent on what.

Live Demo

https://www.loom.com/share/42554b2d6da14305a8413a79a881572c

Built With

Getting Started

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

Prerequisites

  Ruby
  Ruby on Rails
  PostgreSQL

Setup

Clone the repository and change the directory to BudgetApp

  $ git clone git@github.com:Felix45/BudgetApp.git

  $ cd BudgetApp

Install

Install all project dependencies by running the command below

  $ bundle install

Run the application

  $ bin/rails server

Visit the homepage of application

  $ http://localhost:3000/

Check linter errors

  $ rubocop .

Run tests

  $ rspec

Authors

👤 Name Github Twitter LinkedIn
Felix Ouma @Felix45 @Felix_Atonoh LinkedIn

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

This is a Ruby on Rails 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 on what.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published