Skip to content

Releases: PlayzAe/Currency-Exchange

Alpha2.1

01 Sep 20:23
153defe
Compare
Choose a tag to compare

Make sure you have the mdb file in the same path of the app or else registration and sign in will not work
Fixed a whole lot of things and you can create an account and login
the user's data is stored locally in the mdb file and u will be able to see user's data, still learning backend (will add a fix later by storing the data locally in the app itself)
Google's Api authentication and authorizations hasn't been implemented
just a local sign up and login local database I did

Alpha 2.0

30 Aug 00:56
Compare
Choose a tag to compare

Finally handled only user's authentication for registration
I will handle the authorization for log in soon
SQL query names can be scary lol (to case sensitive)

Alpha1.3: Updated Design of both sign up and login page

29 Aug 02:29
Compare
Choose a tag to compare

As you can see my design skills are bad here because I am just winging it and not taking my time in designing first then code later
the reason I'm doing this is to learn CRUD (Create Read Delete and Read), Data Handling and User Authentications and Authorizations So Far, I can easily do the redesign later as it doesn't affect the main part of my coding structure/integrity
Still looking for a way to make windows resizing better
Gonna still add simple user authentication and authorization but have no idea what to do after you login into main page (can come later after I'm done handling the user's data)
Reason My App is too big is because I have unnecessary Png files I am not using in resources and that takes space
I guess the compiler just adds them even after you import, use it then discard it later

Alpha1.2: cleaning up the design

29 Aug 00:00
Compare
Choose a tag to compare

Fixed windows resizing issue, and all buttons work but I still have a long way to go
My app is too big in size, and I have to find a way to really trim it down to manage resources
I am currently working on the sign in page and figuring out how I am going to handle user's authentication
I will definitely add Google's authentication Api to make my life easier

Alpha1.1 App

28 Aug 01:16
Compare
Choose a tag to compare

Tried to fix windows resizing issue and made it a bit better

Alpha Version of exchange currency app

27 Aug 19:52
Compare
Choose a tag to compare

Still a demo version and window resizing is still very broken