diff --git a/data.js b/data.js
new file mode 100644
index 0000000..617875a
--- /dev/null
+++ b/data.js
@@ -0,0 +1,142 @@
+const data = [
+ {
+ name: 'Bulbasaur',
+ height: '7',
+ weight: '69',
+ types: ['grass', 'poison'],
+ 'base-Experience': '64',
+ abilities: ['overgrow', 'chlorophyll'],
+ hp: '45',
+ attack: '49',
+ defense: '49',
+ 'special-attack': '65',
+ 'special-defense': '65',
+ speed: '45',
+ },
+ {
+ name: 'Ivysaur',
+ height: '10',
+ weight: '130',
+ types: ['grass', 'poison'],
+ 'base-Experience': '142',
+ abilities: ['overgrow', 'chlorophyll'],
+ hp: '60',
+ attack: '62',
+ defense: '63',
+ 'special-attack': '80',
+ 'special-defense': '80',
+ speed: '60',
+ },
+ {
+ name: 'Venusaur',
+ height: '20',
+ weight: '1000',
+ types: ['grass', 'poison'],
+ 'base-Experience': '236',
+ abilities: ['overgrow', 'chlorophyll'],
+ hp: '80',
+ attack: '82',
+ defense: '83',
+ 'special-attack': '100',
+ 'special-defense': '100',
+ speed: '80',
+ },
+ {
+ name: 'Charmander',
+ height: '6',
+ weight: '85',
+ types: ['fire'],
+ 'base-Experience': '62',
+ abilities: ['blaze', 'solar-power'],
+ hp: '39',
+ attack: '52',
+ defense: '43',
+ 'special-attack': '60',
+ 'special-defense': '50',
+ speed: '65',
+ },
+ {
+ name: 'Charmeleon',
+ height: '11',
+ weight: '190',
+ types: ['fire'],
+ 'base-Experience': '142',
+ abilities: ['blaze', 'solar-power'],
+ hp: '58',
+ attack: '64',
+ defense: '58',
+ 'special-attack': '80',
+ 'special-defense': '65',
+ speed: '80',
+ },
+ {
+ name: 'Charizard',
+ height: '17',
+ weight: '905',
+ types: ['fire', 'flying'],
+ 'base-Experience': '240',
+ abilities: ['blaze', 'solar-power'],
+ hp: '78',
+ attack: '84',
+ defense: '78',
+ 'special-attack': '109',
+ 'special-defense': '85',
+ speed: '100',
+ },
+ {
+ name: 'Squirtle',
+ height: '5',
+ weight: '90',
+ types: ['water'],
+ 'base-Experience': '63',
+ abilities: ['torrent', 'rain-dish'],
+ hp: '44',
+ attack: '48',
+ defense: '65',
+ 'special-attack': '50',
+ 'special-defense': '64',
+ speed: '43',
+ },
+ {
+ name: 'Wartortle',
+ height: '10',
+ weight: '225',
+ types: ['water'],
+ 'base-Experience': '142',
+ abilities: ['torrent', 'rain-dish'],
+ hp: '59',
+ attack: '63',
+ defense: '80',
+ 'special-attack': '65',
+ 'special-defense': '80',
+ speed: '58',
+ },
+ {
+ name: 'Blastoise',
+ height: '16',
+ weight: '855',
+ types: ['water'],
+ 'base-Experience': '239',
+ abilities: ['torrent', 'rain-dish'],
+ hp: '79',
+ attack: '83',
+ defense: '100',
+ 'special-attack': '85',
+ 'special-defense': '105',
+ speed: '78',
+ },
+ {
+ name: 'Caterpie',
+ height: '3',
+ weight: '29',
+ types: ['bug'],
+ 'base-Experience': '39',
+ abilities: ['shield-dust', 'run-away'],
+ hp: '45',
+ attack: '30',
+ defense: '35',
+ 'special-attack': '20',
+ 'special-defense': '20',
+ speed: '45',
+ },
+ ]
\ No newline at end of file
diff --git a/index.html b/index.html
index 99232bc..8b07133 100644
--- a/index.html
+++ b/index.html
@@ -15,116 +15,9 @@
-
-
-
-
-
bulbasaur
-
height: 7 dm
-
weight: 69 hg
-
types: grass, poison
-
-
-
-
-
-
-
-
ivysaur
-
height: 10 dm
-
weight: 130 hg
-
types: grass, poison
-
-
-
-
-
-
-
-
venusaur
-
height: 10 dm
-
weight: 130 hg
-
types: grass, poison
-
-
-
-
-
-
-
-
charmander
-
height: 7 dm
-
weight: 69 hg
-
types: grass, poison
-
-
-
-
-
-
-
-
charmeleon
-
height: 7 dm
-
weight: 69 hg
-
types: grass, poison
-
-
-
-
-
-
-
-
charizard
-
height: 7 dm
-
weight: 69 hg
-
types: grass, poison
-
-
-
-
-
-
-
-
squirtle
-
height: 7 dm
-
weight: 69 hg
-
types: grass, poison
-
-
-
-
-
-
-
-
wartortle
-
height: 7 dm
-
weight: 69 hg
-
types: grass, poison
-
-
-
-
-
-
-
-
blastoise
-
height: 7 dm
-
weight: 69 hg
-
types: grass, poison
-
-
-
-
-
-
-
-
caterpie
-
height: 7 dm
-
weight: 69 hg
-
types: grass, poison
-
-
-
+
+
+