DA281A (Fall 26) - Web Development II @ MAU
This is my second web development course on univeristy level, while it overlaps quite a lot with my high school education it's still a nice refresher in JavaScript. In addition to basic JavaScript this course also covers developing websites using the React JavaScript framework.
This repo contains all the assignments I've worked on along any other relavant files. For all graded work see the "Graded Assignments" folder.
This assignment consist of 10 different tasks. It covers varaibles, arrays, simple math and so on.
https://webshare.mah.se/aq9300/DA281A/inlamningar/inl1/index.html
This assignment consist of 10 different tasks. It covers more about arrays and introduces functions along with objects.
https://webshare.mah.se/aq9300/DA281A/inlamningar/inl2/index.html
This assignment consist of 5 different tasks. It covers manipulating the DOM in different ways with along with events in JavaScript.
https://webshare.mah.se/aq9300/DA281A/inlamningar/inl3/index.html
Finally we are making a useable application, users are able to search for any movie they like. The search results are the displayed in the DOM.
https://webshare.mah.se/aq9300/DA281A/inlamningar/inl4/index.html
Another somewhat useful app, this time using React to manipulate the DOM. The assignment let us make any kind of database of something that lets the user view, edit and delete. I decided to make a very simple dictionary that stores words, their definition and explanation, in local storage which persists the data over page refreshes. All while also using some OOP for the business logic just for fun.
https://webshare.mah.se/aq9300/DA281A/inlamningar/inl5/index.html?search=
To be updated.
To be uploaded.
To be uploaded.
Grading scale for the course and all assignments is UG (Pass/Fail).
| Assignment | Handed in | Grade | Best possible grade |
|---|---|---|---|
| Assignment 1 | ☐ | - | G (Pass) |
| Assignment 2 | ☐ | - | G (Pass) |
| Assignment 3 | ☐ | - | G (Pass) |
| Assignment 4 | ☐ | - | G (Pass) |
| Assignment 5 | ☐ | - | G (Pass) |
| Assignment 6 | ☐ | - | G (Pass) |
To be determined.