Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/piero-vic/budget-app
- Owner: piero-vic
- License: mit
- Created: 2022-05-23T16:39:26.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-28T05:04:34.000Z (over 2 years ago)
- Last Synced: 2024-12-06T04:02:57.940Z (about 1 month ago)
- Topics: microverse, rails
- Language: Ruby
- Homepage: https://dry-fortress-23608.herokuapp.com/
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.