Afleveringer fra 1.semester i faget 'Frontend'
på webudvikling uddannelsen lavet med Visual Studio CodeAlle afleveringer er på engelsk, da undervisningen foregik herpå
Temaerne for den 3. Javascript aflevering var at bruge en API (Accuweather) og vide hvordan man benytter sig af Async functions og Local storage. Alt dette skulle vises via en vejr-applikation.
Weather app with your own styling
Watch udemy video 101-106 in the "Project Weather App" section.
Finish the application with your own styling.
Use local storage to save the latest city from the search input field and load the page with the latest city search.
Temaet for den 2. Javascript aflevering var at lave en ”single page” webapplikation, hvor brugeren både har mulighed for at komme til en To do liste eller svare på en quiz. Jeg valgte at tage brug af både Google firebase og JSON for at løse opgaven.
One page application to-do list and quiz-program
You need to finalize the two projects quiz-program and to-do-list from section 8 and 10 at Udemy.
Then you have to merge the two projects into one project (a single page application).
A single page application is an application that doesn't reload the page. This means that you cannot use links to go from page to another. Instead you could hide and show blocks of HTML with JavaScript.
You are very welcome to put your own look and fell on your project.
I vores første Javascript aflevering skulle vi lave en web applikation hvor brugeren kan gemme, redigere og slette noter. Fokuspunktet var at vi skulle bruge Google Firebase som database til hjemmesiden.
Firebase note application
Requirement specification for the note application:
1. Each note should have a title field, a body field, an important field and a date field.
2. The important field should be checked with a checkbox if a note is important.
3. The user should be able to write/edit and delete notes.
4. The user should be able to search in the notes.
5. The user should be able only to see the important notes.