Skip to content

Latest commit

 

History

History
180 lines (115 loc) · 4.21 KB

README.md

File metadata and controls

180 lines (115 loc) · 4.21 KB

📗 Table of Contents

Budget-App

This is a mobile web application for managing BUDGETS. You can create new Categories and Transactions. The category page shows you a transaction's summary.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • User can Log In
  • User can Sign Up
  • User can add new Categories
  • User can add new Transactions to categories

(back to top)

🚀 Live Demo

(back to top)

⏯ Video

https://www.loom.com/share/3b1bdcb587374fca87131069065b6769

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone https://github.com/storres20/BudgetApp.git

Install

Install the project dependencies with:

  - bundle install
  - npm install

Usage

To run the project, execute the following command:

  rails s

Run tests

To run tests, run the following command:

rspec

(back to top)

👥 Author

👤 Italo Lon Kan

(back to top)

🔭 Future Features

  • Edit categories and transactions feature
  • Delete categories and transactions feature

(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 and want to support me make cooler projects Give this project a Star.

(back to top)

🙏 Acknowledgments

Original design idea by Gregoire Vella on Behance

(back to top)

📝 License

This project is MIT licensed.

(back to top)