/TradeIt

TradeIt 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

TradeIt

TradeIt 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. In this app, users can;

  • 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

Live Demo

This app is currently being hosted on Heroku

Project Presentation

Kindly click this link to view the presentation of the app. The video was recoreded with Loom

Screenshot

  • Splash Screen

  • Sign In Page

  • Categories Page

  • Exchanges Page

Getting Started

  • Make sure you have Ruby and Postgresql installed on your system.

  • Install rails by running gem install rails

  • Clone this repository by running git clone https://github.com/DammyShittu/TradeIt.git in your command line.

  • Navigate to the repository by running cd TradeIt.

  • Run yarn install to install all dependencies

  • Run rails db:create, and rails db:migrate to create and migrate your database.

  • Run rails s and go to http:localhost:3000 to view the app.

Testing

  • Run rspec spec to run all the test cases.

  • Run rspec spec/folder_name/spec_file_name to run test files individually.

Built With

  • Ruby On Rails
  • Rspec Rails
  • Ruby Gems

Version Control System

  • Git

Author

👤 Adedamola Shittu

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgement

Hats off 🎩 to Gregoire Vella for designing the template that was used for this project. The template was gotten from Behance

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.