SlideShare a Scribd company logo
Json File
[
{
"student_id": 101,
"first_name": "James",
"last_name": "Butler",
"address": "6649 N Blue Gum St",
"city": "New Orleans",
"state": "LA",
"zip": 70116,
"donor": false
},
{
"student_id": 102,
"first_name": "Josephine",
"last_name": "Darakjy",
"address": "4 B Blue Ridge Blvd",
"city": "Brighton",
"state": "MI",
"zip": 48116,
"donor": true
},
{
"student_id": 103,
"first_name": "Art",
"last_name": "Venere",
"address": "8 W Cerritos Ave #54",
"city": "Bridgeport",
"state": "NJ",
"zip": 8014,
"donor": true
},
{
"student_id": 104,
"first_name": "Lenna",
"last_name": "Paprocki",
"address": "639 Main St",
"city": "Anchorage",
"state": "AK",
"zip": 99501,
"donor": true
},
{
"student_id": 105,
"first_name": "Donette",
"last_name": "Foller",
"address": "34 Center St",
"city": "Hamilton",
"state": "OH",
"zip": 45011,
"donor": true
},
{
"student_id": 106,
"first_name": "Simona",
"last_name": "Morasca",
"address": "3 Mcauley Dr",
"city": "Ashland",
"state": "OH",
"zip": 44805,
"donor": true
},
{
"student_id": 107,
"first_name": "Mitsue",
"last_name": "Tollner",
"address": "7 Eads St",
"city": "Chicago",
"state": "IL",
"zip": 60632,
"donor": false
},
{
"student_id": 108,
"first_name": "Leota",
"last_name": "Dilliard",
"address": "7 W Jackson Blvd",
"city": "San Jose",
"state": "CA",
"zip": 95111,
"donor": true
},
{
"student_id": 109,
"first_name": "Sage",
"last_name": "Wieser",
"address": "5 Boston Ave #88",
"city": "Sioux Falls",
"state": "SD",
"zip": 57105,
"donor": true
},
{
"student_id": 110,
"first_name": "Kris",
"last_name": "Marrier",
"address": "228 Runamuck Pl #2808",
"city": "Baltimore",
"state": "MD",
"zip": 21224,
"donor": true
},
{
"student_id": 111,
"first_name": "Minna",
"last_name": "Amigon",
"address": "2371 Jerrold Ave",
"city": "Kulpsville",
"state": "PA",
"zip": 19443,
"donor": false
},
{
"student_id": 112,
"first_name": "Abel",
"last_name": "Maclead",
"address": "37275 St Rt 17m M",
"city": "Middle Island",
"state": "NY",
"zip": 11953,
"donor": true
},
{
"student_id": 113,
"first_name": "Kiley",
"last_name": "Caldarera",
"address": "25 E 75th St #69",
"city": "Los Angeles",
"state": "CA",
"zip": 90034,
"donor": true
},
{
"student_id": 114,
"first_name": "Graciela",
"last_name": "Ruta",
"address": "98 Connecticut Ave Nw",
"city": "Chagrin Falls",
"state": "OH",
"zip": 44023,
"donor": true
},
{
"student_id": 115,
"first_name": "Cammy",
"last_name": "Albares",
"address": "56 E Morehead St",
"city": "Laredo",
"state": "TX",
"zip": 78045,
"donor": true
},
{
"student_id": 116,
"first_name": "Mattie",
"last_name": "Poquette",
"address": "73 State Road 434 E",
"city": "Phoenix",
"state": "AZ",
"zip": 85013,
"donor": true
},
{
"student_id": 117,
"first_name": "Meaghan",
"last_name": "Garufi",
"address": "69734 E Carrillo St",
"city": "Mc Minnville",
"state": "TN",
"zip": 37110,
"donor": false
},
{
"student_id": 118,
"first_name": "Gladys",
"last_name": "Rim",
"address": "322 New Horizon Blvd",
"city": "Milwaukee",
"state": "WI",
"zip": 53207,
"donor": true
},
{
"student_id": 119,
"first_name": "Yuki",
"last_name": "Whobrey",
"address": "1 State Route 27",
"city": "Taylor",
"state": "MI",
"zip": 48180,
"donor": true
},
{
"student_id": 120,
"first_name": "Fletcher",
"last_name": "Flosi",
"address": "394 Manchester Blvd",
"city": "Rockford",
"state": "IL",
"zip": 61109,
"donor": true
},
{
"student_id": 121,
"first_name": "Bette",
"last_name": "Nicka",
"address": "6 S 33rd St",
"city": "Aston",
"state": "PA",
"zip": 19014,
"donor": true
},
{
"student_id": 122,
"first_name": "Veronika",
"last_name": "Inouye",
"address": "6 Greenleaf Ave",
"city": "San Jose",
"state": "CA",
"zip": 95111,
"donor": true
},
{
"student_id": 123,
"first_name": "Willard",
"last_name": "Kolmetz",
"address": "618 W Yakima Ave",
"city": "Irving",
"state": "TX",
"zip": 75062,
"donor": true
},
{
"student_id": 124,
"first_name": "Maryann",
"last_name": "Royster",
"address": "74 S Westgate St",
"city": "Albany",
"state": "NY",
"zip": 12204,
"donor": true
},
{
"student_id": 125,
"first_name": "Alisha",
"last_name": "Slusarski",
"address": "3273 State St",
"city": "Middlesex",
"state": "NJ",
"zip": 8846,
"donor": true
}
],
Objectives - Demonstrate your ability to create a Vue.js program that displays, searches and
filters data. - You will need to demonstrate your knowledge of: Initializing variables and
assigning data Syntax for Print and Input functions Boolean expressions Vue Directives: v-for, v-
html, v-if, v-else, filtering data with Vue Building a form and showing and hiding content.
Ability to debug errors found in a simple JavaScript program. Directions 1. You will create a
simple application similar to what we discussed in the lecture on Display, Looping, Searching
Data in Vue.js. The Data for this project is in the form of a JSON file of Alumni of a university.
Most of the fields are the typical name and address field and the last field in a binary field
showing if the alumnus had donated to the university in the last 12 months. Below is a sample of
4 records. And a link to the actual file which contains 25 records. No filter applied. Shows onlv
first 5 of 25 records in full JSON file: First Name Filter Applied - search for all first names with
"j" in first name. Field: Query: 101 James Butler 6649 N Blue Gum St New Orleans LA 70116
false 102 Josephine Darakjy 4 B Blue Ridge Blvd Brighton MI 48116 true You should create the
application to search and filter on First Name, Last Name Address, City and State for full credit.

More Related Content

More from rennaknapp

Kyle is a student with an emotional behavioral disorder- He has also b.docx
Kyle is a student with an emotional behavioral disorder- He has also b.docxKyle is a student with an emotional behavioral disorder- He has also b.docx
Kyle is a student with an emotional behavioral disorder- He has also b.docx
rennaknapp
 
Make a concept map that shows the hierarchical relationship between th.docx
Make a concept map that shows the hierarchical relationship between th.docxMake a concept map that shows the hierarchical relationship between th.docx
Make a concept map that shows the hierarchical relationship between th.docx
rennaknapp
 
Jordan and Alyssa are saving for their daughter Taylor's college educa.docx
Jordan and Alyssa are saving for their daughter Taylor's college educa.docxJordan and Alyssa are saving for their daughter Taylor's college educa.docx
Jordan and Alyssa are saving for their daughter Taylor's college educa.docx
rennaknapp
 
John receives $3-400 from an investment at the beginning of every half.docx
John receives $3-400 from an investment at the beginning of every half.docxJohn receives $3-400 from an investment at the beginning of every half.docx
John receives $3-400 from an investment at the beginning of every half.docx
rennaknapp
 
Many documents use a specific format for a person's name- Write a prog.docx
Many documents use a specific format for a person's name- Write a prog.docxMany documents use a specific format for a person's name- Write a prog.docx
Many documents use a specific format for a person's name- Write a prog.docx
rennaknapp
 
Many crimes- like embezzlement- have definite trends- The demographic.docx
Many crimes- like embezzlement- have definite trends- The demographic.docxMany crimes- like embezzlement- have definite trends- The demographic.docx
Many crimes- like embezzlement- have definite trends- The demographic.docx
rennaknapp
 
Management The consequences of unresolved conflict often have devastat.docx
Management The consequences of unresolved conflict often have devastat.docxManagement The consequences of unresolved conflict often have devastat.docx
Management The consequences of unresolved conflict often have devastat.docx
rennaknapp
 
Make a star field as in Star Trek (the original series)- like MS's.docx
Make a star field as in Star Trek (the original series)- like  MS's.docxMake a star field as in Star Trek (the original series)- like  MS's.docx
Make a star field as in Star Trek (the original series)- like MS's.docx
rennaknapp
 
MAKE a CONCEPT MAP illustrating how glycolysis- the Krebs-Citric acid.docx
MAKE a CONCEPT MAP illustrating how glycolysis- the Krebs-Citric acid.docxMAKE a CONCEPT MAP illustrating how glycolysis- the Krebs-Citric acid.docx
MAKE a CONCEPT MAP illustrating how glycolysis- the Krebs-Citric acid.docx
rennaknapp
 
John plans to add a new operation Peek to the stackADT- This new opera.docx
John plans to add a new operation Peek to the stackADT- This new opera.docxJohn plans to add a new operation Peek to the stackADT- This new opera.docx
John plans to add a new operation Peek to the stackADT- This new opera.docx
rennaknapp
 
John is a part of a team that has been gathered temporarily to develop.docx
John is a part of a team that has been gathered temporarily to develop.docxJohn is a part of a team that has been gathered temporarily to develop.docx
John is a part of a team that has been gathered temporarily to develop.docx
rennaknapp
 
M(1-3-4-6-9-1)).docx
M(1-3-4-6-9-1)).docxM(1-3-4-6-9-1)).docx
M(1-3-4-6-9-1)).docx
rennaknapp
 
M and N are independent events- P(MN)-0-71- Find P(M).docx
M and N are independent events- P(MN)-0-71- Find P(M).docxM and N are independent events- P(MN)-0-71- Find P(M).docx
M and N are independent events- P(MN)-0-71- Find P(M).docx
rennaknapp
 
Lucia is 63- Almost time for retirement! But Lucia is worried because.docx
Lucia is 63- Almost time for retirement! But Lucia is worried because.docxLucia is 63- Almost time for retirement! But Lucia is worried because.docx
Lucia is 63- Almost time for retirement! But Lucia is worried because.docx
rennaknapp
 
Los Pollos Hermanos is a privately held fast food corporation based in.docx
Los Pollos Hermanos is a privately held fast food corporation based in.docxLos Pollos Hermanos is a privately held fast food corporation based in.docx
Los Pollos Hermanos is a privately held fast food corporation based in.docx
rennaknapp
 
LO23 Explain the concept of cytoplasmic inheritance Why do traits affe.docx
LO23 Explain the concept of cytoplasmic inheritance Why do traits affe.docxLO23 Explain the concept of cytoplasmic inheritance Why do traits affe.docx
LO23 Explain the concept of cytoplasmic inheritance Why do traits affe.docx
rennaknapp
 
LO2 Identify the concepts of phenotype and genotype The following diag.docx
LO2 Identify the concepts of phenotype and genotype The following diag.docxLO2 Identify the concepts of phenotype and genotype The following diag.docx
LO2 Identify the concepts of phenotype and genotype The following diag.docx
rennaknapp
 
List which is revenue which is expenses Accounts Payable Utilities P.docx
List which is revenue which is expenses  Accounts Payable  Utilities P.docxList which is revenue which is expenses  Accounts Payable  Utilities P.docx
List which is revenue which is expenses Accounts Payable Utilities P.docx
rennaknapp
 
List all multivalued dependencies within the CustomerOrder table- Lis.docx
List all multivalued dependencies within the CustomerOrder table-  Lis.docxList all multivalued dependencies within the CustomerOrder table-  Lis.docx
List all multivalued dependencies within the CustomerOrder table- Lis.docx
rennaknapp
 
Lipids are biological macromolecules that are insoluble in water- What.docx
Lipids are biological macromolecules that are insoluble in water- What.docxLipids are biological macromolecules that are insoluble in water- What.docx
Lipids are biological macromolecules that are insoluble in water- What.docx
rennaknapp
 

More from rennaknapp (20)

Kyle is a student with an emotional behavioral disorder- He has also b.docx
Kyle is a student with an emotional behavioral disorder- He has also b.docxKyle is a student with an emotional behavioral disorder- He has also b.docx
Kyle is a student with an emotional behavioral disorder- He has also b.docx
 
Make a concept map that shows the hierarchical relationship between th.docx
Make a concept map that shows the hierarchical relationship between th.docxMake a concept map that shows the hierarchical relationship between th.docx
Make a concept map that shows the hierarchical relationship between th.docx
 
Jordan and Alyssa are saving for their daughter Taylor's college educa.docx
Jordan and Alyssa are saving for their daughter Taylor's college educa.docxJordan and Alyssa are saving for their daughter Taylor's college educa.docx
Jordan and Alyssa are saving for their daughter Taylor's college educa.docx
 
John receives $3-400 from an investment at the beginning of every half.docx
John receives $3-400 from an investment at the beginning of every half.docxJohn receives $3-400 from an investment at the beginning of every half.docx
John receives $3-400 from an investment at the beginning of every half.docx
 
Many documents use a specific format for a person's name- Write a prog.docx
Many documents use a specific format for a person's name- Write a prog.docxMany documents use a specific format for a person's name- Write a prog.docx
Many documents use a specific format for a person's name- Write a prog.docx
 
Many crimes- like embezzlement- have definite trends- The demographic.docx
Many crimes- like embezzlement- have definite trends- The demographic.docxMany crimes- like embezzlement- have definite trends- The demographic.docx
Many crimes- like embezzlement- have definite trends- The demographic.docx
 
Management The consequences of unresolved conflict often have devastat.docx
Management The consequences of unresolved conflict often have devastat.docxManagement The consequences of unresolved conflict often have devastat.docx
Management The consequences of unresolved conflict often have devastat.docx
 
Make a star field as in Star Trek (the original series)- like MS's.docx
Make a star field as in Star Trek (the original series)- like  MS's.docxMake a star field as in Star Trek (the original series)- like  MS's.docx
Make a star field as in Star Trek (the original series)- like MS's.docx
 
MAKE a CONCEPT MAP illustrating how glycolysis- the Krebs-Citric acid.docx
MAKE a CONCEPT MAP illustrating how glycolysis- the Krebs-Citric acid.docxMAKE a CONCEPT MAP illustrating how glycolysis- the Krebs-Citric acid.docx
MAKE a CONCEPT MAP illustrating how glycolysis- the Krebs-Citric acid.docx
 
John plans to add a new operation Peek to the stackADT- This new opera.docx
John plans to add a new operation Peek to the stackADT- This new opera.docxJohn plans to add a new operation Peek to the stackADT- This new opera.docx
John plans to add a new operation Peek to the stackADT- This new opera.docx
 
John is a part of a team that has been gathered temporarily to develop.docx
John is a part of a team that has been gathered temporarily to develop.docxJohn is a part of a team that has been gathered temporarily to develop.docx
John is a part of a team that has been gathered temporarily to develop.docx
 
M(1-3-4-6-9-1)).docx
M(1-3-4-6-9-1)).docxM(1-3-4-6-9-1)).docx
M(1-3-4-6-9-1)).docx
 
M and N are independent events- P(MN)-0-71- Find P(M).docx
M and N are independent events- P(MN)-0-71- Find P(M).docxM and N are independent events- P(MN)-0-71- Find P(M).docx
M and N are independent events- P(MN)-0-71- Find P(M).docx
 
Lucia is 63- Almost time for retirement! But Lucia is worried because.docx
Lucia is 63- Almost time for retirement! But Lucia is worried because.docxLucia is 63- Almost time for retirement! But Lucia is worried because.docx
Lucia is 63- Almost time for retirement! But Lucia is worried because.docx
 
Los Pollos Hermanos is a privately held fast food corporation based in.docx
Los Pollos Hermanos is a privately held fast food corporation based in.docxLos Pollos Hermanos is a privately held fast food corporation based in.docx
Los Pollos Hermanos is a privately held fast food corporation based in.docx
 
LO23 Explain the concept of cytoplasmic inheritance Why do traits affe.docx
LO23 Explain the concept of cytoplasmic inheritance Why do traits affe.docxLO23 Explain the concept of cytoplasmic inheritance Why do traits affe.docx
LO23 Explain the concept of cytoplasmic inheritance Why do traits affe.docx
 
LO2 Identify the concepts of phenotype and genotype The following diag.docx
LO2 Identify the concepts of phenotype and genotype The following diag.docxLO2 Identify the concepts of phenotype and genotype The following diag.docx
LO2 Identify the concepts of phenotype and genotype The following diag.docx
 
List which is revenue which is expenses Accounts Payable Utilities P.docx
List which is revenue which is expenses  Accounts Payable  Utilities P.docxList which is revenue which is expenses  Accounts Payable  Utilities P.docx
List which is revenue which is expenses Accounts Payable Utilities P.docx
 
List all multivalued dependencies within the CustomerOrder table- Lis.docx
List all multivalued dependencies within the CustomerOrder table-  Lis.docxList all multivalued dependencies within the CustomerOrder table-  Lis.docx
List all multivalued dependencies within the CustomerOrder table- Lis.docx
 
Lipids are biological macromolecules that are insoluble in water- What.docx
Lipids are biological macromolecules that are insoluble in water- What.docxLipids are biological macromolecules that are insoluble in water- What.docx
Lipids are biological macromolecules that are insoluble in water- What.docx
 

Recently uploaded

How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 

Recently uploaded (20)

How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 

Json File - { -student_id-- 101- -first_name-- -James--.docx

  • 1. Json File [ { "student_id": 101, "first_name": "James", "last_name": "Butler", "address": "6649 N Blue Gum St", "city": "New Orleans", "state": "LA", "zip": 70116, "donor": false }, { "student_id": 102, "first_name": "Josephine", "last_name": "Darakjy", "address": "4 B Blue Ridge Blvd", "city": "Brighton", "state": "MI", "zip": 48116, "donor": true }, {
  • 2. "student_id": 103, "first_name": "Art", "last_name": "Venere", "address": "8 W Cerritos Ave #54", "city": "Bridgeport", "state": "NJ", "zip": 8014, "donor": true }, { "student_id": 104, "first_name": "Lenna", "last_name": "Paprocki", "address": "639 Main St", "city": "Anchorage", "state": "AK", "zip": 99501, "donor": true }, { "student_id": 105, "first_name": "Donette", "last_name": "Foller",
  • 3. "address": "34 Center St", "city": "Hamilton", "state": "OH", "zip": 45011, "donor": true }, { "student_id": 106, "first_name": "Simona", "last_name": "Morasca", "address": "3 Mcauley Dr", "city": "Ashland", "state": "OH", "zip": 44805, "donor": true }, { "student_id": 107, "first_name": "Mitsue", "last_name": "Tollner", "address": "7 Eads St", "city": "Chicago", "state": "IL",
  • 4. "zip": 60632, "donor": false }, { "student_id": 108, "first_name": "Leota", "last_name": "Dilliard", "address": "7 W Jackson Blvd", "city": "San Jose", "state": "CA", "zip": 95111, "donor": true }, { "student_id": 109, "first_name": "Sage", "last_name": "Wieser", "address": "5 Boston Ave #88", "city": "Sioux Falls", "state": "SD", "zip": 57105, "donor": true },
  • 5. { "student_id": 110, "first_name": "Kris", "last_name": "Marrier", "address": "228 Runamuck Pl #2808", "city": "Baltimore", "state": "MD", "zip": 21224, "donor": true }, { "student_id": 111, "first_name": "Minna", "last_name": "Amigon", "address": "2371 Jerrold Ave", "city": "Kulpsville", "state": "PA", "zip": 19443, "donor": false }, { "student_id": 112, "first_name": "Abel",
  • 6. "last_name": "Maclead", "address": "37275 St Rt 17m M", "city": "Middle Island", "state": "NY", "zip": 11953, "donor": true }, { "student_id": 113, "first_name": "Kiley", "last_name": "Caldarera", "address": "25 E 75th St #69", "city": "Los Angeles", "state": "CA", "zip": 90034, "donor": true }, { "student_id": 114, "first_name": "Graciela", "last_name": "Ruta", "address": "98 Connecticut Ave Nw", "city": "Chagrin Falls",
  • 7. "state": "OH", "zip": 44023, "donor": true }, { "student_id": 115, "first_name": "Cammy", "last_name": "Albares", "address": "56 E Morehead St", "city": "Laredo", "state": "TX", "zip": 78045, "donor": true }, { "student_id": 116, "first_name": "Mattie", "last_name": "Poquette", "address": "73 State Road 434 E", "city": "Phoenix", "state": "AZ", "zip": 85013, "donor": true
  • 8. }, { "student_id": 117, "first_name": "Meaghan", "last_name": "Garufi", "address": "69734 E Carrillo St", "city": "Mc Minnville", "state": "TN", "zip": 37110, "donor": false }, { "student_id": 118, "first_name": "Gladys", "last_name": "Rim", "address": "322 New Horizon Blvd", "city": "Milwaukee", "state": "WI", "zip": 53207, "donor": true }, { "student_id": 119,
  • 9. "first_name": "Yuki", "last_name": "Whobrey", "address": "1 State Route 27", "city": "Taylor", "state": "MI", "zip": 48180, "donor": true }, { "student_id": 120, "first_name": "Fletcher", "last_name": "Flosi", "address": "394 Manchester Blvd", "city": "Rockford", "state": "IL", "zip": 61109, "donor": true }, { "student_id": 121, "first_name": "Bette", "last_name": "Nicka", "address": "6 S 33rd St",
  • 10. "city": "Aston", "state": "PA", "zip": 19014, "donor": true }, { "student_id": 122, "first_name": "Veronika", "last_name": "Inouye", "address": "6 Greenleaf Ave", "city": "San Jose", "state": "CA", "zip": 95111, "donor": true }, { "student_id": 123, "first_name": "Willard", "last_name": "Kolmetz", "address": "618 W Yakima Ave", "city": "Irving", "state": "TX", "zip": 75062,
  • 11. "donor": true }, { "student_id": 124, "first_name": "Maryann", "last_name": "Royster", "address": "74 S Westgate St", "city": "Albany", "state": "NY", "zip": 12204, "donor": true }, { "student_id": 125, "first_name": "Alisha", "last_name": "Slusarski", "address": "3273 State St", "city": "Middlesex", "state": "NJ", "zip": 8846, "donor": true } ],
  • 12. Objectives - Demonstrate your ability to create a Vue.js program that displays, searches and filters data. - You will need to demonstrate your knowledge of: Initializing variables and assigning data Syntax for Print and Input functions Boolean expressions Vue Directives: v-for, v- html, v-if, v-else, filtering data with Vue Building a form and showing and hiding content. Ability to debug errors found in a simple JavaScript program. Directions 1. You will create a simple application similar to what we discussed in the lecture on Display, Looping, Searching Data in Vue.js. The Data for this project is in the form of a JSON file of Alumni of a university. Most of the fields are the typical name and address field and the last field in a binary field showing if the alumnus had donated to the university in the last 12 months. Below is a sample of 4 records. And a link to the actual file which contains 25 records. No filter applied. Shows onlv first 5 of 25 records in full JSON file: First Name Filter Applied - search for all first names with "j" in first name. Field: Query: 101 James Butler 6649 N Blue Gum St New Orleans LA 70116 false 102 Josephine Darakjy 4 B Blue Ridge Blvd Brighton MI 48116 true You should create the application to search and filter on First Name, Last Name Address, City and State for full credit.