This is a collection of code compiled from ChatGPT and provided Code. Current Fucntionality include :
- Login Page which takes in a username and password. For now it accepts any combination, need to create a database and user authentication system which stores password in an encrypted form.
- A signup button which redirect to a signup page, where username and passowrd can be uploaded. We need to add user authentication and also update them into the DB. (Placeholder created for RN).
- After successfull login, Main website is reached. Other than code provided before, created a new button to view current list. (Backen to be added later)