Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.git

cd 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.