/SaveIt

The SaveIt app is 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.

Primary LanguageRubyMIT LicenseMIT


SaveIt


📗 Table of Contents

📖 [SaveIt]

The SaveIt app is 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
  • PSQl

Key Features

Allows the user to:

  • register and log in, so that the data is private to them.
  • introduce new transactions associated with a category.
  • see the money spent on each category.

(back to top)

📽️ Presentation

📷 see video

(back to top)

🚀 Live Demo

🎉 see live

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

  • Ruby
  • Rails
  • PostgreSQL

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone git@github.com:ankitt26/SaveIt.git

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

Example command:

  rails s

Run tests

To run tests, run the following command:

Example command:

  rails db:reset RAILS_ENV=test
  rspec spec

(back to top)

👥 Authors

👤 Ankit

(back to top)

🔭 Future Features

  • User can delete
  • User can public categories

(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, give it a ⭐️!

(back to top)

🙏 Acknowledgments

I would like to extend my sincere thanks and credit to Gregoire Vella for the inspiring design that served as the foundation for the creation of the Crypto-place app.

Original design idea by Gregoire Vella on Behance.

Thanks Microverse for giving me this opportunity to work on this wonderful project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)