Skip to content

Files

Latest commit

 

History

History
207 lines (136 loc) · 6.02 KB

README.md

File metadata and controls

207 lines (136 loc) · 6.02 KB

Finance Tracker

Project Login Page
Finance-Tracker login

📗 Table of Contents

📖 [Finance Tracker]

[Finance-Tracker] The Ruby on Rails Budget-app project is aimed at creating a mobile web application that enables budget management, including user registration and login for data privacy, the introduction of new transactions linked to categories, and the display of expenditures per category.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • [Splash screen]
  • [Sign up and log in pages]
  • [Home page (categories page)]
  • [Details page (transactions page)]
  • ["Add a new category" page]
  • ["Add a new transaction" page]
Implemented Schema's ERD
erd_diagram

(back to top)

🚀 Live Demo & Project intro

  • Live Demo on Render

  • Introduction to the project

    In this video, I introduce you to the Ruby On Rails capstone project, which is a budget application called the finance tracker. I walk you through the login page, the home page, and the transaction page, explaining the features and functionalities of each. I also demonstrate how to create a new category and add a new transaction. Finally, I show you the mobile version of the application. Watch this video to get an overview of the project and its key components.

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

(back to top)

Setup

Clone this repository to your desired folder:

  cd my-folder
  https://github.com/ab-noori/Finance-Tracker.git

(back to top)

Install

Install this project with:

  bundle install
  rails db:create
  rails db:migrate

(back to top)

Usage

To run the project, execute the following command:

  rails server

(back to top)

Run tests

To run tests, run the following command:

  rspec spec

(back to top)

👥 Authors

👤 Abdul Ali Noori

(back to top)

🔭 Future Features

  • [Applying the edit and delete options for categories]
  • [Optimizing the project style for longer screen sizes]

(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, give it a star.

(back to top)

🙏 Acknowledgments

First, I would like to thank Microverse and my coding partners, and then I would like to give special credit to the creator of the design (Gregoire Vella on Behance) that I have used in my project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)