Juanpa8830 / My-budget

This is a mobile web application where you can admin your own budget: you have a list of movements associated with a category, so that you can see the record of your expenses. Built with CSS and Ruby on rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

My Budget


πŸ“— Table of Contents

πŸ“– My budget

My-budget is a mobile web application where you can admin your own budget: you have a list of movements associated with a category, so that you can see the record of your expenses.

πŸ›  Built With

Key Features

  • Users can register
  • Users can create categories
  • Users can add operations to one or more categories
  • Full stack app
  • Styled using CSS

(back to top)

Live Demo

(back to top)

πŸ’» Getting Started

To get the content of this project locally you need to run the following commands in your terminal:

and follow these steps.

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

Clone this repository to your desired folder:

  1. Download the Zip file or clone the repo with:
git clone git@github.com:juanpa8830/my.budget.git
  1. To access cloned directory run:
cd my-budget 

Install

To install linters and other project's dependencies run:

 bundle install

Usage

To run the project, execute the following command:

rails server

Run tests

For tracking linter errors in Ruby files run:

  rubocop .

This project uses Rspec for testing, to run the tests use the command:

  Rspec spec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Juan Pablo Guerrero

(back to top)

πŸ”­ Future Features

    • Add editig function

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

The original design idea for this project was made by Gregoire Vella on Behance.

I would like to thank the Microverse team for starting me in this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

This is a mobile web application where you can admin your own budget: you have a list of movements associated with a category, so that you can see the record of your expenses. Built with CSS and Ruby on rails

License:MIT License


Languages

Language:Ruby 64.7%Language:HTML 23.3%Language:CSS 7.3%Language:Batchfile 3.2%Language:JavaScript 1.3%Language:Shell 0.2%