Inspiration
I would like to manage large amounts of data, so the idea of using a database was just my first instinct.
What it does
It is a program that allows users to register to a database and then checks whether tyhe user is in the database and returns true if it exists
How I built it
I used python for it. I used the hashlib library to apply a sha256 encryption to the passwords. I then imported that file into the storeit python file which runs the sqlite3 library in python and allows me to add and take information from a database. I finally imported the storeit file into the main file to give the user the option to register or login.
Accomplishments that I'm proud of
I was able to build and manage a database.
What I learned
I learned how how to work with different files in the same folder and connect them.
What's next for Infinite obstacle race
I am planning to develop it fully and add a game that users can log into.
Log in or sign up for Devpost to join the conversation.