Skip to content

Latest commit

 

History

History
171 lines (101 loc) · 3.94 KB

README.md

File metadata and controls

171 lines (101 loc) · 3.94 KB

Smart_Wallet

📗 Table of Contents

📖 [Smart_Wallet]

[Smart_Wallet] is about a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

🛠 Built With

Tech Stack

Ruby on Rails
  • https://rubyonrails.org/

Key Features

  • [Categories]
  • [Transactions]

(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:

  • Install Ruby
  • Install Rails
  • Install Postgresql

Setup

Clone this repository to your desired folder:

cd Smart_Wallet git clone https://github.com/stephenkati/Smart_Wallet.git

Install

Install this project with:

cd Smart_Wallet bundle install

gem install rspec

gem install --no-document rubocop -v '>= 1.0, < 2.0' # https://docs.rubocop.org/en/stable/installation/

npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project, execute the following command:

  • rails s

Run tests

To run tests, run the following command:

  • rubocop --color
  • npx stylelint "**/*.{css,scss}"
  • rspec spec

Deployment

  • [N/A]

(back to top)

👥 Authors

👤 Author1 [STEPHEN KATULI]

(back to top)

🔭 Future Features

  • []

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please show support by staring ⭐️.

(back to top)

🙏 Acknowledgments

  • I am grateful to Gregoire Vella on Behance for the priviledge to use his design.

  • I would like to thank my Microverse team and my coding partners for their support and guidance.

(back to top)

Presentation

  • I made a short video presentation.

(back to top)

📝 License

This project is MIT licensed.

(back to top)