CindyDorantes / Expense-tracker

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 Ruby on Rails, database: Postgres.

Home Page:https://expense-tracker-m4g6.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents


πŸ“– Expense Tracker

Expense Tracker 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.


πŸ›  Built With

Tech Stack

Ruby Badge
Ruby on Rails Badge
Bootstrap Badge

Client
Database
Styles

Key Features

  • signup and login
  • create categories
  • create expenses and select categories for them

(back to top)


πŸš€ Live Demo

Access a live demo through:
this link

(back to top)


πŸ’» Getting Started

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

Prerequisites

  • Ruby installed in your computer. (install guide)
  • Rails installed in your computer. (install guide for Ubuntu and Windows)
  • Any code editor like Vscode or Vim.

Setup

Clone this repo with git. Run the following command in your terminal:

git clone https://github.com/CindyDorantes/Expense-tracker.git

Install

Go to the repo directory and the following command in your terminal:

bundle install

Usage

To run the project, execute the following command:

rails server

Run tests

To run tests, run the following command:

  rspec

(back to top)


Author

πŸ‘€ Cindy Dorantes

(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

Thanks to Original design idea by Gregoire Vella on Behance, author of the original idea

Thanks to my learning partners for their support and advices

(back to top)


πŸ“ License

This project is MIT licensed.

(back to top)

About

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 Ruby on Rails, database: Postgres.

https://expense-tracker-m4g6.onrender.com


Languages

Language:Ruby 70.8%Language:HTML 26.8%Language:JavaScript 1.4%Language:SCSS 0.8%Language:Shell 0.2%