https://github.com/repnot/dev279x_projects
Project repository for Microsoft's DEV279x Building Interactive Prototypes using JavaScript course hosted on edX Online.
https://github.com/repnot/dev279x_projects
Last synced: 12 months ago
JSON representation
Project repository for Microsoft's DEV279x Building Interactive Prototypes using JavaScript course hosted on edX Online.
- Host: GitHub
- URL: https://github.com/repnot/dev279x_projects
- Owner: REPNOT
- Archived: true
- Created: 2019-01-31T10:45:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T07:34:03.000Z (over 2 years ago)
- Last Synced: 2025-04-04T05:42:42.701Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://repnot.github.io/DEV279x_Projects/
- Size: 74.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
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