https://github.com/getssh/budget_app
https://github.com/getssh/budget_app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/getssh/budget_app
- Owner: getssh
- License: mit
- Created: 2023-07-19T19:02:22.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-24T13:43:35.000Z (about 3 years ago)
- Last Synced: 2025-02-21T19:44:02.916Z (over 1 year ago)
- Language: Ruby
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 budget app ](#-budget-app-)
- [Intro Video](#intro-video)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [🚀 Live Demo ](#-live-demo-)
- [Watch the walkthrough here:](#watch-the-walkthrough-here)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**budget app** A mobile application to manage users expenses. Users can add a catagory and in the catagory they can add transactions. By doing that they can trance thier money. The application also include authenicaion for security.
### Intro Video
https://www.loom.com/share/a1e6cae6108346f9a3e74d6c53418c0f?sid=3c9ddcfe-e7ab-4f19-9488-f871d2b4db1a
Client
- HTML
- CSS
- Javascript
- React Js
Server
- Ruby on Rails
Database
- Postgresql
- [Live](https://budget-appp-rp0t.onrender.com/)
## Watch the walkthrough here:
- [Loom Walkthrough](https://www.loom.com/share/a1e6cae6108346f9a3e74d6c53418c0f?sid=3c9ddcfe-e7ab-4f19-9488-f871d2b4db1a)
- **Simple UI**
- **Beautiful Design**
To get a local copy up and running, follow these steps.
### Setup
Clone the repo into your local machine:
```bash
git clone https://github.com/getssh/budget_app
```
### Prerequisites
In order to run this project you need to:
- Install [Git](https://git-scm.com/)
- Install [Ruby](https://rubyinstaller.org/)
- Install [Rails](https://rubyonrails.org/)
### Install
To install the dependencies run the following command
```bash
bundle install
```
### Usage
To start the project execute this command
```bash
rails s
```
### Run tests
To run the tests execute this command
```bash
rspec spec/
```
👤 **Getayawkal Tamrat**
- GitHub: [@getssh](https://github.com/getssh)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/getayawkal-tamrat/)
- **Animations** :eyes:
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project leave a start for it.
Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
I would like to thank Microverse for helping me in my journey to become a Fullstack developer 🌹
This project is [MIT](./LICENSE) licensed.