Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piero-vic/budget-app

Web application to keep track of your expenses.
https://github.com/piero-vic/budget-app

microverse rails

Last synced: 21 days ago
JSON representation

Web application to keep track of your expenses.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Budget App

> Web application to keep track of your expenses.

## Built With

- Ruby on Rails
- TailwindCSS
- Alpine.js

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

You need to have `ruby` installed on your local machine.

### Setup

```
git clone https://github.com/piero-vic/budget-app.git
```

### Install

```
cd budget
bundle install
rails db:create
rails db:seed
```

### Usage

This project uses TailwindCSS, so we need to run it with `./bin/dev` to compile the CSS code.

```
./bin/dev
```

## Author

👤 **Piero Lescano**

- GitHub: [@piero-vic](https://github.com/piero-vic)
- Twitter: [@v1ccenzo](https://twitter.com/v1ccenzo)
- LinkedIn: [piero-lescano](https://linkedin.com/in/piero-lescano)

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).

## 📝 License

This project is [MIT](./LICENSE) licensed.