Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rysth/rails-coincraft
- Owner: Rysth
- License: other
- Created: 2023-11-17T20:17:13.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-11-20T23:32:18.000Z (about 1 year ago)
- Last Synced: 2024-12-15T01:30:50.970Z (about 1 month ago)
- Topics: rails, ruby, tailwind, tailwindcss
- Language: Ruby
- Homepage: https://rails-coincraft.onrender.com/
- Size: 813 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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** 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. 📊💸
Client
Server
Database
- User-Friendly Interface 💻
- Easy Category Creation 📝🎨
- Effortless Transaction Recording 🔄💰
- Real-Time Total Amount Display 📈💡
- Responsive Design with TailwindCSS 📱🌐
- Secure and Private 🔒🤐
To get a local copy up and running, follow these steps.
Install this project with:
```sh
bundle install
npm install
```
To run the project, execute the following command:
```sh
rails server
```
And to execute this with TailwindCSS:
```sh
./bin/dev
```
Use this command to fix **Rubocop Linter** Errors:
```sh
rubocop -A
```
Use this command to fix **Stylelint** Errors:
```sh
npx stylelint "**/*.{css,scss}" --fix
```
👤 **John Palacios**
- GitHub: [RysthCraft](https://github.com/Rysth)
- LinkedIn: [John Palacios](https://www.linkedin.com/in/john-palacios-rysthcraft)
- [ ] Set and Achieve Budget Goals 🎯🚀
- [ ] Visualize Your Finances with Custom Reports 📊🔍
- [ ] Seamlessly Sync with External Accounts 🔄🏦
- [ ] Receive Personalized Expense Reminders ⏰💡
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
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.
This project is [MIT](./LICENSE.md) licensed.