Skip to content

hackademia-2-0-learningjourney/hackademia-learningjourney-classroom-43a6d3-assignment-2-Assignment-2---JSON-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Assignment-2---JSON-

Assignment 2 - Deadline (Saturday, August 17, 8:00 PM)

#QUESTION WAP that first gives 2 options:

  1. Sign up
  2. Sign in

when 1 is pressed user needs to provide following information

  1. 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

About

hackademia-learningjourney-classroom-43a6d3-assignment-2-Assignment-2---JSON- created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published