Skip to content

KubloPL/EDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWD

Project's requirements

  1. Using the mockaroo.com website, create an API (Application Programming Interface) that will allow you to download data in JSON format:

    a. Find out how to create an API: YouTube tutorial

    b. Create an account on mockaroo.com.

    c. Create a data schema in JSON. You can prepare data on any topic, such as product data in the store, top player ranking, country data, and more. Familiarize yourself with the types of data available on mockaroo.com.

    d. Create an API to retrieve 100 rows of data in JSON using the API and GET method.

  2. Create a website for retrieving and displaying data:

    a. On the project website display project title and project team members.

    b. Download data using the created API.

    c. Use XMLHttpRequest, Fetch API or JQuery library to retrieve data from Mockaroo service: - XMLHttpRequest - Fetch API - JQuery.getJSON()

    d. Display the downloaded data. Use the HTML DOM and CSS. Format data using Bootstrap framework or similar tools.

    e. Create at least two different types of charts for selected data. Use any of the programming platforms (framework) to create charts, e.g.: - Chart.js - Billboard.js - JavaScript Chart Libraries

  3. Host the website on GitHub. The project website should be available at the URL: https://<github_account_name>.github.io/EDI

  4. Submit the project for assessment:

    a. On the Moodle platform (Group Project item), paste the link to your project website, hosted on GitHub (each team member do this separately).

    b. Additionally, paste the link to your project below the project registration post (add a reply to the project registration post and paste the project link in the reply).

  5. Present the project for assessment:

    a. On the day set by the teacher, present the project with the whole team.

    b. The presence of each team member during the presentation is mandatory.

    c. The project will be presented by a person indicated by the teacher. Hence, each team member must have knowledge of the entire project.

    d. If the indicated student is unable to present the project and answer the questions, the project will not be accepted. In this case, the team will have the second and last chance to present the project.

    e. The team can receive a maximum of 50 points for the development of the project and a maximum of 50 points for the project presentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published