Skip to content

tobiasb4c/webt-core-working-with-json-server-responses-in-javascript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEBT | CORE | Working with JSON Server Responses in JavaScript

Overview

The WIFI Vienna wants to help people who are unsatisfied with their job to choose a random new career path. They require an application which lets you define certain parameters and then presents users of the WebApp with a random job and details on training for it.

User Story 1

As a Developer I want to create a proof of concept for an Asynchronous JavaScript (AJAX) request, so that I can continue development based on the prototype.

Acceptance Criteria

User Story 2

As a Developer I want to fetch all data from the client's service and display it on the page or console, so that I can later choose random data from the available information.

Acceptance Criteria

User Story 3

As a Customer I want to push a “Get random Career” button and receive a suggestion for my next job, so that I can restructure my life based on the luck of the draw.

Acceptance Criteria

  • A random entry is picked from an existing array/list of jobs
  • The job is displayed on the page
  • The page uses a responsive framework

User Story 4

As a Customer I want to have a single job displayed on the screen prominently, featuring title, place of work and description, so that I can identify the relevant information quickly.

Acceptance Criteria

  • A single job entry is displayed on the page
  • The page is responsive
  • The page follows the heuristics for user interface design of Jakob Nielsen

Links

https://my.skilldisplay.eu/en/skillset/83

About

WEBT | CORE | Working with JSON Server Responses in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.0%
  • JavaScript 44.0%