sanieni6 / Budget-app

This is a mobile web application where you can manage your budget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/sanieni6

personal logo

SmartWallet - RoR capstone project

πŸ“— Table of Contents

πŸ“– SmartWallet - RoR capstone project

This 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.

personal logo

πŸ›  Built With

Tech Stack

Client
  • Ruby
Data Base
  • Postgresql
Sever
  • Rails

Key Features

  • [register and log in, so that the data is private to them.]
  • [introduce new transactions associated with a category]
  • [see the money spent on each category]

Back to top

πŸš€ Live Demo

Live Demo Link

Render Link

Video Demo Link

Video Demo Link

πŸ’» Getting Started

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

Prerequisites

  • You'll need any code editor

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

  bundle install
  rails db:create
  rails db:migrate
  rails db:seed

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rails db:migrate RAILS_ENV=test
  rspec

πŸ‘₯ Authors

πŸ‘€ Luis Sanchez

Back to top

πŸ”­ Future Features

  • [Improve UI design]
  • [Improve the desktop version]

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 give it a star!

Back to top

πŸ™ Acknowledgments

I would like to Microverse community for helping me to improve my skills.
Special thanks to https://www.behance.net/gregoirevella for making an awesome design idea.

Back to top

πŸ“ License

This project is MIT licensed.

Back to top

About

This is a mobile web application where you can manage your budget.

License:MIT License


Languages

Language:Ruby 73.0%Language:HTML 22.8%Language:JavaScript 2.4%Language:CSS 1.5%Language:Shell 0.3%