Skip to content

Completed JavaScript challenges provided by Jonas Schmedtmann in "The Complete JavaScript Course: From Zero to Expert!" course.

Notifications You must be signed in to change notification settings

ali-valiyev-dev/udemy-javascript-course-projects

Repository files navigation

Certificate of completion


Projects that I have completed throughout the course:

This is a simple guessing game where a user is supposed to guess a number between 0 and 20 in a maximum of 20 attempts. The game will end after 20 attempts and if the player failed to guess the number, and then he loses the game.

Project was made with:

  • HTML
  • CSS
  • Vanilla JavaScript

Pig is a simple dice game first described in print in John Scarne in 1945. Players take turns to roll a single die as many times as they wish, adding all roll results to a running total, but losing their gained score for the turn if they roll a 1.

Project was made with:

  • HTML
  • CSS
  • Vanilla JavaScript

Bankist is a fictional and minimalistic online banking application. It is a project to practice DOM manipulation and user interaction. Bankist has an option to log in to the account and use different functionalities, almost like in an actual bank!

Functionalities

  • Login
  • Transfer a value (money) to another account
  • Get loans
  • Cancel (delete) account

Login Details

This is the template login details to use the bank functionality. The project does not include any backend and does not have an actual registration funcionality. Make sure to use usernames are lowercase!

Account One: Ali Valiyev

  • Login: av
  • Password: 1111

Account Two: Bugs Bunny

  • Login: bb
  • Password: 2222

Project was made with:

  • HTML
  • CSS
  • Vanilla JavaScript

Mapty is a map application made with Vanilla JavaScript to store workouts like running and cycling.

The user can choose any point on the map and choose between running or cycling. In order to submit the workout, the user needs to fill out several details like distance, duration, cadence or elevation. All the workout will be saved after choosing any new workout option. The user is able to find the workout on the map by clicking on the list. The list contains workout details like pace, cadence, duration, speed as well as the date of the workout. If the user reloads the page, all the data will be saved.

Project was made with:

  • HTML
  • CSS
  • Vanilla JavaScript
  • Leaflet API

Forkify is a vanilla JavaScript application that interacts with the Forkify API to fetch and display recipe food data. The user can search for a specific recipe, and save to a favorites list via local storage. The user can easily increase or decrease servings as per his need and can view detailed directions.

Project was made with:

  • HTML
  • CSS
  • Vanilla JavaScript
  • Webpack
  • NPM

About

Completed JavaScript challenges provided by Jonas Schmedtmann in "The Complete JavaScript Course: From Zero to Expert!" course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published