https://github.com/quavo19/budget-app
https://github.com/quavo19/budget-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quavo19/budget-app
- Owner: quavo19
- License: mit
- Created: 2023-05-29T23:39:34.000Z (about 2 years ago)
- Default Branch: Dev
- Last Pushed: 2023-06-07T09:41:26.000Z (about 2 years ago)
- Last Synced: 2025-02-04T04:29:42.311Z (5 months ago)
- Language: Ruby
- 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
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**[Budget app]** is an application designed for users to track their expenditures.
- ROR
- Postgresql
- Rspec- **[Users can view their transaction and Categories]**
- **[Users can create a transaction]**
- **[Users can create a category.]**
- **[Limit access to web app resources based on authorization rules.]**- Here is a [Live Demo Link](https://budget-n7m7.onrender.com/users/sign_in)
- Here is a [presentation video link](https://www.loom.com/share/73a0e51e96194cb5afb38a8c737e7f9d)To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need the following installed in your local system
- Ruby
- Git CLI
- Github account
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/quavo19/budget-app.git
```
### Install
Install this project with:
```sh
cd budget_app
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
- Type `Rspec`: To run test `
- Type `npx stylelint "**/*.{css,scss}"` to run for stylelint errors
👤**Akite Donald**
- GitHub: [@githubhandle](https://github.com/quavo19)
- Twitter: [@twitterhandle](https://twitter.com/DonaldAkite)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/donald-akite-299a31222/)
- [ ] **[Add the Calculator]**
- [ ] **[Style the front end]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/quavo19/budget-app/issues).
If you like this project please leave a STAR to the [Github repo](https://github.com/quavo19/
budget_app/)
I would like to appreciate [Microverse](https://www.microverse.org/) for providing the learning resources for this exercise, and I would specially thank [Gregoire Vella](https://www.behance.net/gregoirevella) who is the original author of this [design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
This project is [MIT](./LICENSE) licensed.