https://github.com/anselemodims/budgit
BudgIT is a mobile-web app that takes a record of categories and the transactions carried out on a category. User can create transactions on each of the category or can create a category themselves.
https://github.com/anselemodims/budgit
javascript rails ruby ruby-on-rails sass
Last synced: 2 months ago
JSON representation
BudgIT is a mobile-web app that takes a record of categories and the transactions carried out on a category. User can create transactions on each of the category or can create a category themselves.
- Host: GitHub
- URL: https://github.com/anselemodims/budgit
- Owner: AnselemOdims
- License: mit
- Created: 2022-04-18T13:05:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T15:25:06.000Z (about 4 years ago)
- Last Synced: 2024-10-18T09:13:56.526Z (over 1 year ago)
- Topics: javascript, rails, ruby, ruby-on-rails, sass
- Language: Ruby
- Homepage: https://thawing-castle-09878.herokuapp.com/
- Size: 4.24 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BudgIT
> BudgIT is a mobile-web app that takes a record of categories and the transactions carried out on a category. User can create transactions on each of the category or can create a category themselves.
## Built With
- Ruby
- Ruby on Rails
- SASS
- git
## Presentation Link
[Presentation Link](https://www.loom.com/share/2fb613e024dc45c891b084f741a3c47e)
## Mini Demo

## Live Version
[Live demo](https://thawing-castle-09878.herokuapp.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
Clone the project by using terminal:
```
git clone git@github.com:AnselemOdims/BudgIT.git
```
```
cd BudgIT
```
and then run the following command
```
bundle install
```
### Development
- Create database and run migrations using
```
bin/rails db:setup
```
- Start the server using
```
bin/rails s
```
- To run test
`rspec spec`
### Prerequisites
- Ruby
- Rails
Rspec gem for testing enviroment
## Author
👤 **ANSELEM ODIMEGWU**
- GitHub: [@AnselemOdims](https://github.com/AnselemOdims)
- LinkedIn: [Anselem Odimegwu](https://www.linkedin.com/in/anselem-odimegwu/)
- Email: anselemcloud@gmail.com
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AnselemOdims/fitness_blog/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Credit to [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) the author of the [original design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
## 📝 License
This project is [MIT](./MIT.md) licensed.