Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuarshaidenov/sbb-app
Spendit is a mobile web application where you can manage your budget. Register, add a spending type and keep track of your spendings for each category. It's that simple.
https://github.com/anuarshaidenov/sbb-app
rails ruby tailwindcss
Last synced: about 15 hours ago
JSON representation
Spendit is a mobile web application where you can manage your budget. Register, add a spending type and keep track of your spendings for each category. It's that simple.
- Host: GitHub
- URL: https://github.com/anuarshaidenov/sbb-app
- Owner: anuarshaidenov
- License: mit
- Created: 2022-04-25T13:36:53.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-30T11:02:56.000Z (over 2 years ago)
- Last Synced: 2023-03-09T03:37:23.941Z (almost 2 years ago)
- Topics: rails, ruby, tailwindcss
- Language: Ruby
- Homepage: https://cryptic-hamlet-15463.herokuapp.com/
- Size: 363 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Spendit - A Mobile Web App.
> **_Spendit_** is a mobile web application where you can manage your budget. Register, add a spending type and keep track of your spendings for each category. It's that simple.
## Live Link
[Heroku Link](https://cryptic-hamlet-15463.herokuapp.com/)
## Video Presentation
[Link](https://www.loom.com/share/309b6a8b0bc649f6a0d315c573a2dcc6)
## Built With
- Ruby
- Ruby on Rails
- Tailwind## Getting Started
- Getting a local copy is simple. Follow the steps below
### Install
- Ruby
- Ruby on Rails
- PostgresSQL
- Rspec### Local Copy
- Clone the project
```
git clone https://github.com/anuarshaidenov/SBB-app.gitcd SBB-app
```
### Setup
Install gems:
```
bundle install
```Setup database:
```
rails db:create
rails db:migrate
```### Usage
Start server:
```
rails server
```Visit http://localhost:3000/ in your browser.
### Run tests
```
rspec
```## Authors
👤 **Anuar Shaidenov**
- GitHub: [@anuarshaidenov](https://github.com/anuarshaidenov)
- Twitter: [@anuarnyi](https://twitter.com/anuarnyi)
- LinkedIn: [Anuar Shaidenov](https://www.linkedin.com/in/anuar-shaidenov-365a951b8/)## Credits
Original design by [Gregoire Vella](https://www.behance.net/gregoirevella)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE.md) licensed.