/DEV279x_Projects

Project repository for Microsoft's DEV279x Building Interactive Prototypes using JavaScript course hosted on edX Online.

Primary LanguageJavaScript

DEV279x Projects

Project repository for Microsoft's DEV279x Building Interactive Prototypes using JavaScript course hosted on edX.

Module 1 - The Number Game

This project is a simple JavaScript application that generates three dialog windows requesting the user to enter their name and two random numbers of the users choice. The users name is added to the application headline and the random numbers selected by the user are used in a series of calculations for outputs 1 thru 5.

Project Assignment Repository

Project Demonstration Video


Module 2 - Guessing Game

The Guessing Game project is a simple JavaScript application that gives a user five attempts to guess a number that is generated at the beginning of each game. When the application is started the browsers dialog window will appear prompting the user to enter a number while displaying the number of attempts remaining. At the end of the game the page will display the a message indicating whether the user has won or loss, along with the correct number.

Project Assignment Repository


Module 3 - TODO App

This project is a simple JavaScript application for creating a task list. The user can add tasks to the list by typing text into the text input box and clicking the add button. All tasks can be removed by clicking the remove button and tasks can be removed individually by pressing the done button located next to the desired task. All tasks are stored will be removed when the browser is closed or refreshed.

Project Assignment Repository


Return to Profile Page