Skip to content

Repository that contains practices and projects from Jonas's JavaScript course, among others

License

Notifications You must be signed in to change notification settings

ralvarezdev/complete-javascript

Repository files navigation

Complete JavaScript Course

This repository contains the source code of the challenges and projects from the Complete JavaScript Course, taught by:

Teachers

Jonas Schmedtmann (jonasschmedtmann).

Course Info

Course GitHub Repository

Udemy Course

My Course Certification

Project Websites

Guess My Number

Pig Game

Bankist Web App

Bankist Website

Mapty

Forkify

Practices

Calculator

Notes

Node Modules

Shrink Node Modules Guide

Bankist Web App

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:

  1. Jonas Schmedtmann, js, 1111
  2. 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