PocketPlanner-budget-on-rails

所属分类:人工智能/神经网络/深度学习
开发工具:Ruby
文件大小:0KB
下载次数:0
上传日期:2023-08-07 18:49:37
上 传 者sh-1993
说明:  探索PocketPlanner:您的金融自由中心。这款移动web应用程序由Ruby on Rails提供支持,简化了预算管理。...,
(Discover PocketPlanner: Your financial freedom hub on the go. Powered by Ruby on Rails, this mobile web app streamlines budget management. Trace countless transactions by category, unveiling your spending trends for informed decisions. Empowering, intuitive, and smart – ConneXus reshapes money matters)

文件列表:
.rspec (22, 2023-08-11)
.rubocop.yml (1115, 2023-08-11)
.ruby-version (11, 2023-08-11)
.stylelintrc.json (717, 2023-08-11)
Gemfile (2390, 2023-08-11)
Gemfile.lock (7346, 2023-08-11)
LICENSE (1066, 2023-08-11)
Rakefile (227, 2023-08-11)
app/ (0, 2023-08-11)
app/assets/ (0, 2023-08-11)
app/assets/config/ (0, 2023-08-11)
app/assets/config/manifest.js (143, 2023-08-11)
app/assets/images/ (0, 2023-08-11)
app/assets/images/.keep (0, 2023-08-11)
app/assets/images/bycicle.png (3896, 2023-08-11)
app/assets/images/car.png (3089, 2023-08-11)
app/assets/images/customer-service(1).png (6478, 2023-08-11)
app/assets/images/fast-food.png (3984, 2023-08-11)
app/assets/images/grocery.png (3920, 2023-08-11)
app/assets/images/healthcare.png (3281, 2023-08-11)
app/assets/images/house.png (3782, 2023-08-11)
app/assets/images/mechanic.png (4614, 2023-08-11)
app/assets/stylesheets/ (0, 2023-08-11)
app/assets/stylesheets/application.css (785, 2023-08-11)
app/assets/stylesheets/groupIndex.css (1886, 2023-08-11)
app/assets/stylesheets/newForm.css (1248, 2023-08-11)
app/assets/stylesheets/splash.css (1175, 2023-08-11)
app/assets/stylesheets/userForms.css (1297, 2023-08-11)
app/channels/ (0, 2023-08-11)
app/channels/application_cable/ (0, 2023-08-11)
app/channels/application_cable/channel.rb (79, 2023-08-11)
app/channels/application_cable/connection.rb (85, 2023-08-11)
app/controllers/ (0, 2023-08-11)
app/controllers/application_controller.rb (455, 2023-08-11)
... ...

## Pocket Planner

Pocket Planner

# Table of Contents - [ Table of Contents](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#-table-of-contents) - [ Pocket Planner](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#-Pocket Planner) - [ Built With ](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#-built-with-) - [Tech Stack ](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#tech-stack-) - [Key Features ](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#key-features-) - [ Live Demo](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#live-demo) - [ Getting Started ](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#-getting-started-) - [Prerequisites](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#prerequisites) - [Setup](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#setup) - [Install](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#install) - [Usage](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#usage) - [Run tests](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#run-tests) - [ Authors ](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#-authors-) - [ Future Features ](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#-future-features-) - [ Contributing ](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#-contributing-) - [ Support](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#support) - [ Acknowledgements](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#acknowledgements) - [ License ](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/#-license-) # Pocket Planner Pocket Planner ## Welcome to PocketPlanner - Your Budget App! PocketPlanner is a user-friendly budgeting application built using the Ruby on Rails framework. With PocketPlanner, managing your finances becomes a breeze. This app empowers you to take control of your money by allowing you to create custom categories and track transactions effortlessly. ## Built With ### Tech Stack
Backend
### Key Features - **Login and sign up new users** - **Add new categories** - **Create new transactions related with categories**

(back to top)

### Live Demo Deploy on Render: https://rails-d6nv.onrender.com Live demostration: https://www.loom.com/share/969c54b969544463ae47d99eb8f22dbe?sid=89d9c443-d6fd-4aec-b028-8a0dc318bfa9

(back to top)

## Getting Started To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: [Install Ruby](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/https://www.ruby-lang.org/en/documentation/installation/) ### Setup ```sh cd my-folder git clone git@github.com:smunoz1988/PocketPlanner-budget-on-rails.git ``` ### Install This project requires Ruby in rails additional dependencies. Also, it uses RuboCop as a linter and you should set it up as well. ```sh bundle install ``` ### Usage To run the project, navigate to the project directory and execute the following command: ```sh ruby main.rb ``` ### Run tests To run tests, run the following command: Run the following command ```sh rubocop ``` ## Author **Santiago Munoz** - GitHub: [@smunoz](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/https://github.com/smunoz1988) - Twitter: [@twitterhandle](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/https://twitter.com/Santiag24209785) - LinkedIn: [LinkedIn](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/https://www.linkedin.com/in/santiago-munoz-0b2b1a260)

(back to top)

## Future Features -**Add delete and edit functionalities to transactions and categories**

(back to top)

## Contributing Contributions, issues, and feature requests are welcome!

(back to top)

## Show your support If you like this project please follow me to find more projects of this type in future.

(back to top)

## Acknowledgments I would like to thank Gregoire Vella on Behance, who created the based design for the budget app

(back to top)

## License This project is [MIT](https://github.com/smunoz1988/PocketPlanner-budget-on-rails/blob/master/./LICENSE) licensed.

(back to top)


近期下载者

相关文件


收藏者