Thinus01 / Wealtho

Whealtho is a mobile webpage, designed to easily manage all you your transactions. Create a category and add all of your transactions to it. The page would automatically calculate the total amount you spend, and it also keeps track of the date you created the transaction on

Home Page:https://wealtho.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Wealtho

Wealtho is a mobile-only website made for users to create and share recipes. It allows you to create the group you need and add transaction(s) to it.

πŸ›  Built With

Tech Stack

Key Features

  • Create a category as well as transaction inside the category
  • List all recipes by users
  • Displays the total price of all transactions in the category

(back to top)

πŸš€ Live Demo

Add a link to your deployed project.

(back to top)

πŸ’» Getting Started

Prerequisites

  • Make sure you have Ruby installed in your system. You can install it here

  • Get started with Ruby on Rails.

  • Make sure you have PostgreSQL installed and running.

Setup

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

  • Run bundle install to install all the gems.

Run

  • Change/include host, username, password according to your database server.
  • Run rails db:create and rails db:migrate
  • Run rails db:seed to populate the database with some sample data.
  • Run rails s to start the server.
  • In your browser, go to http://localhost:3000.

Test

  • Run gem install rspec to install Rspec,
  • Run rspec spec to run all the test cases, and

(back to top)

πŸ‘₯ Authors

πŸ‘€ Thinus Van De Venter

πŸ”­ Future Features

  • Integrate responsive web design
  • Optimized Database
  • Better UI Experience

(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 consider giving it a star.

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Whealtho is a mobile webpage, designed to easily manage all you your transactions. Create a category and add all of your transactions to it. The page would automatically calculate the total amount you spend, and it also keeps track of the date you created the transaction on

https://wealtho.onrender.com/

License:MIT License


Languages

Language:Ruby 60.1%Language:HTML 21.4%Language:CSS 13.8%Language:Batchfile 3.1%Language:JavaScript 1.4%Language:Shell 0.2%