This repository contains the source code of the challenges and projects from The Complete JavaScript Course 2024: From Zero to Expert! course.
You can view my certificate here.
- jonasschmedtmann - Jonas Schmedtmann
The Bankist Web App project is really simple. There's no way to create new users without manipulating the script.js file.
Available accounts with the user's full name, username and password are:
- Jonas Schmedtmann, js, 1111
- Jessica Davis, jd, 2222
For example, to log in as Jonas Schmedtmann, you must type js in the user field and 1111 in the password field