Create Account Feature

I am working on the login and create account feature in our group. I am doing research based on the database example on the APCSP page. Instead of using javascript container in the example, I decided to replace it with a python file using SQLite database. The database will be storing users id(uid), user's name(name), and user's password(password).

Login purpose

The user will be guided to the game page that my other group members are working on. In this way, instead of starting the stock game all over again, each user can save their progress in the last game and keep working on it.

We currently decided to put our focus to the stock game instead of login feature, since login feature is not necessary for our product.