An open API service indexing awesome lists of open source software.

https://github.com/ralvarezdev/udemy-complete-javascript

Challenges and projects from Jonas' JavaScript course
https://github.com/ralvarezdev/udemy-complete-javascript

css css3 html html-css-javascript html5 javascript jonas-schmedtmann jonas-schmedtmann-course udemy udemy-course web web-dev web-development

Last synced: 7 months ago
JSON representation

Challenges and projects from Jonas' JavaScript course

Awesome Lists containing this project

README

          

# Complete JavaScript Course

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](https://www.udemy.com/certificate/UC-6ed688b1-1953-4b2b-bb70-f4aeaa502caa/).

## Teachers

- [jonasschmedtmann](https://github.com/jonasschmedtmann) - Jonas Schmedtmann

## Course Links

- [Course GitHub repository](https://github.com/jonasschmedtmann/complete-javascript-course)

- [Udemy course](https://www.udemy.com/course/the-complete-javascript-course/)

## Project Websites

- [Guess My Number](https://ralvarezdev-guess-my-number.netlify.app/)
- [Pig Game](https://ralvarezdev-pig-game.netlify.app/)
- [Bankist Web App](https://ralvarezdev-bankist-app.netlify.app/)
- [Bankist Website](https://ralvarezdev-bankist-web.netlify.app/)
- [Mapty](https://ralvarezdev-mapty.netlify.app/)
- [Forkify](https://ralvarezdev-forkify.netlify.app/)

## Notes

### Node Modules

- [Shrink node_modules guide](NODE_MODULES.md)

### 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