Skip to content

This is web app that tracks your expenses over a given period of time, grouped under different rubrics. The project is realized using Ruby on Rails

License

Notifications You must be signed in to change notification settings

Mihndim2020/FinTracker-RoR-Capstone-Project

Repository files navigation

README

FinTracker-RoR-Capstone-Project

In this project, I implemented an MVP(minimum viable product) with RoR, a mobile app called FinTracker to help track expenses. Here your expenses are grouped in different categories(groups) and the app helps you track what you have spent for the different categories.

screenshot screenshot screenshot

Built With

  • HTML / SCSS / Ruby
  • Bootstrap / Ruby on Rails
  • VS Code Editor / Ubuntu / Chrome Browser

Features

  • Create custom expenditure groups with their icons
  • Calculate total amount spent
  • Track you expenses
  • View expenses under different groups
  • Log in with just your username
  • MVP for mobile users for now
  • Upload group icon for you local hard drive for now.

Features still to be implemented

  • Integration with cloud storage for persistent profile picture
  • Filter expenses to display by day, week, month, or year.
  • Display expenses as a bar compared with the set monthly budget
  • Separate display of transactions for only logged in user
  • Implement the desktop version

Live Demo

Click the Link to visit the site.

Getting Started

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

Prerequisites

  • Ruby: 3.0.0
  • Rails: 6.1.3
  • Chrome or Firefox Browser

Setup

  • Clone this repository with git clone git@github.com:Mihndim2020/FinTracker-RoR-Capstone-Project.git using your VS code terminal or your system command line
  • Direct your terminal to the project folder by entering cd FinTracker-RoR-Capstone-Project
  • Run bundle install to install the necessary dependencies
  • Run rails db:setup to setup your local database.
  • Run rails server to start the application.
  • Finally, direct your browser to 'http://localhost:3000/' to view the app.

Usage

Run tests

To run tests open the terminal and cd to the project's root directory and run rspec

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse community
  • Coding partner
  • Gregoire Vella on Behance his design design
  • The Odin Project

📝 License

This project is MIT licensed.

About

This is web app that tracks your expenses over a given period of time, grouped under different rubrics. The project is realized using Ruby on Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published