Assignment 2 - Deadline (Saturday, August 17, 8:00 PM)
#QUESTION WAP that first gives 2 options:
- Sign up
- Sign in
when 1 is pressed user needs to provide following information
- Username, 2. Password, 3. Mobile number All this information is saved in a file everytime a new user signs up the same file is updated (hint Append over the same file)
when 2 is pressed User needs to provide username and password this username and password is checked with username and password in the database if matched: welcome to the device and show their phone number else: terminate the program saying incorrect credentials
Do it using json files, save everything to json and load from json