DebyGrey / budgetapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grey Budget App

πŸ“— Table of Contents

πŸ“– Expense app

Grey budget app is a mobile web application where users can manage their budget: they a provided page with a list of transactions/expenditures associated with a category, so that you can see how much money they spent and on what.

πŸ›  Built With

Tech Stack

Client
Database

Key Features

  • Increase user experience
  • User profile picture
  • complete user data

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need to :

  • To have Ruby installed
  • To have Rails 7 installed also
  • Dependencies for basic gems that project uses

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/DebyGrey/budgetapp.git

Install

Install this project with:

  cd my-project

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  • For eslint run the following:
  rubocop
  • For Stylelint(CSS) run the following:
  npx stylelint "**/*.{css,scss}"
  • For testig run the following:
  bundle exec rspec

Deployment

You can deploy this project using:

  • Heroku etc.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author

πŸ‘€ Deborah Fashoro

πŸ”­ Future Features

  • Single page app
  • Complete webApp
  • Smooth functionality(design)
  • Implement a more modern user interface

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you encounter any issues or have questions about the project, feel free to reach out for support.Checkout teh social links included in the authors, contact any of one or simply contribute this repo by raising a pull request on and always try to check the issues page.

(back to top)

πŸ™ Acknowledgments

Special thanks to Gregoire Vella, the original designer of this project. Thanks to microverse for the push opportunity to embark on this project.

πŸ“ License

This project is MIT licensed.

(back to top)

About


Languages

Language:Ruby 71.0%Language:HTML 25.6%Language:CSS 1.8%Language:JavaScript 1.5%Language:Shell 0.2%