https://github.com/nabilhy/money-manager
Money manager is a mobile web application that allows a user to manage his budget, allows him to have access to a list of transactions associated wuth a category, so he could track what monet he spends.
https://github.com/nabilhy/money-manager
css rails ruby
Last synced: 2 months ago
JSON representation
Money manager is a mobile web application that allows a user to manage his budget, allows him to have access to a list of transactions associated wuth a category, so he could track what monet he spends.
- Host: GitHub
- URL: https://github.com/nabilhy/money-manager
- Owner: NabilHY
- Created: 2022-10-16T15:29:58.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-22T18:59:11.000Z (over 3 years ago)
- Last Synced: 2025-06-14T15:45:18.655Z (about 1 year ago)
- Topics: css, rails, ruby
- Language: Ruby
- Homepage:
- Size: 308 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Money Manager
> Money manager is a mobile web application that allows a user to manage his budget, allows him to have access to a list of transactions associated wuth a category, so he could track what monet he spends.
## Built With
- Ruby , HTML, CSS
- Ruby On Rails, Bootstrap5, Sass
- Git, Gitflow, Linters, Github, PostgreSql, Rspec, Capybara, Robocop
## Live Demo (if available)
[Live Demo Link](https://money-manag.herokuapp.com/)
## Getting Started
**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Have a computer and internet connection
- Have `Ruby` installed on your computer
- Have `Rails` installed on your computer
- Have a basic knowledge of `Ruby` and `OOP` concept
- Have a basic knowledge of `Rails`
- Have a general understanding of what testing is
- Have `visual-studio code` or any other code editor installed on your computer.
### Setup
- In order to get a copy of this project you need to download it from [here](https://github.com/NabilHY/money-manager)
- Extract the zipped file and open it in your code editor
### Install
- Run the command bellow in your terminal to get all required files
```
bundle install
```
```
npm install
```
### Run tests
you can run one of the following command in your terminal
1. Run testing
```Ruby
rspec spec
```
2. Run linters
```Ruby
> npx stylelint "**/*.{css,scss}"
> Rubocop --color
> Rubocop -A
```
## Authors
👤 **NabilHY**
- GitHub: [@NabilHY](https://github.com/NabilHY)
- Twitter: [@NeoNabil12](https://twitter.com/NeoNabil2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nabil-hayoun/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Kudos to Gregoire Vella for the great looking [template](https://www.behance.net/gregoirevella) that this application's design was inspired from
## 📝 License
This project is [MIT](./MIT.md) licensed.