Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rysth/rails-coincraft

Rails - CoinCraft is a user-friendly budget management application developed with Rails 7, TailwindCSS, and ERB, designed to simplify your financial tracking experience.
https://github.com/rysth/rails-coincraft

rails ruby tailwind tailwindcss

Last synced: 4 days ago
JSON representation

Rails - CoinCraft is a user-friendly budget management application developed with Rails 7, TailwindCSS, and ERB, designed to simplify your financial tracking experience.

Awesome Lists containing this project

README

        



John Palacios


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Install](#install)
- [Usage](#usage)
- [Linters](#linters)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Rails - CoinCraft





**Rails - CoinCraft** is a user-friendly budget management application developed with Rails 7, TailwindCSS, and ERB, designed to simplify your financial tracking experience. Whether you're a seasoned budgeter or just starting, CoinCraft empowers you to effortlessly manage your finances, categorize transactions, and gain insights into your spending patterns. 📊💸

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- User-Friendly Interface 💻
- Easy Category Creation 📝🎨
- Effortless Transaction Recording 🔄💰
- Real-Time Total Amount Display 📈💡
- Responsive Design with TailwindCSS 📱🌐
- Secure and Private 🔒🤐

(back to top)

## 💻 Getting Started

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

### Install

Install this project with:

```sh
bundle install
npm install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

And to execute this with TailwindCSS:

```sh
./bin/dev
```

### Linters

Use this command to fix **Rubocop Linter** Errors:

```sh
rubocop -A
```

Use this command to fix **Stylelint** Errors:

```sh
npx stylelint "**/*.{css,scss}" --fix
```

## 👥 Authors

👤 **John Palacios**

- GitHub: [RysthCraft](https://github.com/Rysth)
- LinkedIn: [John Palacios](https://www.linkedin.com/in/john-palacios-rysthcraft)

(back to top)

## 🔭 Future Features

- [ ] Set and Achieve Budget Goals 🎯🚀
- [ ] Visualize Your Finances with Custom Reports 📊🔍
- [ ] Seamlessly Sync with External Accounts 🔄🏦
- [ ] Receive Personalized Expense Reminders ⏰💡

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 🙏 Acknowledgments

Special thanks to [Gregoire Vella](https://www.behance.net/gregoirevella) from providing us with an excellent resource from their Behance account.
Also, I would like to thanks to my family members for supporting me during Microverse, and their team.

(back to top)

## 📝 License

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

(back to top)