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
- Host: GitHub
- URL: https://github.com/ralvarezdev/udemy-complete-javascript
- Owner: ralvarezdev
- License: gpl-3.0
- Created: 2023-10-28T16:20:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T13:20:54.000Z (about 1 year ago)
- Last Synced: 2025-01-20T16:35:49.270Z (9 months ago)
- Topics: css, css3, html, html-css-javascript, html5, javascript, jonas-schmedtmann, jonas-schmedtmann-course, udemy, udemy-course, web, web-dev, web-development
- Language: JavaScript
- Homepage:
- Size: 14.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
- 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