This project is created as part of the rails capstone at Microverse. This app is a web application where a user manage its budget: have a list of transactions associated with a category, so that the user can see how much money it spent and on what.
- Major: Ruby, HTML,CSS
- Frameworks:
Ruby on Rails
,Bootstrap5
- Libraries:
Cancancan
,Devise
- Technologies: Git, Gitflow, Linters, Github, PostgreSql, Rspec, Capybara, Robocop
- After you create you new account go back to the login button then you could be able to login
To get a local copy up and running follow these simple example steps.
- Have a computer and internet connection
- Have
Ruby
installed on your computer - Have
Rails
installed on your computer - Have a basic knowledge of
Ruby
andOOP
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.
- In order to get a copy of this project you need to download it from here
- Extract the zipped file and open it in your code editor
- Run the command bellow in your terminal to get all required files
bundle install
npm install
you can run one of the following command in your terminal
- Run testing
rspec spec
- Run linters
> npx stylelint "**/*.{css,scss}"
> Rubocop --color
> Rubocop -A
👤 Zelalem Fissha
- Original design idea by Gregoire Vella on Behance
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!