GithubHelp home page GithubHelp logo

oovillagran / myxpenses Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 176 KB

This is a mobile web application that allows you to manage your budget, organize your list of daily expenses and take control over your incomes/expenses.

Home Page: https://rails-hc3r.onrender.com

License: MIT License

Ruby 66.88% JavaScript 1.44% CSS 5.36% HTML 26.14% Shell 0.18%
back-end front-end postgresql ruby-on-rails

myxpenses's Introduction

MyXpenses

πŸ“— Table of Contents

πŸ“– MyXpenses app

Categories Categories

MyXpenses is a RoR application about building 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. πŸ’°πŸ’ΈπŸ’ΉπŸ€‘πŸͺ™πŸ’΄

πŸ›  Built With

Tech Stack

  • Ruby
  • PostgreSQL

Key Features

  • Use of Ruby on Rails framework.
  • Use Ruby Gems as a software packages system
  • Understand what ORM is
  • Use database migration files to maintain database schema.
  • Understand Rails RESTful design and router.
  • Secure app from n+1 problems.
  • Use validations for models.
  • Set up associations between models.
  • Write integration tests with capybara gem.
  • Build a webapp that requires the user to log in.
  • Deploy a RoR application.

(back to top)

πŸš€ Live Demo & preview

Here you can see a Live Demo.

Here there is a walkthrough.

πŸ’» Getting Started

Follow these steps in order to run ruby code.

Prerequisites

First, you need to ensure that you have Rails and Ruby installed on your computer.

Setup

It varies depending on your operating system so here are some links to help you install it on Windows and on Ubuntu.

For MacOS run the following commands

  brew install rbenv ruby-build
  # Add rbenv to bash so that it loads every time you open a terminal
  echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
  source ~/.bash_profile

  # Install Ruby
  rbenv install 3.0.1
  rbenv global 3.0.1
  ruby -v

This example shows how to install Ruby 3.0.1 which was the latest version in April 2021, but you can check to see if there is a newer version here. Iy is also assumed that you have homebrew already installed on your Mac.

Usage

Once you have ruby installed, clone this repository

To run the project, execute the following command in the terminal:

bundle install
rails server

In your preferred browser, navigate to:

http://localhost:3000

Run tests

To run tests, run the following command in the terminal:

rspec

πŸ‘₯ Authors

πŸ‘€ Oscar Villagran

(back to top)

πŸ”­ Future Features

The following are the future features that will be added to the project.

  • Add API endpoints.
  • Add images and videos section.
  • Add payment options.

(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 us a hand by recommending either one of us to potential employers! πŸ˜‰πŸ€

(back to top)

πŸ™ Acknowledgments

I would like to thank those who have motivated me to keep on fighting despite how tough the journey may become. I would also like to acknowledge Gregoire Vella and the Creative Commons, who are the the designers for the styles of MyXpenses app.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

myxpenses's People

Contributors

oovillagran avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

oeliasv

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.