Skip to content

MenendezON/Budget-app

Repository files navigation

Budget App

📗 Table of Contents

📖 Budget App

Budget App is a web project based on Ruby on Rails, using Postgresql as a database. To use this app, the user has to create an account, then log in, at this point the user can manage his data like creating and displaying new categories, then new records for their trades(transactions). Each category has a name and an icon, and each trade(transaction) has a name, amount, and category. The user also can see for each category the total amount and the total amount of trades.

🛠 Built With

Tech Stack

Client

Key Features

  • The page is built with Ruby on Rails
  • The desing is for mobile first approach
  • For handling user's log and register the App uses device gem

Live demo

Budget App

Presentation Video

Budget App

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • Install Git
  • Install Ruby and Rails
  • Install Postgres
  • You can use your favorite CLI and code editor.

Setup

Clone this repository to your desired folder:

  cd Budget-app
  git clone git@github.com:MenendezON/Budget-app.git

Install

Install this project with:

  cd Budget-app
  bundle install

Usage

To run the project, execute the following command:

  rails s

Your project should be displayed automatically on your web browser on this port: http://localhost:3000/, if don't open it manually.

(back to top)

👥 Authors

👤 Menendez NELSON

(back to top)

🔭 Future Features

  • More category icons will be added
  • The user will be able to filter the expenses by amount

(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 me a star on my GitHub Repo

(back to top)

🙏 Acknowledgments

I want to thanks to Gregoire Vella on Behance for providing the design guidelines used in this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Budget App is a web project based on Ruby on Rails, using Postgresql as a database. To use this app, the user has to create an account, then log in, at this point the user can manage his data like creating and displaying new categories, then new records for their trades(transactions).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors