Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickemma/spendless-app
Spendless is a Ruby on Rails mobile web application that allows users to keep track of their expenses and categories. have a list of transactions associated with a category, so that the user can see how much money it spent and on what. Manage your own money, manage your own life.
https://github.com/nickemma/spendless-app
capybara database postgresql ruby ruby-on-rails tailwindcss tdd
Last synced: about 5 hours ago
JSON representation
Spendless is a Ruby on Rails mobile web application that allows users to keep track of their expenses and categories. have a list of transactions associated with a category, so that the user can see how much money it spent and on what. Manage your own money, manage your own life.
- Host: GitHub
- URL: https://github.com/nickemma/spendless-app
- Owner: nickemma
- License: mit
- Created: 2022-11-10T19:30:52.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-11-23T07:30:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T22:07:32.867Z (7 months ago)
- Topics: capybara, database, postgresql, ruby, ruby-on-rails, tailwindcss, tdd
- Language: Ruby
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Name
Spendless App
# Description the project.
Spendless is a Ruby on Rails mobile web application that allows users to keep track of their expenses and categories. have a list of transactions associated with a category, so that the user can see how much money it spent and on what. Manage your own money, manage your own life.
## Built With
- Languages:
_**Ruby**_
_**Postgresql**_
- Frameworks:
_**Ruby On Rails**_
_**Tailwind Css**_
- Technologies used: _**Visual Studio Code**_### Requirements
In order to work on this project, you need to have the following dependencies installed:
- [Ruby](https://www.ruby-lang.org/en/)
- [Postgresql](https://www.postgresql.org/)
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [Rails](https://rubyonrails.org/)### Click here for Video Link
- [Video link](https://www.loom.com/share/aeb8eda3fe374e858c2d0d4248a1aff1)
## Getting Started
### Clone this repository
```bash
$ git clone [email protected]:NickEmma/spendless-app.git
$ cd recipe-app
```### Commands to run
Run
```bash
$ bundle install
```To get all the gems required for the project
Then, run
```bash
$ npm install
```To install packages such as style linters
To check linters locally, use
```bash
$ rubocop
$ npx stylelint "**/*.{css,scss}"
```Once you have the project correctly set up, run
```bash
$ bin/rails db:setup
```To run all migrations, create the database for testing and for development, and insert some data into the database for you to visualize the changes
Finally, each time you make changes to the project, run
```bash
$ bundle exec rspec /spec
```In the root folder to check the consistency of the app. Please don't make changes to the tests unless completely necessary, and mention it in your PR description.
Important note: Since this project uses TailwindCSS for the styling, you need to run:
```bash
$ ./bin/dev
```For you to see the styling being applied in the browser during development
## Authors
👤 **Nicholas Emmanuel**
- GitHub: [@NickEmma](https://github.com/NickEmma)
- Twitter: [@techieEmma](https://twitter.com/techieEmma)
- LinkedIn: [@Nicholas Emmanuel](https://www.linkedin.com/in/techieemma/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
### Web Design
All the template colors, font, and layout distribution for the whole project were designed by [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance. A link to the project [can be found here](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=). Check Gregoire for more amazing GUI and Graphic designs!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- LazyCoders
- Coding Partners
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.