Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenkati/smart_wallet
Smart_Wallet is about a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
https://github.com/stephenkati/smart_wallet
budget-app daisyui devise postgresql ruby-on-rails tailwindcss
Last synced: 23 days ago
JSON representation
Smart_Wallet is about a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
- Host: GitHub
- URL: https://github.com/stephenkati/smart_wallet
- Owner: stephenkati
- License: mit
- Created: 2023-07-03T14:04:46.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-07T13:45:52.000Z (over 1 year ago)
- Last Synced: 2024-10-03T00:41:47.215Z (about 1 month ago)
- Topics: budget-app, daisyui, devise, postgresql, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage:
- Size: 389 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart_Wallet
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [Presentation](#acknowledgements)
- [Presentation](#presentation)
- [❓ FAQ](#faq)
- [📝 License](#license)**[Smart_Wallet]** is about a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
Ruby on Rails
- **[Categories]**
- **[Transactions]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Postgresql
### Setup
Clone this repository to your desired folder:
```
cd Smart_Wallet
```
```
git clone https://github.com/stephenkati/Smart_Wallet.git
```
### Install
Install this project with:
```
cd Smart_Wallet
```
```
bundle install && npm install
```
### Usage
To run the project, execute the following command:
```
rails s
```
### Run tests
To run tests, run the following command:
```
rubocop --color
```
```
npx stylelint "**/*.{css,scss}"
```
```
rspec spec
```
### Deployment
- The website is deployed [here](https://smart-wallet-hfqh.onrender.com/)
👤 **Author1**
*[STEPHEN KATULI]*
- GitHub: [@githubhandle](https://github.com/stephenkati)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/stephen-katuli/)
- [ ] **[Tracking most frequent transactions]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/stephenkati/Smart_Wallet/issues).
If you like this project please show support by staring ⭐️.
* I am grateful to [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) for the priviledge to use his design.
* I would like to thank my Microverse team and my coding partners for their support and guidance.
* I made a short [video](https://www.loom.com/share/7b3a446fdd954b49b56ea513efdfc865) presentation.
This project is [MIT](./LICENSE) licensed.