Skip to content

One-page web application that receives JSON data and renders the data into the DOM

Notifications You must be signed in to change notification settings

ItsAndrea/displayer-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Displayer Page 🔍

Software development plan (🌊Waterfall methodology)

🚩 Requirements

📌 Page that receives JSON data and displays it in the DOM
📌 Use JSONPlaceholder API
📌 Display each 'USER' in a table using jQuery
📌 When the user selects a 'USER' in the table, all the 'POSTS' that were created by that 'USER' will be displayed

🚩 Design

Displayer

🚩 Implementation

🚩 Verification

Phase where the system was executed and a verification of the above requirements was performed
📌 Page that receives JSON data and displays it in the DOM ✔️
📌 Use JSONPlaceholder API ✔️
📌 Display each 'USER' in a table using jQuery ✔️
📌 When the user selects a 'USER' in the table, all the 'POSTS' that were created by that 'USER' will be displayed ✔️

🚩 Launch

Watch the proyect => https://displayerpage.netlify.app/