Skip to content

Vadenez/VOLT-Banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOLT-Banking

C++ License

Description:

A concent Banking application.

Made:

This was started on Visual Studios 2019 on 2020-05-08
uses OpenCV v3.4.10 (https://opencv.org/releases/) needed to build application.
uses "cvui" (https://github.com/Dovyski/cvui) a simple GUI lib

Websites that Helped Making This:

http://www.asciitable.com/
https://convertingcolors.com
https://dovyski.github.io/cvui/
https://www.pexels.com/royalty-free-images
https://unsplash.com/images/stock/royalty-free
https://www.cplusplus.com/forum/general/9294/
https://www.cplusplus.com/forum/general/16592/
https://www.geeksforgeeks.org/c-classes-and-objects/
https://www.quora.com/How-do-I-save-file-in-C++?share=1
https://pacoup.com/2011/06/12/list-of-true-169-resolutions/
https://www.tutorialspoint.com/cplusplus/cpp_switch_statement.htm
https://www.techiedelight.com/remove-last-character-end-string-cpp/
https://docs.opencv.org/2.4/modules/highgui/doc/user_interface.html
https://stackoverflow.com/questions/17347950/how-do-i-open-a-url-from-c
https://docs.microsoft.com/en-us/cpp/cpp/program-termination?view=vs-2019
https://stackoverflow.com/questions/8690619/how-to-get-screen-resolution-in-c
https://stackoverflow.com/questions/1472048/how-to-append-a-char-to-a-stdstring
https://stackoverflow.com/questions/343646/ignoring-directories-in-git-repositories-on-windows
https://stackoverflow.com/questions/16640867/c-save-variable-value-for-next-call-of-the-function
https://stackoverflow.com/questions/29282105/how-can-i-get-a-window-position-x-y-created-by-using-opencv
https://docs.microsoft.com/en-us/dotnet/framework/winforms/controls/how-to-play-a-sound-from-a-windows-form

Plans (In this order):

improve look of the website
improve accessibility of the website (better use on other devices)
Make the login work.
Make a transaction type page, that displays balance and such.

Notice

If you would like to build the "VOLT Banking" project, make sure you have Open CV v3.4.10 installed on your computer.
If you need help installing OpenCV, then open this link (https://www.deciphertechnic.com/install-opencv-with-visual-studio/).

MIT License

Copyright (c) 2020 Joseph Lavoie

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.