From 328118d68e8f2dadeb5e8da851ef0227b95839ce Mon Sep 17 00:00:00 2001 From: Danhh-zk Date: Wed, 14 Feb 2024 00:04:29 +0300 Subject: [PATCH] danah almuhaysin project --- .vscode/launch.json | 15 + .../SentimentAnalyzer, Danah Almuhaysin.ipynb | 2040 +++++++++++++++++ Project/product.csv | 1686 ++++++++++++++ 3 files changed, 3741 insertions(+) create mode 100644 .vscode/launch.json create mode 100644 Project/SentimentAnalyzer, Danah Almuhaysin.ipynb create mode 100644 Project/product.csv diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e41aef3 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + + { + "type": "msedge", + "request": "launch", + "name": "Open web.html", + "file": "c:\\Users\\xdn_73\\Downloads\\Telegram Desktop\\web.html" + } + ] +} \ No newline at end of file diff --git a/Project/SentimentAnalyzer, Danah Almuhaysin.ipynb b/Project/SentimentAnalyzer, Danah Almuhaysin.ipynb new file mode 100644 index 0000000..301f12a --- /dev/null +++ b/Project/SentimentAnalyzer, Danah Almuhaysin.ipynb @@ -0,0 +1,2040 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Project Description:\n", + "The goal of this project is to analyze a dataset of product reviews and sentiment text to identify positive and negative text.\n", + "\n", + "Description of the dataset:\n", + "The data set used in this project consists of several characteristics, but the characteristics that we no longer need have been deleted.\n", + "\n", + "- Each entry in the dataset represents a product review and contains the following information:\n", + "\n", + "Name: Product name.\n", + "Brand: From which company the product was sold\n", + "Rating: Rating given by the user on a scale from 1 to 5.\n", + "Text title: The address for reviewing the text\n", + "Text review: which can be either “positive” or “negative”.\n", + "\n", + "The dataset provides a valuable resource for investigating the correspondence between ratings and sentiment, and identifying cases where the sentiment analysis model may have made errors.\n", + "\n", + "\n", + "To analyze the data, the following steps were carried out:\n", + "\n", + "- Data Loading: A set of data has been loaded into a Pandas DataFrame to facilitate data processing and analysis\n", + "\n", + "- Detecting the presence of errors or duplication in the data\n", + "\n", + "- Classifying data into positive, negative, and neutral\n", + "\n", + "Description of results:\n", + "The analysis revealed the number of false positives and negatives in the data set. These values indicate instances where the sentiment analysis model misclassified reviews based on ratings. By examining these results, we can gain insight into the performance of the sentiment analysis model and identify areas for improvement.\n", + "\n", + "By addressing false positives and negatives, we can enhance the accuracy of sentiment analysis, which is crucial for various applications such as customer feedback analysis, brand monitoring, and market research." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Data Loading: A set of data has been loaded into a Pandas DataFrame to facilitate data processing and analysis\n", + "\n", + "- Detecting the presence of errors or duplication in the data\n", + "\n", + "- Classifying data into positive, negative, and neutral\n", + "\n", + "Description of results:\n", + "The analysis revealed the number of false positives and negatives in the data set. These values indicate instances where the sentiment analysis model misclassified reviews based on ratings. By examining these results, we can gain insight into the performance of the sentiment analysis model and identify areas for improvement.\n", + "\n", + "By addressing false positives and negatives, we can enhance the accuracy of sentiment analysis, which is crucial for various applications such as customer feedback analysis, brand monitoring, and market research." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\xdn_73\\AppData\\Local\\Temp\\ipykernel_21044\\173257213.py:4: DtypeWarning: Columns (1,10) have mixed types. Specify dtype option on import or set low_memory=False.\n", + " df = pd.read_csv(\"data.csv\")\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameasinsbrandcategorieskeysmanufacturerreviews.datereviews.dateAddedreviews.dateSeen...reviews.doRecommendreviews.idreviews.numHelpfulreviews.ratingreviews.sourceURLsreviews.textreviews.titlereviews.userCityreviews.userProvincereviews.username
0AVqkIhwDv8e3D1O-lebbAll-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,...B01AHB9CN2AmazonElectronics,iPad & Tablets,All Tablets,Fire Ta...841667104676,amazon/53004484,amazon/b01ahb9cn2...Amazon2017-01-13T00:00:00.000Z2017-07-03T23:33:15Z2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z...TrueNaN0.05.0http://reviews.bestbuy.com/3545/5620406/review...This product so far has not disappointed. My c...KindleNaNNaNAdapter
1AVqkIhwDv8e3D1O-lebbAll-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,...B01AHB9CN2AmazonElectronics,iPad & Tablets,All Tablets,Fire Ta...841667104676,amazon/53004484,amazon/b01ahb9cn2...Amazon2017-01-13T00:00:00.000Z2017-07-03T23:33:15Z2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z...TrueNaN0.05.0http://reviews.bestbuy.com/3545/5620406/review...great for beginner or experienced person. Boug...very fastNaNNaNtruman
2AVqkIhwDv8e3D1O-lebbAll-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,...B01AHB9CN2AmazonElectronics,iPad & Tablets,All Tablets,Fire Ta...841667104676,amazon/53004484,amazon/b01ahb9cn2...Amazon2017-01-13T00:00:00.000Z2017-07-03T23:33:15Z2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z...TrueNaN0.05.0http://reviews.bestbuy.com/3545/5620406/review...Inexpensive tablet for him to use and learn on...Beginner tablet for our 9 year old son.NaNNaNDaveZ
3AVqkIhwDv8e3D1O-lebbAll-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,...B01AHB9CN2AmazonElectronics,iPad & Tablets,All Tablets,Fire Ta...841667104676,amazon/53004484,amazon/b01ahb9cn2...Amazon2017-01-13T00:00:00.000Z2017-07-03T23:33:15Z2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z...TrueNaN0.04.0http://reviews.bestbuy.com/3545/5620406/review...I've had my Fire HD 8 two weeks now and I love...Good!!!NaNNaNShacks
4AVqkIhwDv8e3D1O-lebbAll-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,...B01AHB9CN2AmazonElectronics,iPad & Tablets,All Tablets,Fire Ta...841667104676,amazon/53004484,amazon/b01ahb9cn2...Amazon2017-01-12T00:00:00.000Z2017-07-03T23:33:15Z2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z...TrueNaN0.05.0http://reviews.bestbuy.com/3545/5620406/review...I bought this for my grand daughter when she c...Fantastic Tablet for kidsNaNNaNexplore42
\n", + "

5 rows × 21 columns

\n", + "
" + ], + "text/plain": [ + " id name \\\n", + "0 AVqkIhwDv8e3D1O-lebb All-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,... \n", + "1 AVqkIhwDv8e3D1O-lebb All-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,... \n", + "2 AVqkIhwDv8e3D1O-lebb All-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,... \n", + "3 AVqkIhwDv8e3D1O-lebb All-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,... \n", + "4 AVqkIhwDv8e3D1O-lebb All-New Fire HD 8 Tablet, 8 HD Display, Wi-Fi,... \n", + "\n", + " asins brand categories \\\n", + "0 B01AHB9CN2 Amazon Electronics,iPad & Tablets,All Tablets,Fire Ta... \n", + "1 B01AHB9CN2 Amazon Electronics,iPad & Tablets,All Tablets,Fire Ta... \n", + "2 B01AHB9CN2 Amazon Electronics,iPad & Tablets,All Tablets,Fire Ta... \n", + "3 B01AHB9CN2 Amazon Electronics,iPad & Tablets,All Tablets,Fire Ta... \n", + "4 B01AHB9CN2 Amazon Electronics,iPad & Tablets,All Tablets,Fire Ta... \n", + "\n", + " keys manufacturer \\\n", + "0 841667104676,amazon/53004484,amazon/b01ahb9cn2... Amazon \n", + "1 841667104676,amazon/53004484,amazon/b01ahb9cn2... Amazon \n", + "2 841667104676,amazon/53004484,amazon/b01ahb9cn2... Amazon \n", + "3 841667104676,amazon/53004484,amazon/b01ahb9cn2... Amazon \n", + "4 841667104676,amazon/53004484,amazon/b01ahb9cn2... Amazon \n", + "\n", + " reviews.date reviews.dateAdded \\\n", + "0 2017-01-13T00:00:00.000Z 2017-07-03T23:33:15Z \n", + "1 2017-01-13T00:00:00.000Z 2017-07-03T23:33:15Z \n", + "2 2017-01-13T00:00:00.000Z 2017-07-03T23:33:15Z \n", + "3 2017-01-13T00:00:00.000Z 2017-07-03T23:33:15Z \n", + "4 2017-01-12T00:00:00.000Z 2017-07-03T23:33:15Z \n", + "\n", + " reviews.dateSeen ... reviews.doRecommend \\\n", + "0 2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z ... True \n", + "1 2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z ... True \n", + "2 2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z ... True \n", + "3 2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z ... True \n", + "4 2017-06-07T09:04:00.000Z,2017-04-30T00:45:00.000Z ... True \n", + "\n", + " reviews.id reviews.numHelpful reviews.rating \\\n", + "0 NaN 0.0 5.0 \n", + "1 NaN 0.0 5.0 \n", + "2 NaN 0.0 5.0 \n", + "3 NaN 0.0 4.0 \n", + "4 NaN 0.0 5.0 \n", + "\n", + " reviews.sourceURLs \\\n", + "0 http://reviews.bestbuy.com/3545/5620406/review... \n", + "1 http://reviews.bestbuy.com/3545/5620406/review... \n", + "2 http://reviews.bestbuy.com/3545/5620406/review... \n", + "3 http://reviews.bestbuy.com/3545/5620406/review... \n", + "4 http://reviews.bestbuy.com/3545/5620406/review... \n", + "\n", + " reviews.text \\\n", + "0 This product so far has not disappointed. My c... \n", + "1 great for beginner or experienced person. Boug... \n", + "2 Inexpensive tablet for him to use and learn on... \n", + "3 I've had my Fire HD 8 two weeks now and I love... \n", + "4 I bought this for my grand daughter when she c... \n", + "\n", + " reviews.title reviews.userCity \\\n", + "0 Kindle NaN \n", + "1 very fast NaN \n", + "2 Beginner tablet for our 9 year old son. NaN \n", + "3 Good!!! NaN \n", + "4 Fantastic Tablet for kids NaN \n", + "\n", + " reviews.userProvince reviews.username \n", + "0 NaN Adapter \n", + "1 NaN truman \n", + "2 NaN DaveZ \n", + "3 NaN Shacks \n", + "4 NaN explore42 \n", + "\n", + "[5 rows x 21 columns]" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# # Import dataset using pandas\n", + "import pandas as pd\n", + "\n", + "df = pd.read_csv(\"data.csv\")\n", + "\n", + "df.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "id\n", + "AVphgVaX1cnluZ0-DR74 10966\n", + "AVpfl8cLLJeJML43AE3S 6619\n", + "AV1YE_muvKc47QAVgpwE 5056\n", + "AV1YnRtnglJLPUi8IJmV 3176\n", + "AVqkIhwDv8e3D1O-lebb 2814\n", + "AVqVGWLKnnc1JgDc3jF1 1685\n", + "AVpjEN4jLJeJML43rpUe 1038\n", + "AVpfpK8KLJeJML43BCuD 636\n", + "AVphPmHuilAPnD_x3E5h 580\n", + "AVsRjfwAU2_QcyX9PHqe 402\n", + "AV1YnR7wglJLPUi8IJmi 372\n", + "AVqVGWQDv8e3D1O-ldFr 270\n", + "AVpidLjVilAPnD_xEVpI 256\n", + "AVqVGZNvQMlgsOJE6eUY 212\n", + "AVqkIiKWnnc1JgDc3khH 158\n", + "AVpfIfGA1cnluZ0-emyp 73\n", + "AVqVGZO3nnc1JgDc3jGK 67\n", + "AVpftoij1cnluZ0-p5n2 51\n", + "AVqkIdntQMlgsOJE6fuB 30\n", + "AVpe7AsMilAPnD_xQ78G 19\n", + "AVpfBEWcilAPnD_xTGb7 19\n", + "AVzRlorb-jtxr-f3ygvQ 16\n", + "AVpf_4sUilAPnD_xlwYV 15\n", + "AVqkIj9snnc1JgDc3khU 14\n", + "AVpfiBlyLJeJML43-4Tp 13\n", + "AVphLY7v1cnluZ0-_Ty0 13\n", + "AVpf_znpilAPnD_xlvAF 10\n", + "AVpgdkC8ilAPnD_xsvyi 10\n", + "AVpggqsrLJeJML43O5zp 8\n", + "AVzvXXwEvKc47QAVfRhx 8\n", + "AVzoGHhAglJLPUi8GfzY 7\n", + "AVqkIhxunnc1JgDc3kg_ 7\n", + "AVpg3q4RLJeJML43TxA_ 6\n", + "AVqVGZN9QMlgsOJE6eUZ 6\n", + "AVpff7_VilAPnD_xc1E_ 6\n", + "AVph0EeEilAPnD_x9myq 6\n", + "AVpe9CMS1cnluZ0-aoC5 5\n", + "AVpfwS_CLJeJML43DH5w 4\n", + "AVzvXXxbvKc47QAVfRhy 3\n", + "AVpioXbb1cnluZ0-PImd 2\n", + "AVqkEM34QMlgsOJE6e8q 1\n", + "AVpe8PEVilAPnD_xRYIi 1\n", + "Name: count, dtype: int64" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df[\"id\"].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Shape of DataFrame: (34660, 21)\n" + ] + } + ], + "source": [ + "print(\"Shape of DataFrame:\", df.shape)" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameasinsbrandcategorieskeysmanufacturerreviews.datereviews.dateAddedreviews.dateSeen...reviews.doRecommendreviews.idreviews.numHelpfulreviews.ratingreviews.sourceURLsreviews.textreviews.titlereviews.userCityreviews.userProvincereviews.username
15777AVqVGWLKnnc1JgDc3jF1Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...B018Y23MNMAmazonTablets,Fire Tablets,Computers & Tablets,All T...firekidseditiontablet7displaywifi16gbgreenkidp...Amazon2017-03-26T00:00:00.000Z2017-06-25T03:52:21Z2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z...TrueNaN0.05.0http://reviews.bestbuy.com/3545/5026300/review...I purchased two of these tablet a pink and blu...Great tablet for kids!NaNNaNLove
15778AVqVGWLKnnc1JgDc3jF1Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...B018Y23MNMAmazonTablets,Fire Tablets,Computers & Tablets,All T...firekidseditiontablet7displaywifi16gbgreenkidp...Amazon2017-03-26T00:00:00.000Z2017-06-25T03:52:21Z2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z...TrueNaN0.05.0http://reviews.bestbuy.com/3545/5026300/review...This was perfect for entertaining my 20-month ...Perfect entertainment for my young great grand...NaNNaNBilly
15779AVqVGWLKnnc1JgDc3jF1Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...B018Y23MNMAmazonTablets,Fire Tablets,Computers & Tablets,All T...firekidseditiontablet7displaywifi16gbgreenkidp...Amazon2017-03-26T00:00:00.000Z2017-06-25T03:52:21Z2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z...TrueNaN0.05.0http://reviews.bestbuy.com/3545/5026300/review...Need to definitely get a memory card. Not enou...Easy for my 3 year old to useNaNNaNkathy
15780AVqVGWLKnnc1JgDc3jF1Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...B018Y23MNMAmazonTablets,Fire Tablets,Computers & Tablets,All T...firekidseditiontablet7displaywifi16gbgreenkidp...Amazon2017-03-26T00:00:00.000Z2017-06-25T03:52:21Z2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z...TrueNaN0.05.0http://reviews.bestbuy.com/3545/5026300/review...Just what she needed to keep her interested in...Great for kidsNaNNaNcarolann
15781AVqVGWLKnnc1JgDc3jF1Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...B018Y23MNMAmazonTablets,Fire Tablets,Computers & Tablets,All T...firekidseditiontablet7displaywifi16gbgreenkidp...Amazon2017-03-26T00:00:00.000Z2017-06-25T03:52:21Z2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z...TrueNaN0.05.0http://reviews.bestbuy.com/3545/5026300/review...i would not change any thing on it at all it w...goodNaNNaNpaul
\n", + "

5 rows × 21 columns

\n", + "
" + ], + "text/plain": [ + " id \\\n", + "15777 AVqVGWLKnnc1JgDc3jF1 \n", + "15778 AVqVGWLKnnc1JgDc3jF1 \n", + "15779 AVqVGWLKnnc1JgDc3jF1 \n", + "15780 AVqVGWLKnnc1JgDc3jF1 \n", + "15781 AVqVGWLKnnc1JgDc3jF1 \n", + "\n", + " name asins brand \\\n", + "15777 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... B018Y23MNM Amazon \n", + "15778 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... B018Y23MNM Amazon \n", + "15779 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... B018Y23MNM Amazon \n", + "15780 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... B018Y23MNM Amazon \n", + "15781 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... B018Y23MNM Amazon \n", + "\n", + " categories \\\n", + "15777 Tablets,Fire Tablets,Computers & Tablets,All T... \n", + "15778 Tablets,Fire Tablets,Computers & Tablets,All T... \n", + "15779 Tablets,Fire Tablets,Computers & Tablets,All T... \n", + "15780 Tablets,Fire Tablets,Computers & Tablets,All T... \n", + "15781 Tablets,Fire Tablets,Computers & Tablets,All T... \n", + "\n", + " keys manufacturer \\\n", + "15777 firekidseditiontablet7displaywifi16gbgreenkidp... Amazon \n", + "15778 firekidseditiontablet7displaywifi16gbgreenkidp... Amazon \n", + "15779 firekidseditiontablet7displaywifi16gbgreenkidp... Amazon \n", + "15780 firekidseditiontablet7displaywifi16gbgreenkidp... Amazon \n", + "15781 firekidseditiontablet7displaywifi16gbgreenkidp... Amazon \n", + "\n", + " reviews.date reviews.dateAdded \\\n", + "15777 2017-03-26T00:00:00.000Z 2017-06-25T03:52:21Z \n", + "15778 2017-03-26T00:00:00.000Z 2017-06-25T03:52:21Z \n", + "15779 2017-03-26T00:00:00.000Z 2017-06-25T03:52:21Z \n", + "15780 2017-03-26T00:00:00.000Z 2017-06-25T03:52:21Z \n", + "15781 2017-03-26T00:00:00.000Z 2017-06-25T03:52:21Z \n", + "\n", + " reviews.dateSeen ... \\\n", + "15777 2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z ... \n", + "15778 2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z ... \n", + "15779 2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z ... \n", + "15780 2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z ... \n", + "15781 2017-06-03T18:42:01.929Z,2017-06-04T02:17:46.559Z ... \n", + "\n", + " reviews.doRecommend reviews.id reviews.numHelpful reviews.rating \\\n", + "15777 True NaN 0.0 5.0 \n", + "15778 True NaN 0.0 5.0 \n", + "15779 True NaN 0.0 5.0 \n", + "15780 True NaN 0.0 5.0 \n", + "15781 True NaN 0.0 5.0 \n", + "\n", + " reviews.sourceURLs \\\n", + "15777 http://reviews.bestbuy.com/3545/5026300/review... \n", + "15778 http://reviews.bestbuy.com/3545/5026300/review... \n", + "15779 http://reviews.bestbuy.com/3545/5026300/review... \n", + "15780 http://reviews.bestbuy.com/3545/5026300/review... \n", + "15781 http://reviews.bestbuy.com/3545/5026300/review... \n", + "\n", + " reviews.text \\\n", + "15777 I purchased two of these tablet a pink and blu... \n", + "15778 This was perfect for entertaining my 20-month ... \n", + "15779 Need to definitely get a memory card. Not enou... \n", + "15780 Just what she needed to keep her interested in... \n", + "15781 i would not change any thing on it at all it w... \n", + "\n", + " reviews.title reviews.userCity \\\n", + "15777 Great tablet for kids! NaN \n", + "15778 Perfect entertainment for my young great grand... NaN \n", + "15779 Easy for my 3 year old to use NaN \n", + "15780 Great for kids NaN \n", + "15781 good NaN \n", + "\n", + " reviews.userProvince reviews.username \n", + "15777 NaN Love \n", + "15778 NaN Billy \n", + "15779 NaN kathy \n", + "15780 NaN carolann \n", + "15781 NaN paul \n", + "\n", + "[5 rows x 21 columns]" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "productDF = df[df[\"id\"] == \"AVqVGWLKnnc1JgDc3jF1\"]\n", + "productDF.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namebrandreviews.ratingreviews.textreviews.title
15777Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0I purchased two of these tablet a pink and blu...Great tablet for kids!
15778Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0This was perfect for entertaining my 20-month ...Perfect entertainment for my young great grand...
15779Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0Need to definitely get a memory card. Not enou...Easy for my 3 year old to use
15780Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0Just what she needed to keep her interested in...Great for kids
15781Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0i would not change any thing on it at all it w...good
\n", + "
" + ], + "text/plain": [ + " name brand \\\n", + "15777 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15778 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15779 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15780 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15781 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "\n", + " reviews.rating reviews.text \\\n", + "15777 5.0 I purchased two of these tablet a pink and blu... \n", + "15778 5.0 This was perfect for entertaining my 20-month ... \n", + "15779 5.0 Need to definitely get a memory card. Not enou... \n", + "15780 5.0 Just what she needed to keep her interested in... \n", + "15781 5.0 i would not change any thing on it at all it w... \n", + "\n", + " reviews.title \n", + "15777 Great tablet for kids! \n", + "15778 Perfect entertainment for my young great grand... \n", + "15779 Easy for my 3 year old to use \n", + "15780 Great for kids \n", + "15781 good " + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Drop all columns except id, name, category, and review text\n", + "productDF = productDF.drop([\"categories\", \"asins\", \"keys\", \"manufacturer\", \"reviews.date\", \"reviews.dateAdded\",\n", + " \"reviews.dateSeen\", \"reviews.didPurchase\", \"reviews.doRecommend\", \"reviews.id\",\n", + " \"reviews.numHelpful\", \"reviews.sourceURLs\",\n", + " \"reviews.userCity\", \"reviews.userProvince\", \"reviews.username\", \"id\"], axis=1)\n", + "productDF.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Shape of DataFrame: (1685, 5)\n" + ] + } + ], + "source": [ + "print(\"Shape of DataFrame:\", productDF.shape)" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "0" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "productDF.duplicated().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "name 0\n", + "brand 0\n", + "reviews.rating 0\n", + "reviews.text 0\n", + "reviews.title 0\n", + "dtype: int64" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "productDF.isnull().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Product Name:\n", + "Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case\n", + "\n", + "Number of columns: \n", + "1685\n", + "\n", + "Number of rows: \n", + "5\n", + "\n", + "Length of shortest review: 46\n", + "\n", + "Length of longest review: 1575\n", + "\n", + "Summary Statistics:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
reviews.rating
count1685.000000
mean4.527003
std0.801580
min1.000000
25%4.000000
50%5.000000
75%5.000000
max5.000000
\n", + "
" + ], + "text/plain": [ + " reviews.rating\n", + "count 1685.000000\n", + "mean 4.527003\n", + "std 0.801580\n", + "min 1.000000\n", + "25% 4.000000\n", + "50% 5.000000\n", + "75% 5.000000\n", + "max 5.000000" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Describe the data\n", + "\n", + "print(\"Product Name:\")\n", + "print(productDF[\"name\"].values[0])\n", + "\n", + "print(\"\\nNumber of columns: \")\n", + "print(str(productDF.shape[0]))\n", + "\n", + "print(\"\\nNumber of rows: \") \n", + "print(str(productDF.shape[1]))\n", + "\n", + "min_review_length = min(productDF[\"reviews.text\"], key=len)\n", + "print(\"\\nLength of shortest review: \" + str(len(min_review_length)))\n", + "\n", + "max_review_length = max(productDF[\"reviews.text\"], key=len)\n", + "print(\"\\nLength of longest review: \" + str(len(max_review_length)))\n", + "\n", + "# Print summary statistics\n", + "print(\"\\nSummary Statistics:\")\n", + "productDF.describe()" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Requirement already satisfied: textblob in c:\\users\\xdn_73\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (0.17.1)\n", + "Requirement already satisfied: nltk>=3.1 in c:\\users\\xdn_73\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from textblob) (3.8.1)\n", + "Requirement already satisfied: click in c:\\users\\xdn_73\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from nltk>=3.1->textblob) (8.1.7)\n", + "Requirement already satisfied: joblib in c:\\users\\xdn_73\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from nltk>=3.1->textblob) (1.3.1)\n", + "Requirement already satisfied: regex>=2021.8.3 in c:\\users\\xdn_73\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from nltk>=3.1->textblob) (2023.12.25)\n", + "Requirement already satisfied: tqdm in c:\\users\\xdn_73\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from nltk>=3.1->textblob) (4.65.0)\n", + "Requirement already satisfied: colorama in c:\\users\\xdn_73\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from click->nltk>=3.1->textblob) (0.4.5)\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "[notice] A new release of pip is available: 23.2.1 -> 24.0\n", + "[notice] To update, run: python.exe -m pip install --upgrade pip\n" + ] + } + ], + "source": [ + "!pip install textblob" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Finished.\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "[nltk_data] Downloading package brown to\n", + "[nltk_data] C:\\Users\\xdn_73\\AppData\\Roaming\\nltk_data...\n", + "[nltk_data] Package brown is already up-to-date!\n", + "[nltk_data] Downloading package punkt to\n", + "[nltk_data] C:\\Users\\xdn_73\\AppData\\Roaming\\nltk_data...\n", + "[nltk_data] Package punkt is already up-to-date!\n", + "[nltk_data] Downloading package wordnet to\n", + "[nltk_data] C:\\Users\\xdn_73\\AppData\\Roaming\\nltk_data...\n", + "[nltk_data] Package wordnet is already up-to-date!\n", + "[nltk_data] Downloading package averaged_perceptron_tagger to\n", + "[nltk_data] C:\\Users\\xdn_73\\AppData\\Roaming\\nltk_data...\n", + "[nltk_data] Package averaged_perceptron_tagger is already up-to-\n", + "[nltk_data] date!\n", + "[nltk_data] Downloading package conll2000 to\n", + "[nltk_data] C:\\Users\\xdn_73\\AppData\\Roaming\\nltk_data...\n", + "[nltk_data] Package conll2000 is already up-to-date!\n", + "[nltk_data] Downloading package movie_reviews to\n", + "[nltk_data] C:\\Users\\xdn_73\\AppData\\Roaming\\nltk_data...\n", + "[nltk_data] Package movie_reviews is already up-to-date!\n" + ] + } + ], + "source": [ + "!python -m textblob.download_corpora" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "import textblob\n", + "\n", + "def sentimentAnalyzer(text):\n", + " blob = textblob.TextBlob(text)\n", + " polarity = blob.sentiment.polarity\n", + " if polarity < -0.2:\n", + " return \"negative\"\n", + " elif polarity > 0.2:\n", + " return \"positive\"\n", + " else:\n", + " return \"neutral\"\n", + " \n", + "def ploarit(text):\n", + " blob = textblob.TextBlob(text)\n", + " polarity = blob.sentiment.polarity" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namebrandreviews.ratingreviews.textreviews.titlesentiment
15777Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0I purchased two of these tablet a pink and blu...Great tablet for kids!neutral
15778Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0This was perfect for entertaining my 20-month ...Perfect entertainment for my young great grand...positive
15779Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0Need to definitely get a memory card. Not enou...Easy for my 3 year old to useneutral
15780Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0Just what she needed to keep her interested in...Great for kidsneutral
15781Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0i would not change any thing on it at all it w...goodpositive
\n", + "
" + ], + "text/plain": [ + " name brand \\\n", + "15777 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15778 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15779 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15780 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15781 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "\n", + " reviews.rating reviews.text \\\n", + "15777 5.0 I purchased two of these tablet a pink and blu... \n", + "15778 5.0 This was perfect for entertaining my 20-month ... \n", + "15779 5.0 Need to definitely get a memory card. Not enou... \n", + "15780 5.0 Just what she needed to keep her interested in... \n", + "15781 5.0 i would not change any thing on it at all it w... \n", + "\n", + " reviews.title sentiment \n", + "15777 Great tablet for kids! neutral \n", + "15778 Perfect entertainment for my young great grand... positive \n", + "15779 Easy for my 3 year old to use neutral \n", + "15780 Great for kids neutral \n", + "15781 good positive " + ] + }, + "execution_count": 13, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Apply sentiment analysis for each review and add it as a separate column\n", + "productDF[\"sentiment\"] = productDF[\"reviews.text\"].apply(sentimentAnalyzer)\n", + "productDF.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "# Visualize the data\n", + "import matplotlib.pyplot as plt" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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bsSIEYYkY/Xq1ba2kJAQQ5Kxfv16W1tWVpbh4eFhDB8+vMRcgKNxhAhwMh06dFBKSor+9re/afv27Zo4caJiY2NVu3ZtffPNN7ZxX331lYqKivToo4/qxIkTtldgYKDq1aunNWvW2K3Xx8dHTz75pG3Z3d1dLVq00P/+97/rqveRRx6R1Wq1LUdGRkqSnnzySbvrTyIjI3X+/Hn9+uuvkqRVq1YpOztbjz/+uF39rq6uioyMLFG/JD377LN2y61atbru+v+Kj4+PTp8+fcn+4lObixcvVkFBwTXPM2DAgCse261bN9WuXdu23KJFC0VGRmrp0qXXPP+VKF7/sGHD7NqHDx8uSVqyZIlde3h4uFq1amVb9vf3V4MGDcr97wy4FgQiwAlFREToq6++0qlTp7R582YlJSXp9OnT6t69u3bv3i1J2rdvnwzDUL169eTv72/32rNnT4kLsG+55ZYS14NUrVpVp06duq5a69SpY7dcHI6Cg4NLbS+eb9++fZKkdu3alah/5cqVJer39PS0Xe9SlvX/lby8PFWpUuWS/dHR0YqLi9NLL72kGjVqqGvXrpo1a1aJa2oux83NTbfccssVj69Xr16Jtvr165f7s5EOHTokFxcX3XbbbXbtgYGB8vPz06FDh+zaL943pIr5OwOuBbcPAE7M3d1dERERioiIUP369dW7d2998cUXGjt2rIqKimSxWLRs2bJS73ry8fGxW77UnVHGdT5541Lr/av5ioqKJP1xHVFgYGCJcRff3VTed3aVpqCgQD/99JPuuOOOS46xWCz68ssvtWnTJi1atEgrVqzQ008/rUmTJmnTpk0l/h5K4+HhIReXsv3/qcViKfXvtvgi9Otd95Uor30OKA8EIuAG0bx5c0nSsWPHJEl169aVYRgKCwtT/fr1y2SOinwqcd26dSX9cedcTExMmayzrOv/8ssv9fvvvys2NvYvx95zzz265557NH78eH366aeKj4/X559/rr59+5Z5XcVH1/7sp59+srsjrWrVqqWemrr4KM7V1BYSEqKioiLt27dPjRo1srVnZmYqOztbISEhV7wuwNlwygxwMmvWrCn1f9DF1280aNBAkvTwww/L1dVVL730UonxhmHot99+u+q5vb29JanEHWrlITY2Vr6+vnrttddKvfbmWp4SXblyZUllU//27ds1dOhQVa1aVYmJiZccd+rUqRKff5MmTSTJdtqsLOuSpIULF9quxZKkzZs3KzU1Vffff7+trW7duvrxxx/tPsft27drw4YNduu6mto6d+4sSZoyZYpd++TJkyVJXbp0uartAJwJR4gAJzNo0CCdPXtWDz30kBo2bKjz589r48aNmj9/vkJDQ9W7d29Jf3zhvfrqq0pKStLBgwfVrVs3ValSRQcOHNCCBQvUv3//q36acd26deXn56eZM2eqSpUq8vb2VmRkpMLCwsp8O319fTVjxgw99dRTatq0qXr06CF/f38dPnxYS5Ys0b333mv3/J8r4eXlpfDwcM2fP1/169dXtWrVdMcdd1z2lJckfffddzp37pwKCwv122+/acOGDfrmm29ktVq1YMGCUk/pFZszZ47ee+89PfTQQ6pbt65Onz6tDz/8UL6+vrYAca11Xcptt92m++67TwMGDFB+fr6mTJmi6tWr64UXXrCNefrppzV58mTFxsaqT58+ysrK0syZM3X77bcrNzf3mj6zxo0bKyEhQR988IGys7MVHR2tzZs3a86cOerWrZvatm17TdsDOAVH3d4GoHTLli0znn76aaNhw4aGj4+P4e7ubtx2223GoEGDjMzMzBLj//Of/xj33Xef4e3tbXh7exsNGzY0EhMTjb1799rGREdHG7fffnuJ9158C7ZhGMbXX39thIeHG25ubna34F/qFvA333zT7v2XupW9+Hb1i29PX7NmjREbG2tYrVbD09PTqFu3rtGrVy9jy5YtdnV6e3uXqP/i28INwzA2btxoNGvWzHB3d//LW/CLay1+VapUyfD39zdat25tjB8/3sjKyirxnotvu9+6davx+OOPG3Xq1DE8PDyMmjVrGg888IBd/Zer61LbVtx3qc980qRJRnBwsOHh4WG0atXK2L59e4n3f/LJJ8att95quLu7G02aNDFWrFhR6t/5pWor7fMtKCgwXnrpJSMsLMyoVKmSERwcbCQlJdkep1AsJCTE6NKlS4maLvU4AMDR+C0zAABgelxDBAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI8HM16BoqIiHT16VFWqVKnQnzYAAADXzjAMnT59WkFBQX/5e4EEoitw9OjREr/cDQAAbgxHjhzRLbfcctkxBKIrUKVKFUl/fKC+vr4OrgYAAFyJ3NxcBQcH277HL4dAdAWKT5P5+voSiAAAuMFcyeUuXFQNAABMj0AEAABMj0AEAABMj0AEAABMj0AEAABMj0AEAABMj0AEAABMj0AEAABMj0AEAABMj0AEAABMj0AEAABMj0AEAABMz6GBaP369XrwwQcVFBQki8WihQsX2voKCgo0cuRI3XnnnfL29lZQUJB69uypo0eP2q3j5MmTio+Pl6+vr/z8/NSnTx/l5eXZjdmxY4datWolT09PBQcHa+LEiRWxeQAA4Abh0EB05swZNW7cWNOnTy/Rd/bsWW3dulWjR4/W1q1b9dVXX2nv3r3629/+ZjcuPj5eu3bt0qpVq7R48WKtX79e/fv3t/Xn5uaqY8eOCgkJUXp6ut58802NGzdOH3zwQblvHwAAuDFYDMMwHF2EJFksFi1YsEDdunW75Ji0tDS1aNFChw4dUp06dbRnzx6Fh4crLS1NzZs3lyQtX75cnTt31i+//KKgoCDNmDFDL774ojIyMuTu7i5JGjVqlBYuXKgff/zximrLzc2V1WpVTk6OfH19r3tbAQBA+bua72+3CqqpTOTk5MhiscjPz0+SlJKSIj8/P1sYkqSYmBi5uLgoNTVVDz30kFJSUtS6dWtbGJKk2NhYvfHGGzp16pSqVq1aYp78/Hzl5+fblnNzc8tvoySFjlpSruuH8zv4ehdHlwAApnbDXFR97tw5jRw5Uo8//rgt5WVkZKhmzZp249zc3FStWjVlZGTYxgQEBNiNKV4uHnOxCRMmyGq12l7BwcFlvTkAAMCJ3BCBqKCgQI8++qgMw9CMGTPKfb6kpCTl5OTYXkeOHCn3OQEAgOM4/Smz4jB06NAhrV692u4cYGBgoLKysuzGX7hwQSdPnlRgYKBtTGZmpt2Y4uXiMRfz8PCQh4dHWW4GAABwYk59hKg4DO3bt0/ffvutqlevbtcfFRWl7Oxspaen29pWr16toqIiRUZG2sasX79eBQUFtjGrVq1SgwYNSr1+CAAAmI9DA1FeXp62bdumbdu2SZIOHDigbdu26fDhwyooKFD37t21ZcsWzZs3T4WFhcrIyFBGRobOnz8vSWrUqJE6deqkfv36afPmzdqwYYMGDhyoHj16KCgoSJL0xBNPyN3dXX369NGuXbs0f/58vfPOOxo2bJijNhsAADgZh952v3btWrVt27ZEe0JCgsaNG6ewsLBS37dmzRq1adNG0h8PZhw4cKAWLVokFxcXxcXFaerUqfLx8bGN37FjhxITE5WWlqYaNWpo0KBBGjly5BXXWd633XOXGbjLDADK3tV8fzvNc4icGYEI5Y1ABABl72q+v536GiIAAICKQCACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACmRyACAACm59BAtH79ej344IMKCgqSxWLRwoUL7foNw9CYMWNUq1YteXl5KSYmRvv27bMbc/LkScXHx8vX11d+fn7q06eP8vLy7Mbs2LFDrVq1kqenp4KDgzVx4sTy3jQAAHADcWggOnPmjBo3bqzp06eX2j9x4kRNnTpVM2fOVGpqqry9vRUbG6tz587ZxsTHx2vXrl1atWqVFi9erPXr16t///62/tzcXHXs2FEhISFKT0/Xm2++qXHjxumDDz4o9+0DAAA3BothGIaji5Aki8WiBQsWqFu3bpL+ODoUFBSk4cOHa8SIEZKknJwcBQQEaPbs2erRo4f27Nmj8PBwpaWlqXnz5pKk5cuXq3Pnzvrll18UFBSkGTNm6MUXX1RGRobc3d0lSaNGjdLChQv1448/XlFtubm5slqtysnJka+vb5lve+ioJWW+TtxYDr7exdElAMBN52q+v532GqIDBw4oIyNDMTExtjar1arIyEilpKRIklJSUuTn52cLQ5IUExMjFxcXpaam2sa0bt3aFoYkKTY2Vnv37tWpU6dKnTs/P1+5ubl2LwAAcPNy2kCUkZEhSQoICLBrDwgIsPVlZGSoZs2adv1ubm6qVq2a3ZjS1vHnOS42YcIEWa1W2ys4OPj6NwgAADgtpw1EjpSUlKScnBzb68iRI44uCQAAlCOnDUSBgYGSpMzMTLv2zMxMW19gYKCysrLs+i9cuKCTJ0/ajSltHX+e42IeHh7y9fW1ewEAgJuX0waisLAwBQYGKjk52daWm5ur1NRURUVFSZKioqKUnZ2t9PR025jVq1erqKhIkZGRtjHr169XQUGBbcyqVavUoEEDVa1atYK2BgAAODOHBqK8vDxt27ZN27Ztk/THhdTbtm3T4cOHZbFYNHToUL366qv65ptvtHPnTvXs2VNBQUG2O9EaNWqkTp06qV+/ftq8ebM2bNiggQMHqkePHgoKCpIkPfHEE3J3d1efPn20a9cuzZ8/X++8846GDRvmoK0GAADOxs2Rk2/ZskVt27a1LReHlISEBM2ePVsvvPCCzpw5o/79+ys7O1v33Xefli9fLk9PT9t75s2bp4EDB6p9+/ZycXFRXFycpk6dauu3Wq1auXKlEhMT1axZM9WoUUNjxoyxe1YRAAAwN6d5DpEz4zlEKG88hwgAyt5N8RwiAACAikIgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApkcgAgAApufUgaiwsFCjR49WWFiYvLy8VLduXb3yyisyDMM2xjAMjRkzRrVq1ZKXl5diYmK0b98+u/WcPHlS8fHx8vX1lZ+fn/r06aO8vLyK3hwAAOCknDoQvfHGG5oxY4beffdd7dmzR2+88YYmTpyoadOm2cZMnDhRU6dO1cyZM5Wamipvb2/Fxsbq3LlztjHx8fHatWuXVq1apcWLF2v9+vXq37+/IzYJAAA4IYvx58MtTuaBBx5QQECAPvroI1tbXFycvLy89Mknn8gwDAUFBWn48OEaMWKEJCknJ0cBAQGaPXu2evTooT179ig8PFxpaWlq3ry5JGn58uXq3LmzfvnlFwUFBf1lHbm5ubJarcrJyZGvr2+Zb2foqCVlvk7cWA6+3sXRJQDATedqvr+d+ghRy5YtlZycrJ9++kmStH37dn3//fe6//77JUkHDhxQRkaGYmJibO+xWq2KjIxUSkqKJCklJUV+fn62MCRJMTExcnFxUWpqaqnz5ufnKzc31+4FAABuXm6OLuByRo0apdzcXDVs2FCurq4qLCzU+PHjFR8fL0nKyMiQJAUEBNi9LyAgwNaXkZGhmjVr2vW7ubmpWrVqtjEXmzBhgl566aWy3hwAAOCknPoI0b///W/NmzdPn376qbZu3ao5c+borbfe0pw5c8p13qSkJOXk5NheR44cKdf5AACAYzn1EaLnn39eo0aNUo8ePSRJd955pw4dOqQJEyYoISFBgYGBkqTMzEzVqlXL9r7MzEw1adJEkhQYGKisrCy79V64cEEnT560vf9iHh4e8vDwKIctAgAAzsipjxCdPXtWLi72Jbq6uqqoqEiSFBYWpsDAQCUnJ9v6c3NzlZqaqqioKElSVFSUsrOzlZ6ebhuzevVqFRUVKTIysgK2AgAAODunPkL04IMPavz48apTp45uv/12/fe//9XkyZP19NNPS5IsFouGDh2qV199VfXq1VNYWJhGjx6toKAgdevWTZLUqFEjderUSf369dPMmTNVUFCggQMHqkePHld0hxkAALj5OXUgmjZtmkaPHq2///3vysrKUlBQkJ555hmNGTPGNuaFF17QmTNn1L9/f2VnZ+u+++7T8uXL5enpaRszb948DRw4UO3bt5eLi4vi4uI0depUR2wSAABwQk79HCJnwXOIUN54DhEAlL2b5jlEAAAAFYFABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATI9ABAAATO+aAtGtt96q3377rUR7dna2br311usuCgAAoCJdUyA6ePCgCgsLS7Tn5+fr119/ve6iAAAAKpLb1Qz+5ptvbH9esWKFrFarbbmwsFDJyckKDQ0ts+IAAAAqwlUFom7dukmSLBaLEhIS7PoqVaqk0NBQTZo0qcyKAwAAqAhXFYiKiookSWFhYUpLS1ONGjXKpSgAAICKdFWBqNiBAwfKug4AAACHuaZAJEnJyclKTk5WVlaW7chRsX/961/XXRgAAEBFuaZA9NJLL+nll19W8+bNVatWLVkslrKuCwAAoMJcUyCaOXOmZs+eraeeeqqs6wEAAKhw1/QcovPnz6tly5ZlXQsAAIBDXFMg6tu3rz799NOyrgUAAMAhrumU2blz5/TBBx/o22+/1V133aVKlSrZ9U+ePLlMigMAAKgI1xSIduzYoSZNmkiSfvjhB7s+LrAGAAA3mmsKRGvWrCnrOgAAABzmmq4hAgAAuJlc0xGitm3bXvbU2OrVq6+5IAAAgIp2TYGo+PqhYgUFBdq2bZt++OGHEj/6CgAA4OyuKRC9/fbbpbaPGzdOeXl511UQAABARSvTa4iefPJJfscMAADccMo0EKWkpMjT07MsVwkAAFDurumU2cMPP2y3bBiGjh07pi1btmj06NFlUhgAAEBFuaZAZLVa7ZZdXFzUoEEDvfzyy+rYsWOZFAYAAFBRrikQzZo1q6zrAAAAcJjruoYoPT1dn3zyiT755BP997//Laua7Pz666968sknVb16dXl5eenOO+/Uli1bbP2GYWjMmDGqVauWvLy8FBMTo3379tmt4+TJk4qPj5evr6/8/PzUp08f7oYDAAA21xSIsrKy1K5dO0VERGjw4MEaPHiwmjVrpvbt2+v48eNlVtypU6d07733qlKlSlq2bJl2796tSZMmqWrVqrYxEydO1NSpUzVz5kylpqbK29tbsbGxOnfunG1MfHy8du3apVWrVmnx4sVav369+vfvX2Z1AgCAG5vFMAzjat/02GOP6X//+5/mzp2rRo0aSZJ2796thIQE3Xbbbfrss8/KpLhRo0Zpw4YN+u6770rtNwxDQUFBGj58uEaMGCFJysnJUUBAgGbPnq0ePXpoz549Cg8PV1pampo3by5JWr58uTp37qxffvlFQUFBf1lHbm6urFarcnJy5OvrWybb9meho5aU+TpxYzn4ehdHlwAAN52r+f6+piNEy5cv13vvvWcLQ5IUHh6u6dOna9myZdeyylJ98803at68uR555BHVrFlTd999tz788ENb/4EDB5SRkaGYmBhbm9VqVWRkpFJSUiT98SgAPz8/WxiSpJiYGLm4uCg1NbXUefPz85Wbm2v3AgAAN69rCkRFRUWqVKlSifZKlSqp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VzNnztSuXbv03HPP6cknn9S6devK4+NBBZszZ468vb2VmpqqiRMn6uWXX9aqVaskSY888oiysrK0bNkypaenq2nTpmrfvr1Onjx5Ret+5513FBUVpX79+tn2w+DgYFv/qFGj9Prrr2vPnj266667lJeXp86dOys5OVn//e9/1alTJz344IM6fPhwuWw7Ktb17Gvz5s3T+PHj9cYbbyg9PV116tTRjBkz7NZ/+vRpJSQk6Pvvv9emTZtUr149de7cWadPn5b0R2CSpFmzZunYsWO25T9r3769/Pz89J///MfWVlhYqPnz5ys+Pl6StH//fnXq1ElxcXHasWOH5s+fr++//56HFJfGAC4hOjraaNSokVFUVGRrGzlypNGoUSPjp59+MiQZGzZssPWdOHHC8PLyMv79738bhmEYd955pzFu3LhS171mzRpDknHq1CnDMAxj1qxZhtVqLTEuJCTEePvttw3DMIyCggKjRo0axty5c239jz/+uPHYY48ZhmEY586dMypXrmxs3LjRbh19+vQxHn/88avefjiX6Oho47777rNri4iIMEaOHGl89913hq+vr3Hu3Dm7/rp16xrvv/++YRiGkZCQYHTt2tWuf8iQIUZ0dLTdHEOGDLEbU7yvLly48C9rvP32241p06bZlv+8/+LGcb37WmRkpJGYmGjXf++99xqNGze+5JyFhYVGlSpVjEWLFtnaJBkLFiywGzd27Fi79QwZMsRo166dbXnFihWGh4eH7d/WPn36GP3797dbx3fffWe4uLgYv//++yXrMSOOEOGy7rnnHlksFttyVFSU9u3bp927d8vNzU2RkZG2vurVq6tBgwbas2ePJGnw4MF69dVXde+992rs2LHasWPHddXi5uamRx99VPPmzZMknTlzRl9//bXtf0I///yzzp49qw4dOtjOs/v4+Gju3Lnav3//dc0N53DXXXfZLdeqVUtZWVnavn278vLyVL16dbu/+wMHDpTZ333z5s3tlvPy8jRixAg1atRIfn5+8vHx0Z49ezhCdJO4nn1t7969atGihd37L17OzMxUv379VK9ePVmtVvn6+iovL++q95/4+HitXbtWR48elfTH0akuXbrYblLZvn27Zs+ebVdrbGysioqKdODAgaua62bHVYEoN3379lVsbKyWLFmilStXasKECZo0aZIGDRp0zeuMj49XdHS0srKytGrVKnl5ealTp06SZDuVtmTJEtWuXdvuffxG0M2hUqVKdssWi0VFRUXKy8tTrVq1tHbt2hLvKf5icHFxsV3/Vqz49O6V8Pb2tlseMWKEVq1apbfeeku33XabvLy81L17d50/f/6K1wnndT372pVISEjQb7/9pnfeeUchISHy8PBQVFTUVe8/ERERqlu3rj7//HMNGDBACxYs0OzZs239eXl5euaZZzR48OAS761Tp85VzXWzIxDhslJTU+2Wi891h4eH68KFC0pNTVXLli0lSb/99pv27t2r8PBw2/jg4GA9++yzevbZZ5WUlKQPP/yw1EDk7u6uwsLCv6ynZcuWCg4O1vz587Vs2TI98sgjtn+4wsPD5eHhocOHDys6Ovp6Nhs3mKZNmyojI0Nubm62i08v5u/vrx9++MGubdu2bXZffFe6H0rShg0b1KtXL9v1a3l5eTp48OA11Y8bx5Xsaw0aNFBaWpp69uxpa7v4GqANGzbovffeU+fOnSVJR44c0YkTJ+zGVKpU6Yr2x/j4eM2bN0+33HKLXFxc1KVLF7t6d+/erdtuu+1KN9G0OGWGyzp8+LCGDRumvXv36rPPPtO0adM0ZMgQ1atXT127dlW/fv30/fffa/v27XryySdVu3Ztde3aVdIfd/CsWLFCBw4c0NatW7VmzRo1atSo1HlCQ0OVl5en5ORknThxQmfPnr1kTU888YRmzpypVatW2U6XSVKVKlU0YsQIPffcc5ozZ47279+vrVu3atq0aZozZ07ZfjBwKjExMYqKilK3bt20cuVKHTx4UBs3btSLL76oLVu2SJLatWunLVu2aO7cudq3b5/Gjh1bIiCFhoYqNTVVBw8e1IkTJ1RUVHTJOevVq6evvvpK27Zt0/bt2/XEE09cdjxuDleyrw0aNEgfffSR5syZo3379unVV1/Vjh077C4/qFevnj7++GPt2bNHqampio+Pl5eXl91coaGhSk5OVkZGhk6dOnXJmuLj47V161aNHz9e3bt3tzsiPnLkSG3cuFEDBw7Utm3btG/fPn399ddcVF0KAhEuq2fPnvr999/VokULJSYmasiQIbYHJc6aNUvNmjXTAw88oKioKBmGoaVLl9r+x11YWKjExEQ1atRInTp1Uv369fXee++VOk/Lli317LPP6rHHHpO/v78mTpx4yZri4+O1e/du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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Count the frequency of each sentiment category\n", + "sentiment_counts = productDF[\"sentiment\"].value_counts()\n", + "\n", + "# Visualize the sentiment distribution\n", + "plt.bar(sentiment_counts.index, sentiment_counts.values)\n", + "plt.xlabel(\"Sentiment\")\n", + "plt.ylabel(\"Count\")\n", + "plt.title(\"Sentiment Distribution\")\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAawAAAGbCAYAAACYt6S5AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAABJXElEQVR4nO3deVhU9eIG8HcWZhiGfRNEBERc0MR9V6hUTC21NC0rd6ufWlbeytuiLea9lWn74u26ZeXNsiy1XFJLc09xwRUFXBAUhn1gtvP7g6QIVIQZvnNm3s/zzFMzc+acd0aYl3PO95yjkCRJAhERkZNTig5ARERUGywsIiKSBRYWERHJAguLiIhkgYVFRESywMIiIiJZYGEREZEssLCIiEgWWFhERCQLLCy6KePGjUN0dLToGMItWbIECoUC6enpDl/W3z/z9PR0KBQKvPnmmw5fNgDMmTMHCoWiQZZFdD0sLCd2+PBhjBgxAlFRUfD09ERERAT69++Pd99916HLvXjxIubMmYODBw86dDmOUlpaijlz5mDr1q21mn7r1q1QKBSVN61Wi0aNGiEpKQmvvfYaLl++LCRXQ3LmbESVJHJKO3bskDQajdS8eXPplVdekRYtWiS9+OKL0oABA6TY2FiHLnvv3r0SAGnx4sXVnjOZTFJZWZlDl19fly9flgBIs2fPrtX0W7ZskQBIjz32mLR8+XJpyZIl0htvvCENHz5cUqvVUlBQkLR58+Yqr7FYLJLRaJRsNpvDcl3198/87NmzEgDpjTfeuKn51DWb2WyWjEaj3ZZFVFdqkWVJ1zZ37lz4+flh79698Pf3r/JcTk6OmFAAPDw8hC3b0fr06YMRI0ZUeSwlJQUDBgzAPffcg9TUVISHhwMAVCoVVCqVQ/OUlJRAr9cL/8zVajXUan5VkHjcJOik0tLS0KZNm2plBQChoaHVHvvss8/QqVMn6HQ6BAYGYvTo0Th37lyVaZKSktC2bVukpqbi1ltvhZeXFyIiIvD6669XTrN161Z06dIFADB+/PjKzWRLliwBcP39Ke+//z6aNWsGLy8vDBgwAOfOnYMkSXjllVfQpEkT6HQ6DB06FHl5edXyr1+/Hn369IFer4ePjw8GDx6Mo0ePVplm3Lhx8Pb2xoULFzBs2DB4e3sjJCQEM2fOhNVqrcwTEhICAHjppZcq88+ZM+eGn3lNEhISsHDhQuTn5+O9996rfLymfVj79u1DcnIygoODodPpEBMTgwkTJtQq19X3lpaWhkGDBsHHxwdjxoyp8TP/qwULFiAqKgo6nQ6JiYk4cuRIleeTkpKQlJRU7XV/neeNstW0D8tiseCVV15BbGwstFotoqOj8c9//hPl5eVVpouOjsaQIUOwfft2dO3aFZ6enmjWrBmWLVtW8wdOdB0sLCcVFRWF/fv3V/sCqsncuXPx0EMPIS4uDm+99RZmzJiBzZs3o2/fvsjPz68yrcFgwMCBA5GQkID58+ejVatWeOaZZ7B+/XoAQOvWrfHyyy8DAKZMmYLly5dj+fLl6Nu373UzrFixAh988AGmT5+Op556Ctu2bcO9996L559/Hj/++COeeeYZTJkyBd9//z1mzpxZ5bXLly/H4MGD4e3tjX//+9944YUXkJqait69e1cb1GC1WpGcnIygoCC8+eabSExMxPz58/HJJ58AAEJCQvDhhx8CAIYPH16Z/+67777h53gtI0aMgE6nw4YNG645TU5ODgYMGID09HQ8++yzePfddzFmzBjs2rWr1rksFguSk5MRGhqKN998E/fcc891cy1btgzvvPMOpk6dilmzZuHIkSO47bbbkJ2dfVPvry6f2aRJk/Diiy+iY8eOWLBgARITEzFv3jyMHj262rSnT5/GiBEj0L9/f8yfPx8BAQEYN25ctT9IiG5I9DZJqtmGDRsklUolqVQqqUePHtLTTz8t/fTTT5LJZKoyXXp6uqRSqaS5c+dWefzw4cOSWq2u8nhiYqIEQFq2bFnlY+Xl5VJYWJh0zz33VD52vX1YY8eOlaKioirvX92fEhISIuXn51c+PmvWLAmAlJCQIJnN5srH77vvPkmj0VTukykqKpL8/f2lyZMnV1nOpUuXJD8/vyqPjx07VgIgvfzyy1Wm7dChg9SpU6fK+3Xdh/XVV19dc5qEhAQpICCg8v7ixYslANLZs2clSZKk1atXSwCkvXv3XnMe18t19b09++yzNT5X02eu0+mk8+fPVz6+e/duCYD0xBNPVD6WmJgoJSYm3nCe18s2e/Zs6a9fFQcPHpQASJMmTaoy3cyZMyUA0s8//1z5WFRUlARA+uWXXyofy8nJkbRarfTUU09VWxbR9XANy0n1798fO3fuxF133YWUlBS8/vrrSE5ORkREBNasWVM53Tff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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "\n", + "# Visualize the sentiment distribution\n", + "plt.pie(sentiment_counts.values, labels=sentiment_counts.index, autopct='%1.1f%%')\n", + "plt.title(\"Sentiment Distribution\")\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "reviewt: Great tablet for kids!\n", + "Review: I purchased two of these tablet a pink and blue. They was for my 5 and 7 years children. They really love their tablets. Yes, it was a birthday gift.\n", + "Polarity: 0.13333333333333333\n", + "Sentiment: neutral\n", + "---------------------\n", + "reviewt: Perfect entertainment for my young great grandson.\n", + "Review: This was perfect for entertaining my 20-month old great grandson during car trips, shopping and bedtime.\n", + "Polarity: 0.6000000000000001\n", + "Sentiment: positive\n", + "---------------------\n", + "reviewt: Easy for my 3 year old to use\n", + "Review: Need to definitely get a memory card. Not enough memory to hold kids apps.\n", + "Polarity: 0.0\n", + "Sentiment: neutral\n", + "---------------------\n", + "reviewt: Great for kids\n", + "Review: Just what she needed to keep her interested in short games & letters\n", + "Polarity: 0.125\n", + "Sentiment: neutral\n", + "---------------------\n", + "reviewt: good\n", + "Review: i would not change any thing on it at all it works very good\n", + "Polarity: 0.9099999999999999\n", + "Sentiment: positive\n", + "---------------------\n" + ] + } + ], + "source": [ + "for index, row in productDF.head().iterrows():\n", + " reviewt = row['reviews.title']\n", + " review = row['reviews.text']\n", + " sentiment = row['sentiment']\n", + " print(\"reviewt:\", reviewt)\n", + " print(\"Review:\", review)\n", + " print(\"Polarity: \" + str(textblob.TextBlob(review).sentiment.polarity))\n", + " print(\"Sentiment:\", sentiment)\n", + " print(\"---------------------\")" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Positive reviews:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namebrandreviews.ratingreviews.textreviews.titlesentiment
15778Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0This was perfect for entertaining my 20-month ...Perfect entertainment for my young great grand...positive
15781Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0i would not change any thing on it at all it w...goodpositive
15782Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon2.0This is a good tablet for children and adults ...Nice but problematicpositive
15784Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon4.0Its a decent tablet for a really good price. i...Tablet for my 8 year oldpositive
15785Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0The protective rubber guard works so well. Eas...Perfect for kidspositive
\n", + "
" + ], + "text/plain": [ + " name brand \\\n", + "15778 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15781 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15782 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15784 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15785 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "\n", + " reviews.rating reviews.text \\\n", + "15778 5.0 This was perfect for entertaining my 20-month ... \n", + "15781 5.0 i would not change any thing on it at all it w... \n", + "15782 2.0 This is a good tablet for children and adults ... \n", + "15784 4.0 Its a decent tablet for a really good price. i... \n", + "15785 5.0 The protective rubber guard works so well. Eas... \n", + "\n", + " reviews.title sentiment \n", + "15778 Perfect entertainment for my young great grand... positive \n", + "15781 good positive \n", + "15782 Nice but problematic positive \n", + "15784 Tablet for my 8 year old positive \n", + "15785 Perfect for kids positive " + ] + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Examples of reviews along with their sentiment and polarity\n", + "print(\"Positive reviews:\")\n", + "productDF[productDF[\"sentiment\"] == \"positive\"].head()" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Negative reviews:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namebrandreviews.ratingreviews.textreviews.titlesentiment
15799Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0Goog tablet the only bad part is that you have...Great tabletnegative
15923Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0for the price you cant beat this, my daughter ...Awesome tablet for kidsnegative
15967Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon4.0This kindle is very slow at recharging. Grandd...Good for beginning users.negative
16009Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon1.0Not able to play youtube that's what my daught...Not meet needsnegative
16024Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon4.0Unfortunately my grandson has broken the glass...My Grandson loves his Kindlenegative
\n", + "
" + ], + "text/plain": [ + " name brand \\\n", + "15799 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15923 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15967 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "16009 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "16024 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "\n", + " reviews.rating reviews.text \\\n", + "15799 5.0 Goog tablet the only bad part is that you have... \n", + "15923 5.0 for the price you cant beat this, my daughter ... \n", + "15967 4.0 This kindle is very slow at recharging. Grandd... \n", + "16009 1.0 Not able to play youtube that's what my daught... \n", + "16024 4.0 Unfortunately my grandson has broken the glass... \n", + "\n", + " reviews.title sentiment \n", + "15799 Great tablet negative \n", + "15923 Awesome tablet for kids negative \n", + "15967 Good for beginning users. negative \n", + "16009 Not meet needs negative \n", + "16024 My Grandson loves his Kindle negative " + ] + }, + "execution_count": 19, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "print(\"Negative reviews:\")\n", + "productDF[productDF[\"sentiment\"] == \"negative\"].head()" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Negative reviews:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namebrandreviews.ratingreviews.textreviews.titlesentiment
15777Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0I purchased two of these tablet a pink and blu...Great tablet for kids!neutral
15779Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0Need to definitely get a memory card. Not enou...Easy for my 3 year old to useneutral
15780Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0Just what she needed to keep her interested in...Great for kidsneutral
15783Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0The only draw back to this device is no intern...Love itneutral
15789Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon4.0Good kids tablet for games and videos but the ...Good kids tabletneutral
\n", + "
" + ], + "text/plain": [ + " name brand \\\n", + "15777 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15779 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15780 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15783 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "15789 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon \n", + "\n", + " reviews.rating reviews.text \\\n", + "15777 5.0 I purchased two of these tablet a pink and blu... \n", + "15779 5.0 Need to definitely get a memory card. Not enou... \n", + "15780 5.0 Just what she needed to keep her interested in... \n", + "15783 5.0 The only draw back to this device is no intern... \n", + "15789 4.0 Good kids tablet for games and videos but the ... \n", + "\n", + " reviews.title sentiment \n", + "15777 Great tablet for kids! neutral \n", + "15779 Easy for my 3 year old to use neutral \n", + "15780 Great for kids neutral \n", + "15783 Love it neutral \n", + "15789 Good kids tablet neutral " + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "print(\"Negative reviews:\")\n", + "productDF[productDF[\"sentiment\"] == \"neutral\"].head()" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Number of positive reviews: 1204\n", + "Number of negative reviews: 22\n", + "Number of neutral reviews: 459\n" + ] + } + ], + "source": [ + "# Assuming you already have the \"sentiment\" column in your DataFrame\n", + "\n", + "# Count the number of positive, negative, and neutral reviews\n", + "positive_count = productDF[\"sentiment\"].value_counts()[\"positive\"]\n", + "negative_count = productDF[\"sentiment\"].value_counts()[\"negative\"]\n", + "neutral_count = productDF[\"sentiment\"].value_counts()[\"neutral\"]\n", + "\n", + "# Print the results\n", + "print(\"Number of positive reviews:\", positive_count)\n", + "print(\"Number of negative reviews:\", negative_count)\n", + "print(\"Number of neutral reviews:\", neutral_count)" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": {}, + "outputs": [], + "source": [ + "# Find examples where rating is more than 4 but sentiment is negative\n", + "falseNegative = productDF[(productDF[\"reviews.rating\"] >= 4) & (productDF[\"sentiment\"] == \"negative\")]\n", + "\n", + "# Find examples where rating is less than 3 but sentiment is positive\n", + "falsePositive = productDF[(productDF[\"reviews.rating\"] < 3) & (productDF[\"sentiment\"] == \"positive\")]\n", + "\n", + "# reset indicies\n", + "falseNegative = falseNegative.reset_index(drop=True)\n", + "falsePositive = falsePositive.reset_index(drop=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namebrandreviews.ratingreviews.textreviews.titlesentiment
0Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon2.0This is a good tablet for children and adults ...Nice but problematicpositive
1Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon2.0Seemed to be fine as Chtistmas gift for grandd...kids' kindle firepositive
2Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon2.0I have to say this was not that great a purcha...I expected limitations, I got limitationspositive
3Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon2.0Touch response is not so good. so my kid refus...Touch response is not goodpositive
4Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon2.0I bought 2 Amazon Kid's Fire Tablets for my tw...AMAZON KID's FIRE TABLETSpositive
\n", + "
" + ], + "text/plain": [ + " name brand reviews.rating \\\n", + "0 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 2.0 \n", + "1 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 2.0 \n", + "2 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 2.0 \n", + "3 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 2.0 \n", + "4 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 2.0 \n", + "\n", + " reviews.text \\\n", + "0 This is a good tablet for children and adults ... \n", + "1 Seemed to be fine as Chtistmas gift for grandd... \n", + "2 I have to say this was not that great a purcha... \n", + "3 Touch response is not so good. so my kid refus... \n", + "4 I bought 2 Amazon Kid's Fire Tablets for my tw... \n", + "\n", + " reviews.title sentiment \n", + "0 Nice but problematic positive \n", + "1 kids' kindle fire positive \n", + "2 I expected limitations, I got limitations positive \n", + "3 Touch response is not good positive \n", + "4 AMAZON KID's FIRE TABLETS positive " + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "falsePositive.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namebrandreviews.ratingreviews.textreviews.titlesentiment
0Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0Goog tablet the only bad part is that you have...Great tabletnegative
1Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0for the price you cant beat this, my daughter ...Awesome tablet for kidsnegative
2Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon4.0This kindle is very slow at recharging. Grandd...Good for beginning users.negative
3Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon4.0Unfortunately my grandson has broken the glass...My Grandson loves his Kindlenegative
4Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16...Amazon5.0My son is crazy about it,nice size,good grafic...Greatnegative
\n", + "
" + ], + "text/plain": [ + " name brand reviews.rating \\\n", + "0 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 5.0 \n", + "1 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 5.0 \n", + "2 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 4.0 \n", + "3 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 4.0 \n", + "4 Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16... Amazon 5.0 \n", + "\n", + " reviews.text \\\n", + "0 Goog tablet the only bad part is that you have... \n", + "1 for the price you cant beat this, my daughter ... \n", + "2 This kindle is very slow at recharging. Grandd... \n", + "3 Unfortunately my grandson has broken the glass... \n", + "4 My son is crazy about it,nice size,good grafic... \n", + "\n", + " reviews.title sentiment \n", + "0 Great tablet negative \n", + "1 Awesome tablet for kids negative \n", + "2 Good for beginning users. negative \n", + "3 My Grandson loves his Kindle negative \n", + "4 Great negative " + ] + }, + "execution_count": 24, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "falseNegative.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Number of false negatives: 13\n", + "Number of false positives: 11\n" + ] + } + ], + "source": [ + "# Calculate the number of false negatives and false positives\n", + "numFalseNegatives = len(falseNegative)\n", + "numFalsePositives = len(falsePositive)\n", + "\n", + "print(\"Number of false negatives:\", numFalseNegatives)\n", + "print(\"Number of false positives:\", numFalsePositives)" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Goog tablet the only bad part is that you have to be creating a profile and thats where it gets complicated because when they sell u the tablet they saw its for kids\n", + "Sentiment analyzer: negative\n", + "Polarity: -0.3999999999999999\n", + "\n", + "The sentiment analyzer here did not fail in this example, it was actually negative, but I found that \n", + "it was rated as five, which leads to it being positive, and thus it appeared in the false negative group\n", + " and this is due to an error on the part of the client himself.\n", + " \n" + ] + } + ], + "source": [ + "# Take one example and explain why sentiment analyzer failed\n", + "example = falseNegative[\"reviews.text\"][0]\n", + "print(example)\n", + "print(\"Sentiment analyzer: \" + sentimentAnalyzer(example))\n", + "print(\"Polarity: \" + str(textblob.TextBlob(example).sentiment.polarity))\n", + "\n", + "print(\"\"\"\n", + "The sentiment analyzer here did not fail in this example, it was actually negative, but I found that \n", + "it was rated as five, which leads to it being positive, and thus it appeared in the false negative group\n", + " and this is due to an error on the part of the client himself.\n", + " \"\"\")" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "metadata": {}, + "outputs": [], + "source": [ + "# Export to csv\n", + "productDF.to_csv(\"product.csv\")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.8" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/Project/product.csv b/Project/product.csv new file mode 100644 index 0000000..9da5869 --- /dev/null +++ b/Project/product.csv @@ -0,0 +1,1686 @@ +,name,brand,reviews.rating,reviews.text,reviews.title,sentiment +15777,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I purchased two of these tablet a pink and blue. They was for my 5 and 7 years children. They really love their tablets. Yes, it was a birthday gift.",Great tablet for kids!,neutral +15778,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This was perfect for entertaining my 20-month old great grandson during car trips, shopping and bedtime.",Perfect entertainment for my young great grandson.,positive +15779,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Need to definitely get a memory card. Not enough memory to hold kids apps.,Easy for my 3 year old to use,neutral +15780,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Just what she needed to keep her interested in short games & letters,Great for kids,neutral +15781,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,i would not change any thing on it at all it works very good,good,positive +15782,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"This is a good tablet for children and adults too. However there is an issue with the port and charger cable. We did not even have this tablet 3 weeks before it would barley charge. Took it back to best buy and they said they could not fox it, and imagine the port is not covered under the manufacturer warranty. So now I have a tablet that takes a couple days to charge. Its really frustrating.",Nice but problematic,positive +15783,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The only draw back to this device is no internet service included. My 1 year old granddaugther loves hers and I don't leave home without it.,Love it,neutral +15784,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Its a decent tablet for a really good price. it has lots of pre-installed apps, which only a couple are used by my son. He loves taking and editing videos, so the front and rear cameras are essential. Its a nice tablet overall, and I'm sure he and I will like it more once it is completely set up the way we want it.",Tablet for my 8 year old,positive +15785,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The protective rubber guard works so well. Easy parental controls,Perfect for kids,positive +15786,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to use meet standards my kids really enjoyed it,Very educational,positive +15787,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Its a good product and also you can be monitoring what can your kids see,The case it's great for kids,positive +15788,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Initially we purchased the Kids Kindle Fire for our 3 year old. The parental controls and time limitations are super easy to set up. We have a Samsung Galaxy tablet that our 9 year old son uses, but we ended up getting a second Fire for him because it seemed very kid-friendly and I didn't have to worry about any inappropriate content popping up. Lots of good educational apps and games.",Liked it so much I bought two!,positive +15789,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Good kids tablet for games and videos but the charger is pretty annoying.,Good kids tablet,neutral +15790,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son is 18 months and this kids him nice and quiet,Great for kids,positive +15791,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Easy to use. Great for kids. Great for mom when kids steal mom's phone. Lightweight. Great protective case. But it gets really dirty, real quick.",Easy to use,positive +15792,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Not a lot of memory, dies fast. Great games........",Okay,positive +15793,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,He loves his kindle takes it everywhere. does school work on it plus plays games Excellent piece of equipment.,Great tablet for a beginner,positive +15794,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is an excellent product for kids. There are lots of games, books (including interactive ones) and cartoons. I also like you can set a time limit for how long you want your child to play or use the Fire. The only downfall is the charger cable sucks.",Excellent Product,neutral +15795,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandson loved this. He is 4 and it was perfect.,Grandson's Birthday Gift,positive +15796,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This tablet has been very satisfactory in functionality. Good cushioning on the outer case (better than another tablet I had purchased previously), still pictures & video are pretty good. No problems with accounts, parental controls & wireless connection. Overall a good tablet for kids.",Good working tablet,positive +15797,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's the perfect tablet for a kid to watch cartoons and play games. The protection is awesome!,Great for children!,positive +15798,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love the case it helps the tablet be safe so the screen doesnt break to easy,Not so bad for a child,positive +15799,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Goog tablet the only bad part is that you have to be creating a profile and thats where it gets complicated because when they sell u the tablet they saw its for kids,Great tablet,negative +15800,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for a 2 year old. She loves it! She's already got more things figured out on it than I do!. Good educational programs and some fun ones too!,"So far, so good!",positive +15801,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 3yr. old loves this tablet. Easy for her to use. She watches videos plays games.,The best tablet for kids,positive +15802,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grand daughter loved it. She plays with it all the time.,Great for my 2 year old,positive +15803,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This product is a great learning tool for my 4yr old toddler. It's has the option for kid mode or regular tablet mode.,Great for my toddler,positive +15804,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,the product is working perfectly and the service was greatThank you,excellent product,positive +15805,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,its a great great gift that can be used by everyone,perfect gift,positive +15806,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought the Tablet for my grandson for Christmas. It was the best investment that I have made in all time. He is learning so much that he can't put it down. As a matter of fact, he sleeps this it just about every night.",This was a good investment for my grandson.,positive +15807,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves it we like that it has a worry free gaurantee and parental controls it was,Great kids tablet,positive +15808,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Nice sturdy case. Good way to start children on tablets.,kids kindle,positive +15809,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Love the parental controls and more storage than previous models, but still seems to run out.",Great for a 4 yearold,positive +15810,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this as a gift for my elementary school aged niece. She immediately put it to work playing games and watching video. Her face lit up and in the nearly two months since I purchased it for her, she's had no problems!",Workman tablet for kids,neutral +15811,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Good for toddlersEasy to carryEasy to download,Good for toddlers,positive +15812,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Purchased one for my older son last year....Got this second d one for the younger one so they don't fight over them.,Great kids tablet,neutral +15813,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great Christmas gift for my son. Best tablet ever.,Awesome,positive +15814,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,This was easy to setup and easy to hand over to my 4 yr old. She loves the different games and apps that are available to her.,Great for kids,positive +15815,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This a great tablet for a child. Fully functional Amazon fire tablet with a special GUI just for the little ones . Plus a 2 year warranty no matter what happens to it. Definitely worth it!,Wow!,positive +15816,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son love it. He watch his favorite cartoon shows and love to read books,Great,positive +15817,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves it and so does my son and wife too.,Good stuff,neutral +15818,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I like the fact that it comes w/a case. It's easy for the child to operate, instructions are clear.",Decent tablet for younger kids,positive +15819,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Really good for KIDS use kids lock so they don't see what the don't suppose to see love this,Happy kids,positive +15820,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for my 7 year old she loves it!!! Great price and great product!!!,Great tablet for kids,positive +15821,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,A bargain for the price especially for the coverage of the warranty. A gift for my 4 year old granddaughter. Things can happen to it. She absolutely loves it and pretty easy to use!,Great gift,positive +15822,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my granddaughter for Christmas. She absolutely loves it.,Great tablet,neutral +15823,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I got this for my kids and I am able to have parental control over all of them, put a time limit on play time, they each have their own apps, games and books that are appropriate for their age. My kids love it and they are learning! With this kids edition I get 1 free year of all kids appropriate app,games,videos and books!",Great for kids,positive +15824,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daugther used to have a leap frog tablet, but when it started to have battery issues I went to the store and found out that they no longer produced the tablet, so best buy gave me store credit and they recomended me this tablet. My daugther loves it and so do I. On kidz mode I can rest assured that she is only going to see kids safe content like interactive book, games and apps. On tablet mode she can watch movies with the SD card slot which can go all they way to 128GB!I put a 32 GB which help us on our loooong christmas trip...",The perfect tablet for kids.,positive +15825,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Works great. Easy to set time limits and goals. Easy to set up multiple profiles. Excellent product. As advertised.,Kids love it!,positive +15826,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This washer and dryer is very basic but still nice with lots of options. Great for my small family. Worth the money!,great washer/Dryer for small family,positive +15827,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is a great tablet for kids with lot of good contents and Amazon's 2 year No-Questions asked warranty along with a free one year subscription for contents made it even better. Parental control on this is great, both us as parents and my son love this device. The only drawback I see is that the charging cable is very small length that it's hard to charge it without putting it on top of something to reach to a regular height outlet.",Great Tablet for kids with Parental Control,positive +15828,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My children love it. Los of different things they can do to learn,Good tablet for a kid,positive +15829,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,The charging plugs on these kindle damage way to easy. I am very disappointed as this is not the first time this has happened to one of my kindles.,Charging plug,neutral +15830,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves this tablet. She drops it and it keeps going. she can't put it down.,great tablet,neutral +15831,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Thought this would be too advanced for my 3 year old, but she loves it. Easy for her to navigate and learn patience. Games, books and apps are great for the age range. Parental controls have kept her honest.",Great for all ages,positive +15832,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Thought this would be too bland for an 8 year old, but he loves it. Games, books and apps are great for the age range. Parental controls have kept him honest.",Great for all ages,positive +15833,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my 4 year old granddaughter. She loves it and now thinks its great since she has her own computer she says.,Perfect for my granddaughter,positive +15834,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to use. Grandaughter was thrilled!!!!!!!!!!!1,Perfect for my grandaughter,positive +15835,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grand daughter loves it and so do her parents! Very durable. I'd highly recommend this product,Great beginner tablet,positive +15836,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was the perfect gift for grandkids. I bought one in pink and one in green so each grandchild would have their own color. Lots of games come with the tablet and additional games and videos can be added.,great for kids,positive +15837,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"At first I wanted to return this product, I bought it for my 2 yr old. I decided to keep it bc my husband liked it and of course my daughter likes it. I dnt like the fact you cant use the audible app on the kids version. I also bought it so my daughter could be independent, as far as the books none of them are read aloud. She came maneuver the games and movies tho. Its an ok product tho, I love Amazon. My daughter still likes my Samsung Tab better. Would recommend for older kids.",My daughter likes it,positive +15838,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,We bought this as a replacement. My daughter cracked the screen on her other one right before Christmas. We love it! Only issues we have is something she does will make it so only half the apps/games show. However we like she can only play safe age appropriate games and don't have to worry when she's on it.,Early morning helper,neutral +15839,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter hasn't put it down since Christmas. We're both in love! It's very easy for her to operate (she's 2) and very easy to set up. It's a win win for both parent and child.,Heaven on earth!,positive +15840,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my 5 yr old granddaughter. She loves it. It has many games and other games can be downloaded. She is also able to watch videos and mom can set parental controls to limit time and usage.,durable and fun tablet for kids,positive +15841,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Durable , worth every penny, got it for our 2 year old daughter , amazed how easily she can navigate it",Awesome,positive +15842,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Great tablet for toddlers. Easy yet fun. I purchased two tablets for my grandkids, ages 2 and 4. They both love it and enjoy playing with it.",Great tablet for toddlers.,positive +15843,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Needed a tough little tablet for my grandson. Had it a couple of months and has held up very well.,Good Price great tablet,neutral +15844,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The Screen resolution is great and I like the built-in case,I like the games and the books,positive +15845,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my 3 year old grandson and he loves it good learning tool along with great fun for him!,Great tablet,positive +15846,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Overall I wasn't too impressed with his tablet. Actually returned it for an iPad mini bc my kid like it better and it was easier to use.,Not too kid friendly,positive +15847,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Its a great set up for kids, my daughter loves it and plays it all the time.",Great for kids,positive +15848,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I got this for my kid, because it is tailored for kids. They liked it and it worked.",Amazon - Fire Kids Edition,positive +15849,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"These are great tablets for the kids and the price is wonderful with the warranty and the soft, yet bulky (a good thing in this instance) case. The only thing I wish, was that it could access the Google Play Store so my kids could watch the movies we have in our Google Play Movies account.",Great for the kids... no Google Play Store,positive +15850,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I purchased this tablet for my 3 year old and he loves it! Very easy to use and setup.,My 3 year old loves it!,positive +15851,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It is safe .. love the thick case & its fun fir my kids,Awesomely safe & Educational,positive +15852,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves it he's only 3 understands how to use it and I can see it has helped him learn word animals and etc.. it's a very good way to keep the brain moving and active.,Great for young kids learning,positive +15853,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is great for any child. Love the parental control and way it holds up. Definitely recommend,Amazing product,positive +15854,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,As this product is made for children most would already assume that it is durable but I will go one step further and elaborate that my girlfriends 2 year old has dropped this multiple times onto concrete and the case has done its job and kept the Kindle intact. I am very happy with this purchase as is the child. Not to heavy and she can hold it with no problem.,Great for Children.,positive +15855,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I am very happy with this purchase. Keeps my grandsons entertained. Easy to set up and use.,Excellent tablet for my grandson.,positive +15856,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Good tablet for young kids. Battery life could be better,Good for preschoolers,positive +15857,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son washed it twice! Throw it a few times and it's still ticking.,Great tablet for kids,neutral +15858,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's all the great features of the Fire but with added bonuses for the kids. The app for the kids is great and the case has held up to our two year old thus far.,Perfect for little ones,positive +15859,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet has many educational games for a preschooler.,My 4 year old love it!,positive +15860,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"He figured it out in no time. Be sure to combine all non-child approved apps into a folder. My only complaint is the 1 year free Amazon Freetime doesn't work without an internet connection. Not everyone has home wifi. Anyway, that's my only complaint.",Great tablet for my 3 yr old,neutral +15861,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Picked this up for my two year old granddaughter. She loves it and its the first thing she picks up to play with. She can play a lot of the age appropriate games and can navigate around really easily. I even use it sometimes!,great tablet for kids,positive +15862,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my son loves it. I have bought him tablets before but he never liked them as much. this one is easier to use.,great settings and easy to use,neutral +15863,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I purchased this tablet for my grandkids ages 2 and 4. They love it! It's easy and fun to use for toddlers. It's perfect for the educational games they enjoy.,Great tablet for toddlers.,positive +15864,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this tablet for my daughter who was turning 2 - but also because we were taking an 8 hour road trip and wanted her to be occupied. The games are very toddler user friendly and when she gets mad and throws it, it doesn't effect the tablet. My only issue is that the charger doesn't stay secure in the charger spot (sorry I don't know the technical terms haha) so sometimes I will think it is charging and in fact it is not. I recommend buying the warranty for issues like that.",Great for a 2 year old,neutral +15865,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to use great cover and a lot of options for app games. My daughter loves it.,Best Tablet for Toddlers,positive +15866,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves his tablet! It's easy for him to use and he enjoys all the games that come with it. No problem with the storage or speed of apps. I previously bought him the Samsung tablet and when that broke it was difficult to get it fixed. I like that Amazon gives you a two year warranty.,Perfect for my 3 year old,neutral +15867,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My kids love this product, as do I. Parental restrictions can be set and they know when they have to shut them off. Good battery life too.",Great for kids and very durable,positive +15868,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great tablet for destructive toddlers. My son has dropped and thrown it several times and it still works!...,My son and nephew love it,neutral +15869,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The grandson likes the learning games that are on the tablet. You can see the progress in his learning from the time he has used it,Great camera to take photos,neutral +15870,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great-----------------------------------------------,Wonderful,positive +15871,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My 5 year old son loves his kindle. He can fully work it himself. We love all the he age appropriate games, learning apps, and books. The case is great for all those accidentally drops.",Great for kids,positive +15872,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,We bought it on a bunch and we're very pleased with the ease of use and the way our granddaughter was motivated to use it.,"excellent product, fosters motivation.",positive +15873,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This has kept my kids entertained, but maybe just a little too entertained. Sadly, they don't want to do much else",Kid Entertaining,neutral +15874,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I like that this tablet can grow with my 5 year old. I love the various age settings and the parental controls. Perfect first tablet!,Great tablet for my 5 year old!,positive +15875,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My daughter loves this tablet. She can navigate through the apps with ease.,Great tablet for a kindergartener,neutral +15876,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I purchased this for my daughter, and she loves it! I love the user friendly parental controls!",For my 3 y/o,positive +15877,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son is 4 and he loves it. Super easy to use for kids.,A great table for kids,positive +15878,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son is 3 and he loves it so easy to use. It's great.,A great table for kids,positive +15879,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is the best child's tablet and some adults like me can benefit from the warranty and matched case,best child's tablet,positive +15880,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is the second kindle my daughter has been using and its been good.,Great,positive +15881,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,returning for a replacement. It got wet and quite working for a child's device it should be better made.,Device is not as rugged as it could be returning,neutral +15882,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Good for alittle ones for games and movies picture not so clear but not expensive,Great for small kids,positive +15883,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Son loves it........................................,Great for kids,neutral +15884,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Very easy to set up with an Amazon prime account. Haven't had to pay anything, great for small kids. Like the protective cover that goes on this device","Works great, glad we bought it.",positive +15885,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My 3 year old destroyed an iPad mini. This thing has held up through drops, throws , and sticky fingers. Awesome investment for road trips.",Kid approved.,positive +15886,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I got this for ky 3 year old and she loves it. She has dropped it a fews times, once outside and it just bounced. I also love that I can set restrictions on play time, I can have it where this is no play time until a certain number of minutes of reading time has been completed. I don't have set times of the day that she can even get on it",Great for a 4 year old!,positive +15887,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My grandson needed a new tablet. He had a Nabi for the last two years and had reached it's limit regarding storage. I found this tablet and decided I was the perfect choice because of the great price, memory, and it comes with a ""kid proof"" case.",This is a great next step tablet for kids.,positive +15888,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids loved and i very happy for this tablet. Thanks,Great product,positive +15889,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's a lovely game for kids wolf my daughter have one and I love it,Nice,neutral +15890,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"The setup was super easy, the rugged case is awesome, and the selection of books, games, and movies v for the kids is fantastic! The two year no questions warranty makes it even better!",The Grandkids LOVE It!!!,positive +15891,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The kids love it and are always on it. Would recommend to anyone.,Great tablet,positive +15892,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves this tablet hard to get her to put it down. Strong battery and a full tablet for her as she ages,Kid loves it,neutral +15893,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this tablet because it was very inexpensive and the right size and fit for my daughter...,It was a gift for my daughter...,positive +15894,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The tablet overall is nice a little laggy simply because we're avid Apple users however the games that's are free in the free time area are amazing the way that Amazon takes measures to keep the kids safe is like non other I'd definitely recommend this product just if you're used to Apple it will take some getting used to.,It's okay but....,positive +15895,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Easy to use for my kids, and they really enjoy using it.",It's good.,positive +15896,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"So I bought my little guys these tablets... so that I could repossess my IPad. Love the free time app but who could've imagined they wouldn't play NETFLIX!! So now... I'm out the money for the tablet and still don't have my iPad back... and yes, I called Amazon numerous times... they work after the fix, but the next time they go to use them they don't work again... the fix takes several minutes as it's force stopping the app, clearing cache then doing a hard restart... then you have to wait to restart Netflix.... oh and sometimes you have to do it numerous times before it works... if it works at all",Disappointed doesn't play Netflix,neutral +15897,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"So I bought my little guys these tablets... so that I could repossess my IPad. Love the free time app but who could've imagined they wouldn't play NETFLIX!! So now... I'm out the money for the tablet and still don't have my iPad back... and yes, I called Amazon numerous times... they work after the fix, but the next time they go to use them they don't work again... the fix takes several minutes as it's force stopping the app, clearing cache then doing a hard restart... then you have to wait to restart Netflix.... oh and sometimes you have to do it numerous times before it works... if it works at all...",So disappointed doesn't play Netflix,neutral +15898,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daughter has been wanting one for quite sometime! I love the durability, and that I can set limits to what she does!!",Great tablet,positive +15899,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to maneuver. And great case for protection. The battery does not keep a charge long but I'm used to the iPad.,Great tablet for children,positive +15900,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves his tablet. He proudly proclaims to everyone he meets to check out his cool tablet. He especially loves the Freetime app.,Not the best specs but not bad for the price,positive +15901,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is one of the best kids tablets I have purchased. It's not as restricted and complicated to operate as other tablets I have tested.,Great tablet,neutral +15902,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,i always buy from best buy. they have excellent products.The workers are very knowledgeable of what they sell.Thanks,Nice tablet for my little girl,positive +15903,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Pros: a lot of things for kids to do from apps to watching movie and playing games. Cons: like most androids it tends to freeze.,Will keep kids busy,positive +15904,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love this Fire for kids. It even comes with the bumper cover. Great buy.,Great for Kids,positive +15905,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We love the free time feature. Definitely going to end up subscribing after the free year trial is up. Our 2 year old loves it and we can control how long she's on it.,Great product,positive +15906,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is really very comfortable and easy as well as strong for toddler my baby really enjoy using this amazon fire kids,Great for new user,positive +15907,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter love it she don't really brother me it keep her so busy,Great camera,positive +15908,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Tablet works well for a kid, easy for our almost 4 year old to navigate between activities. Hard to beat with the case and 2 year warranty.",Works great,neutral +15909,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 6 and 4 year old boys love it and so do the parents,Love it,positive +15910,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"It's get for my 6 and 4 year old boys, and they love them",Love them,positive +15911,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My Grandson uses this just about every night. It was a great purchase and we're glad we made it.,grandson loves it,positive +15912,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Excellent tablet.....withstands a special needs Grandson.,Great tablet,positive +15913,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This device provides necessary app and is extremely user friendly.,Great device for our grandson.,neutral +15914,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Bought for 4yr old, so older kids would stop saying don't touch that. Comes with durable child case. Large enough to see and hold, but small enough to carry. Easy to use and can download favorite stuff.",Very durable,neutral +15915,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my son loves his tablet! best if you buy some amazon gift credit for some games and apps.,great childs tablet,positive +15916,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 4 year old loves it. The amazon free time is great a lot of apps free for a small yearly fee.,My son loves it!,positive +15917,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great tablet for kids. Its got great parental controls and its easy for the kids to use. I even enjoy playing angry birds on it,Great tablet for kids,positive +15918,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Love it for my boys! We received the 6"" Kids Edition for Christmas last year. The screen cracked a month ago and Amazon promptly replaced the device without incident. Great 2 yr replacement plan! Shortly after that, my older son who previously used a Nook finally broke. I decided since younger brother had a Kids Kindle, that we would purchase a second one to replace the Barnes and Nobles Nook. I love the fact that I can control what is on his profile. I love that it uses a micro usb charger and the warranty was the biggest selling feature. My boys are 5 and 7 and they are not very careful sometimes. My son did however get a kindle with a Pink case because it was all that Best Buy had in stock. I wish that cases were cheaper and I would gladly replace it. Best tablet for this age and in this price range.Cons: No google play store, slow sometimes, have to re-download apps frequently when running out of space, lack of popular apps.",Recommend for 4-8yr olds.,positive +15919,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves it. Easy set up. And the best part is the case. It really is childproof. My son has dropped it and nothing had happened. Very durable. Just what my son needed.,Easy to use.,positive +15920,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This tablet has served it's purpose, it keeps my little one entertained with age appropriate sites and apps.",Good tablet for a young child.,neutral +15921,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"my son loves it, is on it all the time, loves all the games. always trying to download all things all the time.",good for my 5 year old,neutral +15922,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Simple to use and setup for a 2 years old toddler.,Easy to use,neutral +15923,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"for the price you cant beat this, my daughter loves it and wont put it down and the protective case def helps when it is dropped trust me , cannot go wrong with a kindle for this price",Awesome tablet for kids,negative +15924,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My children loved it, and it is great learning tool.",Great device for child entertainment,positive +15925,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My nephew love it. He uses it every day thank you.,Great Kid Tablet,positive +15926,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids love these. I purchased 3 of them at one time. They seem really durable.,Kids love them,positive +15927,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This product is well thoughts the kids seem to like the apps,Good poduct,neutral +15928,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this item for my 9 year old granddaughter. She is thrilled with it. Her only disappointment is that she is unable to access the ""Musicality"" app.",Great product,neutral +15929,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Tablet is great! I bought it for my 6 year old daughter again (first one finally got the screen cracked) for Christmas and she and i love it. It has all the features you would expect from an android tablet but with nice parenting aspects to keep the kids where they should be.,Great tablet for my little girl,positive +15930,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love the apps. His old fire stood up to significant wear/tear and drops. So I'm expecting the same with this one. 2 year warranty gives piece of mind.,Great tablet for my 4 year old grandson,positive +15931,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"The reviews on this on Amazon seemed awesome. Little did I know that there is a chronic problem with the port on these tablets. We just bought this for Christmas and went to charge it for the first time. Nothing. We already loaded (and paid for) several apps, and now we're out that money. Also the charging cord that came with it appears it has been used before - there's some wear at the edge of it. So I went online to see if I could find this issue and there it is - everywhere. This is a problem that has been around for years, but Android - who is the ultimate culprit, has failed to fix it at the source. When you plug in the charger, there's no 'click' so you know it's in place. It just slides in and out. We've had Apple products for several years and never had an issue, then the first Droid product we purchase can't even be charged from the beginning. This will be going back to BestBuy - and will buy another iPad Mini - costs more, but is much much more reliable.",Chronic issue with charging port,neutral +15932,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Just purchased as a Christmas gift for my glambaby & she loves it !!!! Very nice case for little clumsy & at times rough hands!!!,Great for Toddlers,neutral +15933,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"They both love it! And, play or read all they can.",Great gift for my grandsons,positive +15934,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The color is what got me and the features was on point. The screen shows a lot of different displays. To share for now until the next one.,It's worth getting to start off,neutral +15935,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I'm a big fan of Amazon and their products, but this tablet is just ok. The build quality is great and the image is very good, but the software is mediocre at best. Worth the price.",Just OK,positive +15936,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"We bought this for our 7 and 4 year old. The kids love it and it is simple to use. The ""kids"" profile makes it safe and easy to use and we can limit time of use. We can switch to our profile to watch Netflix or use other apps if we want. Comes with a great warranty and device protector. We're very happy with the Amazon Fire Tablet.",Great Device!,positive +15937,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This met my expectations and more. My granddaughter loves it. It's user friendly and has unlimited options for her. Would recommend to everyone!,Great tablet for a child,positive +15938,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my toddler and its perfect. He is rough with it and it still works. I wanted something that I use to teach him the basics of using a tablet and this worked great. It comes with a 2 yrs warranty.,Perfect for a toddler,positive +15939,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is the best tablet I've ever purchased. The screen is amazing and very functional and the kid mode is easy to get to and my 5 year old loves it makes me jealous and want to get a kindle but that's ok I can use parent most while he's sleeping. All over a really good tablet for both parent and child,Best Tablet,positive +15940,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,It takes forever to download apps. I'm returning it will be getting something else.,Super slow,neutral +15941,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I own 3 Kindles. They are my favorite hand held technology so it was an easy decision to buy my great niece one for her birthday. The case helps make it even more sturdy so it can stand up to being dropped more often than an adult would. It's easy to use and she loves it.,Perfect for a child,positive +15942,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"It's perfect, my granddaughter loves it!! She's catching on so fast and learning so much!! Easy for travel and on the go",Great learning tool!!,positive +15943,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,i think the price is great the durability the easiness although you do need to spend money as well for extra better games and the charger breaks easily but u can use any android charger overall well worth the price i believe,My son loves it,positive +15944,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves her kindle. I swapped out the case for one with a handle so she can carry it but it's perfect for her,Great for my toddler,positive +15945,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Got this for my 3 year old son. He plays with it every now and then but it's good for introducing him to educational things. Glitchy at times but that's to be expected with how much it cost.,Good beginner tablet,positive +15946,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My 4 year old loves it. Easy to function and pretty tough, it has been dropped a few times and did not crack or break.",great for pre school children,neutral +15947,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Easy to set up and durable design. Free time is a great feature, taking parental control to the next level. The screen resolution and camera are amazing.",Great Value for the Money,positive +15948,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My kids love this and I love the fact that it is under $100 with warranty for 2 years added on. Best Buy has the geek squad that assists with repairs so that you don't have to ship it out. I also like the fact that it comes charged because come on lets be real, once the kids get it they want to use it right away.",The kids LOVE it! :),positive +15949,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is great for learning for little kids. Easy set up. in about a hours time my 3 yrs grandson new how to navigate through the whole system. Well made for kids in mind.,Great learning tool for kids,positive +15950,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,4 year old grand daughter loves it. Good size for her and easy to operate.,nice little tablet,positive +15951,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great choice, battery life outstanding, many kid friendly features.","Great battery life, very kid friendly",positive +15952,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Purchased for an3 year old that wanted this badly. Appears to be rugged. Links up with my amazon account for content and access. 2 year warranty. Win!!!,He loved it!,neutral +15953,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was a gift for my kids. They love them. Easy to use and lots of great apps!,Perfect for 8 yr old,positive +15954,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids love their tablets. They play games and take pictures.,Great game for little kids,positive +15955,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"We purchased this Amazon Fire - Kids Edition for my 3 year-old granddaughter. Could not have made a better choice! She was up and running in no time and absolutely loves it.In fact, when my wife (who has an older model Fire tablet) started playing with it, she was so impressed with its capabilities that she now wants one for herself.Very pleased with our purchase!",Great choice for kids!,positive +15956,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My daughter got this tablet for Christmas and is very happy with it. The parental controls are awesome and make me feel safe as a parent. Only complaint is that is doesn't come with set up instructions.,Great tablet for kids,positive +15957,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I did read about the game prior to buying it but so far the game is only half decent. Too much of the same thing.,Decent game so far,neutral +15958,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy setup...bought this for 2 grandchildren under 5...they love it,great for kids,positive +15959,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Its worth every penny. The kids loved it our home is quieter then ever.,Great tablet for the kids and book readings.,positive +15960,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for kids very entertaining and informative for kids learning,Awesome,positive +15961,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This amazon tablet is perfect for first time users. Easy to operate even for a 3 year old.,Great tablet for beginners,positive +15962,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"The tablet has been working fine, I would prefer instructions on the PC to explain how to do things versus on the tablet itself, but my older son is able to figure out how to do things and my 7 year old daughter (who got the tablet) seems to be navigating around fairly easily, so I am satisfied so far.",Fire Kids Tablet,positive +15963,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Battery doesn't last the up to 7 hours estimate. Didn't even last 4 hours one day. Watches video mostly but should last longer than that.,Battery sucks,neutral +15964,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Our grand kids really love this tablet and it has a lot of app options.,Kids love it,positive +15965,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"Seemed to be fine as Chtistmas gift for granddaughter. However, today she reported that it wouldn't turn on or charge today. Supposed to have two year unconditional guarantee. Don't know where to take it.",kids' kindle fire,positive +15966,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I purchased this for my 4 year old to play. It was not as user friendly as described and VERY slow. It keeps pausing and freezing up, which is frustrating for anyone using it. I was told that I would receive 20 off of the prime subscription, however, that was not offered when registering this product. It may be good for some, but it was not a good fit for us.",Not what I was looking for,neutral +15967,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This kindle is very slow at recharging. Granddaughter has a hard time waiting for it to charge.,Good for beginning users.,negative +15968,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is the fourth one of these that I have purchased. My grand children love them. Between the one year of programming and the two years of warranty, I don't think there is a better tablet on the market for children. Excellent product and it works very well with the children at what ever level they are at.",Grandson loves it,positive +15969,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,She loves it. She is 20 months old and already has command of it. Micky and Minnie rule it!,Entertains my Granddaughter,neutral +15970,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Really great love tge tablet really easy for my daughter, learning! I do wish it had more storage, and more items for kids. But we do love the tablet.",Really great,positive +15971,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my granddaughter and she absolutely loved it!!,Awesome kid gift,positive +15972,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This was a Christmas present for my niece, she loved it.",christmas present,positive +15973,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"this was a christmas present, for the nephew works good, he loves it",Works good,positive +15974,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I love these Tablets, but the charging ports aren't the best. I bought 3 for Christmas and my kids take excellent care of them. I also do NOT them touch the tablets while they are charging. They have only had their tablets since Christmas day and they won't charge. I highly recommend getting the protection warranty for this item.",Charging Ports,positive +15975,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughters love the Kid Kindles that they received for Christmas!,Kid Kindle,positive +15976,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My 2 1/2 year old loves this. He can't break it with the thick rubber case, and we can control the games he plays, and how long he plays. Great mix of educational and fun items. The only problem is the charging cord is a bit too easy to break. If they pull it off the charger, it makes the port loose and you have to get the right angle for it to charge.",Perfect for Little Techies!,neutral +15977,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great learning tool and tough exterior makes it the PERFECT gift for a three year old.,My grandson LOVES it!,positive +15978,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves her tablet I love free time love the case it came with just right to buy for a kids first tablet,Kid Tablet,positive +15979,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for kids its durable and lets them play games etc.. so they leave our cell phones alone LOL,Great tablet for young kids,positive +15980,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet was an upgrade from the Nabi Jr for my 4 year old and she really enjoys it. There are so many apps/books/videos and it entertains her much more. The only thing i would recommend is getting an additional storage product since there isnt much internally.,Awesome!,positive +15981,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I bought 50 of these to use in a school education program. The workers at Best Buy assured me the apps I needed them to run would work fine. Unfortunately I was not aware that Amazon has it's own app store unrelated to Apple and GogglePlay. Make sure whatever apps you want to run are also available on the Amazone app store as not all are. Specifically they block anything related to Goggle. Other than that the tablet is great and is a great price and really nice case.,Great price but beware - not all apps work,positive +15982,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"We love this , so many apps that you can download for free easy to maneuver she will be able to grow with this",Amazon Fire kids edition 7 Tablet 16 gb,positive +15983,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Got one for my son and hasn't put it down. Well till the timer shuts it off. He is 5 and loves it.,Birthday gift,neutral +15984,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Got it for my daughter for her 5th birthday. She enjoys it slot and I enjoy the time limit. So win win.,Birthday gift,positive +15985,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 3 year old has gone through 2 tablets prior to her kids fire. I love the parental control and easy use. She loves the apps available through Prime! She drops it daily with no damage to the tablet thanks to the protective case! Thanks for making a very durable product with an incredible warranty!,Awesome for toddlers with slippery fingers!,positive +15986,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,He loves being on it and all the freebies that came with it.,My son loves it,neutral +15987,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This is a good entry tablet for toddlers. I like the Amazon exchange policy if it breaks.,Good tablet for toddlers,positive +15988,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My kid love this tablet!! The setup was so easy, and the amazon store has a bunch of educational apps! That my kid can enjoy playing and learning!!",Good tablet for kids!!,positive +15989,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My kids have grown up with technology in the house and their original tablets have started to become outdated. We have since switched to these fire tablets to help extend their gaming. While if they have never had a tablet before the speeds are OK but Im afraid the processing power of these ""kids"" versions might lag over a short amount of time and they will just become a picture viewer. Time will only tell.",A good starter but not for the impatient,neutral +15990,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet is very easy to use i bought it for my nephew and he's only 4 years old and he love it,Great camera,positive +15991,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My daughter loves playing with this. There are so many features, that it keeps her busy.",Great product,positive +15992,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great price great product would recommend this gift,Great,positive +15993,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Good deal from Black Friday sales and will make a very good Christmas gift. Kids edition excellent with the rubber bumper case which provides pretty good protection.,Amazon Fire,positive +15994,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Very easy to use by a 2 year old. Love how I can limit the time use.,love it,positive +15995,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Nice product . Love the fact that my 5 years sons are gaining computer experiance.,Great Tablet for children,positive +15996,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My 5 year old sons love it , Seems to be well made .",Great Tablet for children,positive +15997,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great..I love it..Glad I got it..My nephew loves it.,Great,positive +15998,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great.I love it..Im glad I got it..My nephew loves it.,Great,positive +15999,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great gift for the price. Brought for 2 year old grandson.,Great item for a 2 year old,positive +16000,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is great, my daughters first tablet and it came with everything she needed to get started. She loves the pink bumper guard and so do I for the safety.",For my daughter,positive +16001,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My newphew loves it! He's 4 years old and can easily use the tablet.,Great,positive +16002,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandson loves it. Will be getting another one.,Wonderful,neutral +16003,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My wife and I bought this for my 3 year old daughter to help keep her entertained during car rides, etc.. well now she is completed addicted to it. I guess like many kids get addicted to their electronics. We just set limits to how often and when she can use it. There are also educational games and apps you can down load that help them to learn and prepare for school. My daughter loves playing these games also. Overall a great purchase.",Great purchase for my daughter,neutral +16004,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Our 5 year old grandson loved it. Bought it for him to play educational games on.,Fantastic,positive +16005,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I'll give it 3 starts because it's a decent tablet. But if the screen messes up when I'm trying to use it i can't imagine how my granddaughter feels.,Not as good as I'd hoped,neutral +16006,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Its pretty good for the price, my only concern is the quality of the picture, not an hd one, my daughter complain when shes taking pics.",Kinda good for my toodler,positive +16007,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Like it better then the nabi jr. More like a real tablet. Actually it is with the extra protective case,"Nice tablet for kids, case is great protection",positive +16008,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My son thoroughly enjoys having this tablet, and I love the protective case that comes with it.",This tablet is great for my child.,positive +16009,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,Not able to play youtube that's what my daughter likes.,Not meet needs,negative +16010,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It is easy for little ones to use. Great beginner buy.,Great for kids.,positive +16011,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet. It came loaded with a lot of good apps just for kids. Our daughter is 2 and she had no problem learning to navigate and use the apps. Also the case keeps the tablet protected and it's pretty tough with good grip. Well worth the money.,Our kid loves it.,positive +16012,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my 5 yr old grandson. Great buy for the price. He loves his new tablet.,Great buy for the price,positive +16013,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great for little kids the case on it is amazing. My daughter loves it. Only thing I would change is the sound a little louder and screen a little bigger.,Great for a toddler,neutral +16014,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son is 3 years of age and he love the different types of learning programs this tablet has to offer,Excellent learning device for my son,positive +16015,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 3yr old just loves it keeps her occupied for hours,Great computer,neutral +16016,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great for the kids to play with and easy to monitor their time spent on it and the content they can access.,Great,positive +16017,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grand children love kids tablets and play with them every day and their mother is using them to teach the kids,great for kids,positive +16018,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love this tablet. It's durable and my niece loves it,Perfect for kids,positive +16019,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Device size and speed are more than adequate for an 8 year old. I love Freetime and the ability to set limits for weekdays and weekends so my grandson is able to play without my direct supervision. Apps and books are age appropriate. I may have to buy 2 more for the 4 year olds.,Great device for a younger child,positive +16020,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great for kids. The bumper around the tablet has saved it several times. I might buy a larger screen tablet the next time around. The programs are easy to access and love the parental controls.,"Fire Kids Edition - 7"" Tablet - 16GB - P",positive +16021,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought two of these for both of my nieces birthdays and they were the hit of the party. Both love playing with them,Four Year Old Niece Loves it,positive +16022,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought for my niece's 6th birthday, and it was her favorite gift. She really enjoys it.",Hit of the Birthday Party,positive +16023,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I purchased the Amazon - Fire Kids Edition - 7 Tablet - 16gb for my 75 year old mother after she broke her old tablet by dropping it. It took her a few hours to get used to it. Now, I cannot separate her away from it because it entertains her in so many ways and best of all she can drop the tablet and it will still work.",Awesome!!!,positive +16024,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Unfortunately my grandson has broken the glass somehow.,My Grandson loves his Kindle,negative +16025,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love this tablet. I got one for each one of the kids all different ages and they all love it.,Great tablet for young kids,positive +16026,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandson love it. Works great. Applications are good for education purposes.,Great Tablet for my grandson.,positive +16027,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great camera for a beginner very easy to understand,Great camera for a beginner,positive +16028,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Definitely a good learning tool for children. Easy,excellent for children,positive +16029,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Purchased as a birthday gift for grandson and he LOVES it.,"Easy, Quick Find in Store.",neutral +16030,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love this tablet i got it for my grandson and the minute he comes through the door he wants his tablet it keeps him busy,Great tablet for a beginner,positive +16031,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My kids loved it, they were able to learn how to use it right away",great kids tablet,positive +16032,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We bought this for our 2 yr old granddaughter and she loves it! It has so many apps and videos for her to watch. I would definitely recommend this to anyone who is looking for a tablet for a child.,Great tablet for a toddler!,positive +16033,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Awseome tablet for toddler. I would recommend this tablet for all age groups.,Great tablet,neutral +16034,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Good tablet for kids I would definitely recommend.,Good tablet for kids,positive +16035,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter loves this tablet. Love the fact that it has a two year warranty against breakage and also comes with a free year of Amazon Free Time.,Great tablet for kids!,positive +16036,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Needs to be more simpler. parental contorl still need to be better,kids fun,positive +16037,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My 9 year old loves it. Good control options. Just need to figure out how to get the Web browser on her side.,Good parental controls,positive +16038,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"As an existing Amazon Prime member, this is a no brainer. Has all the parental controls and kids can have a decent tablet that is durable for use, at a good price.",Great for young kids,positive +16039,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet is a great option for a child as the padded case provides excellent drop protection. The Kindleized Android is very limiting though as you cannot stream to a Chromecast and many other things you can do with a regular Android tablet (Play Store). Space is also limited (even on the large version).,Great option for child,positive +16040,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This item is perfect for children and great for parents. It provides a sense of security that it will not be damaged the first week a child uses it.,Love protective case!,positive +16041,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"I have to say this was not that great a purchase and we will most likely be taking advantage of it's greatest product feature, which is the ability to return it for a full refund. We wanted a smaller tablet for our kids, well this is smaller in every way, options are limited and we have realized that we are better off just letting the kids use our tablet so we can buy the newest one. This thing may go back to the store as soon as tonight.","I expected limitations, I got limitations",positive +16042,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great learning tool with extensive amounts of material to use. Accident proof bumper a big plus!,Wonderful for kids,positive +16043,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My nephew loves his kindle. Durable structure that can withstand drops.,Kindles rock,neutral +16044,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The tablet was a great fit for my 21 month old toddler. She is able to watch episodes of her favorite cartoons and play some of the apps with assistance. I like that she will be able to use the tablet for years to come just by updating to more age appropriate apps.,Great tablet for a toddler,positive +16045,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The unit is well made and has tons of features for children six years and over. Was amazed at the low price and how easy it to handle even for a six year old!,great table for young child,neutral +16046,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I enjoy it a lot for my son yeah I really enjoyed it and likes it a lot of different options,Great for kids,positive +16047,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"This is the 2nd one I have bought. The first one went out before the 1 year. I contacted Amazon and the warranty for these was only 90 days. It is a good tablet for kids, but if you are looking for something long term. I would spend the extra $$ for at least something that has a 1 year limited warranty.",Very good table for the price,neutral +16048,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's an excellent learning tablet for a child. I would recommend that every parent that has a small child to get one.,Great tablet for a child.,positive +16049,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"The grandkids love this tablet, easy for them to use",Kids tablet,positive +16050,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great at home but still trying to figure out what apps work not connected to wifi,Great Tablet,positive +16051,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for my 3 year old son. I am able to monitor his screen time and assure that he is only playing kid friendly and educational games.,great for kids,positive +16052,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Did a lot of checking around and found this to be the best value.,For my Grandchild,positive +16053,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,I bought this tablet for my son and I don't like it. The touch screen is very poor quality. It's hard to move things around on it when he is playing a game. He prefers my iPad than to use his own. I know the iPad quality is probably the best quality but it's way under that! Very frustrating. Will be returning it.,POOR QUALITY,neutral +16054,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy for 3 year old to navigate. Like the adult to kid use.,Great for 3 year old granddaughter,positive +16055,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I'd suggest 8-12 is a good age for this tablet, it's a great starter tablet until your young one shows responsibility, care and proper use of electronics.",Solid tablet for kids,positive +16056,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This was a life saver on our recent cross country flight. It was nice not having to worry if my three year old was too rough with it, knowing it had a great Amazon warranty.",My three year old loves it,positive +16057,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Grandson plays outside with it Love that it has the protected case Plays games with the other kids,",Grandson Loves it!!!!,neutral +16058,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,nice and easy-to-use for a 3 yr old ..............,tablet,positive +16059,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I got this for my one and two year old girls and I don't have any complaints! The battery life isn't great but I don't really mind that!,Great for kids!,positive +16060,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My son loves this thing. He is always on it. Great learning tool and it keeps him entertained,Decent,positive +16061,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"My toddler did not like this tablet. It was a bit slow for her. Instead, she preferred an iPad over the Kindle Kids version.",Processor is slow,negative +16062,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My son already had one just upgraded. But he loves it.,Kindle,neutral +16063,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This has a lot of great features for kids and for parents who want to protect them. My kids love having their own.,Great for kids,positive +16064,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"nice item, and cute. the tablet is difficult to navigate","Cute, but not user friendly",positive +16065,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Only good for kids and games. Battery life is good.,Great for kids,positive +16066,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"offers a lot for the price, good parental controls",excellent for 5-8 years,positive +16067,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this tablet for my 4 year old grand daughter and she loves it.We set the parental controls for her age group, and now we don't have to worry about what she is doing on it. We downloaded her favorite disney movies onto it, and now she has her own little private movie theater. It also works great with our Amazon Fire TV and can watch a lot of her favorite kid shows. This is a great buy for the money and I recommend it to everyone.",Awesome tablet for young children,positive +16068,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's a really good tablet for children good parental controls expandable up to 128 gigs I like that so it allowed me to download as many things for the children to utilize separate from the Internet all around is a good device,Tablet for children,positive +16069,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for a toddler to start on! The parental controls can be fiddled with a little bit but good anyways!,Great games,positive +16070,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I think the tablet is great it's plenty apps and books for children to read and interact with I also like the option that they don't just have books that you read yourself you can choose one that would read to you the tablet is just a good all-around Device it allows you to add additional apps that you would purchase separate to it,Tablet for children,positive +16071,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,It was ok. You need Internet. The SDmini is a hassle.,Kids Tablet,positive +16072,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My daughter absolutely loves her new tablet. And it does do everything I wanted it to do for her. The free year of Amazon Freetime is an awesome bonus!! The only problem I have with it is that whenever your wifi gets turned off and then back on, your apps on the kids profile have to load again almost as if they haven't been downloaded yet. This happens if the wifi strength gets weak also and it really frustrates my daughter who is 4 years old. I wish that could be fixed because other than that, the tablet is GREAT for my daughter and she has so much fun with it!! I'm sure other kids will love it also!!",Daughter loves it!!,positive +16073,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"He loves it. He likes the camera and the apps, going to have to get one my granddaughter too.",Great tablet for my grandson,neutral +16074,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,we bought 3 of these for our kids and they love them these are the best tablets on the market they have great learning apps on them aswell,great tablet for children,positive +16075,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Easy to hold, access to some free games - just be careful if you have 1-click payment option. My 3 year old charged $16 to my account in 3 days. Good news - I received emails about the purchases and was able to get help in stopping the process from happening too often. She loves the ""FIRE""",Love it for my granddaughter!,positive +16076,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My son loves it. It does have some flaws though. When he closes an app and then tries to open it again sometimes it has to download all over again. Also, even though apps are supposed to work without wifi, apps will load up fine and then we receive an error message saying we have to download the app again although the app is running perfectly in the background without wifi. Eventually all apps will disappear from the screen until we get back to wifi and restart the tablet.",Great but aggravating at times,positive +16077,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's amazing! Best gift I've bought for my grand babies so far!,Kid friendly,positive +16078,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The kids couldn't wait to turn them on and I'm very excited.,Very good product,positive +16079,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Best Buy assistance helped in describing the features. and loved the product overall. Like parental control feature,Good Buy for Kids,positive +16080,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Perfect for my son! He has fine motor deficits and the games definitely help him work on using one finger at a time to play them! I also don't have to worry about him getting onto anything that isn't kid friendly since he doesn't know my passcode for the adult profile!!,My son loves it!!,positive +16081,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves this! Expandable storage helps when we make our twice yearly drive to Texas and all the games and apps are definitely age appropriate so I don't have to worry about get getting onto anything she isn't supposed to be on!,Perfect for kids!,positive +16082,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter loves it. It was a perfect gift for her long airplane trip.,Great product,positive +16083,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Setup was extremely easy. Easy for grandchild to use. Only difficulty is with parental controls stopping connection with library.,Good for grandchild,positive +16084,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Not very user friendly, in addition the camera exposure is not sharp enough. However a great tablet for a child to play with.",good learning tool,positive +16085,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is very kid friendly. You log on the tablet and the kids is having fun...,Easy to used..,positive +16086,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids really enjoyed this tablet. Its kid friendly...,Great kids tablet,positive +16087,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"Not sure why, but it kept freezing and ended up having to return it. Very disappointing",Kept freezing,negative +16088,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I really like it my complants is that it gives them to many choices that they try to pick all of the apps.,Great kendal,positive +16089,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The Amazon Fire for Kids is an excellent starter tablet. The supporting games and apps are exceptional. Use of tablet is simple and non-intimidating.,Excellent Starter Tablet for Kids,positive +16090,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I have a few issues with this tablet. Mainly the fact that I can't get Google services on it, not even YouTube. Aside from that, the biggest downfall is the charging. The port is very loose and comes undone easily and the charge doesn't hold for very long.",Sturdy Tablet,neutral +16091,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Son loves this tablet and uses it everyday. Nice to know that this has a 2 year manufacturer warranty. No questions asked.,Best tablet for young children,neutral +16092,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love this this memory card. The price was good ty,Great micro card,positive +16093,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Fun apps for kids along with some great educational apps and videos,great tablet!,positive +16094,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The value was there with a sale price reduction of $30. Especially for the 16GB model. Another key factor is the 2 year no questions asked warranty replacement. A valuable consideration for a tablet primarily used by a child.,Great value and super warranty,neutral +16095,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"We are super happy with the kindle fire. We had bought several DVD players for our vehicle that never lasted long due to living on a dirt road, and the kindle fire was a perfect fit for replacing them. Now our almost two year old son loves the movies, shows, and games, along with the books that he can look through while we read. It also doubles as a tablet for me since it gives the options for different profiles. We love it!",Great for our almost two year old,positive +16096,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Purchased the tablet for my 9 month old daughter since I notice that she loves phone screens and tablets. Keep in mind isn't intend for kids her age but make sure there is adult supervision. Pluses: the tablet can take a good beating. Tons of hard tapping and even with the tough case can even take biting as well without causing any damage to the pink case. ( daughter is teething lol) . I'm a Amazon prime member,which gives access to tons of shows and free apps. So if you have Prime you can totally take advantage of a full library of entertainment. Some of the apps are great even for my 9 month old daughter works great to keep her entertained. Also when she is older I have tons of options to change and control. Also I get my own side she can't do anything unless I give her action.Cons: Average battery life 5-6hours tops of nonstop use and also wish that there was a way to lock the screen while watching Amazon, Netflix or any other video app so when my daughter taps in any direction or anywhere that the videos wouldn't stop playing.",Great product at a great price,positive +16097,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Our young son spends hours fully engaged playing games on his tablet.,Our son loves his tablet,neutral +16098,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy and age appropriate. Can set timers for tv and movie watching my granddaughter finds the educational games more interesting and fun.,easy to teach my 3 year old to use it,positive +16099,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,i actually purchased for a friends daughter and she is very happy,great forids,positive +16100,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The Kindle Fire is small but does everything it should for a young child. Worth the low cost I paid for it.,Money's Worth,neutral +16101,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves her tablet. Amazon has plenty of games for her to play. It is also easy for her to use.,Great starter tablet.,positive +16102,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Kids Kindle was a Christmas present for great grandson age 4. His mother has downloaded many word games and etc. from Amazon's childrens library. A big feature of the Kindle is the case and the 2 year no fault warranty. His Mother says he loves the Kindle and uses it all the time. Great purchase.,Kindle for Great grestandson,positive +16103,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought 3 for my three granddaughters for Christmas. They love it. I love it too, free games, books, movies",Love It,positive +16104,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Would be lost without my kindle and kindle unlimited spend lots of time reading,Kindle is great,neutral +16105,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This has been a great replacement for my daughters Leap Pad. The parental controls are very functional and the year free download of everything has been worthwhile. I really appreciate the usage timers - they are customizable and I can set a time limit for apps, a different time limit for reading and a third time limit for videos. The case seems sturdy and should prevent damages due to drops. On top of this, it is a fully functional Kindle, and I am able to use it when she is not!",Great for my 5 year old!,positive +16106,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I highly recommend this tablet for a toddler. There are plenty of learning activities that engage little minds. The case that comes with it is sturdy, my toddler drops/throws this tablet and it's not damaged at all.",Perfect for toddler,neutral +16107,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,granddaughter loves it! Now my Ipad if free for ME to use,Granddaughter loves it!,positive +16108,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,best money I ever spent for my grand child she just love it,great for kids,positive +16109,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for kids if you don't want to spend money on the IPAD.,Great for kids,positive +16110,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Tablet is great. I am trying to get my daughter use to the kindle. We started her at 10 months on an Ipad and thought it would be easier to get one her own tablet now that she is almost 2. Not so, she is struggling to navigate in the kindle. I am not able to transfer her games and movies.","Great tablet, just not for my daughter",positive +16111,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids love their amazon kindles! They can take them anywhere and play on them! Great battery life!,Kids love it!,positive +16112,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter absolutely loves this! It is very user friendly. My only issue with it would be that it doesn't come with a camera automatically installed.,Excellent for toddlers!,positive +16113,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"I am disappointed that this is not more toddler friendly. It is a kindle inside a kid proof case. You have to set up child locks, etc. My biggest complaint is most of the games that are available you have to be connected to the internet. I wanted something to take to church, in the car, etc.",It's ok,neutral +16114,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My 5 year old loves her Kids Fire Edition Kindle! Very easy for her to use.,Good for little fingers,positive +16115,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Got it for my son and he loves it! Definitely would recommend it!,Great!,neutral +16116,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"It freezes a lot. Lots of problems getting games to cooperate. But overall, my son loves it.",my son loves it,neutral +16117,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Got it for our grandson for Christmas and he won't put it down. Comes with free kids software which is great.,Great for kids,positive +16118,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is perfect for my 3 year old. He loves this. The charger can be a little tricky at times, so I do have to be the one to plug it in. I've made sure to download a few of his favorite things on it for when we are offline & it's worked just fine. I will be buying an SD card soon to give him more room though, but we haven't run into any issues so far.",Perfect for my 3 year old,positive +16119,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for my kids. Syncs to all of our Amazon videos and netflix. The protective kids case is a must. Makes it easier for smaller kids to hold without touching the screen. Also does well with drops to the ground,Great for my kids,positive +16120,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I purchased this for my 4 and 2 year old grandchildren. They were using parents phones and running the battery down. Now they have their own device and can watch their cartoons and play games. Love the case, it makes it easy for little hands to hold on to. Overall very good purchase.",Great device for my grandchildren,positive +16121,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought these for my niece and nephews for Christmas. They love them! They know how to turn them on and locate an app. I love being able to set time limits so they aren't on their tablets very often! Great investment!,easy,positive +16122,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,the device works flawlessly... nearly indestructable for a 2 yr old... also comes with a no questions asked replacement policy through Amazon in the event that the screen breaks or something crazy,Perfect for a 2 yr old,neutral +16123,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Bought it for our 2 year old son, has really helped with his vocabulary",best tablet for the money,neutral +16124,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love this tablet bought this for my granddaughter she enjoys it and plays with it daily,Amazon 7-inch fire kids tablet,positive +16125,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very durable and easy to use. Last for several years with all that it can do.,Great for a young child,neutral +16126,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Keep your child entertained with this Amazon Fire Kids Edition tablet. Thousands of child-friendly e-books, TV shows, games and educational apps accessible through this tablet engage your child in a healthy way, while its kid-proof case prevents easy damage. An expandable memory of up to 128GB on this Amazon Fire Kids Edition tablet provides plenty of storage. movies,",A great little computer,positive +16127,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,So read reviews on a few tablets but honeatly felt this was the one for my kids bought it and sure enough it was it best apps for kids especially reading for kids amazon did a good deal on this and if you have prime it links up with your account for videos too,Good tab for kids,positive +16128,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,May grandson loves this. Went on a long car trip and he was able to watch movies and keep entertained.,Well worth the purchase,positive +16129,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love the amount of time we can set that she can be on this! The bumper guard has been handy. Apps that were on it are awesome. Best of all she loves it!,Awesome tablet for my young daughter.,positive +16130,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We decided to buy the tablet so our toddler could play educational games on hers instead of going for my iPad. I love how we can block her from going on the Internet as well as set a curfew. It's easy to use and my daughter loves it!,Great tablet for kids,positive +16131,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Santa brought this to our daughter, she's 7 and it's perfect for her!! Easy to use and figure out!",Great for 7 year old,positive +16132,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Works great, easy to use for my 4 year old. I can adjust settings easily. Easy set up",Great for my 4 year old,positive +16133,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 4 year old loves it. I love that she can use it unsupervised without worry. She has been learning her alphabet and this has been a great tool.,Awesome,positive +16134,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to set up and turn on and off restrictions. Piece of mind that daughter can't access adult appropriate content,Perfect for kids!,positive +16135,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I bought this for learning and entertaining purposes. My daughter is 5 & enjoys it. I compared this to other learning tablets and found for the price & protection plan this works best for us.,Fun learning & entertaining,positive +16136,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great product easy to use. My niece loves it won't put it down.,Great starter tablet,positive +16137,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Simple to operate for a 3 yr old . Would recommend,Works great for 3 yr old,neutral +16138,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,Picture quality is not good. I don't like this product,Not good,negative +16139,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for my three year old son It's really easy for him to use,Great tablet for my 3 year old,positive +16140,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"The kindle fire kids is perfect size for our toddler, case is super durable, and I love how it can set up age appropriate as our child grows",Perfect for our toddler,positive +16141,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,This is just a regular fire tablet that has protective case.,Not for kids,neutral +16142,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandkids plays with this tablet all the time.lots of videos and games,Grandkids love this,neutral +16143,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this as a gift for my grandkids. They absolutely love it!,Awesome fun for toddlers and older,positive +16144,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I love the parental controls available. You can set what time they can start and stop using, as well as how much time on each activity. Also love the guarantee of replacement.",Love it!,positive +16145,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Perfect for kids. He has his own tablet, and I can control all access to everything. I don't have to worry about what he's getting into....",My 6yr old grandson loves this,positive +16146,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"my kid loves it of course. I haven't had a chance to look at it's potential for parent use, like email. Seems like a winner.",good for kids,neutral +16147,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my step sons. They positively love it and it is so easy to navigate. The only draw back is with the capability for them to download games the memory is close to full,Excellent Tablet for kids,positive +16148,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The grandkids love it they spend time playing the games they like.,Agreat gift for the grandkids,positive +16149,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great product. As advertised. Very easy to set up profiles with daily goals and limits. Great purchase.,Easy to use.,positive +16150,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for kids! It's very easy for them to navigate.,Great for kids,positive +16151,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,originally had a 4g and needed a larger one for my nephew to play games and this is perfect for a 5 year old.,great for kids,positive +16152,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My grandson really enjoys his new Kindle that he for for a Christmas present.,Child Kindle Review,neutral +16153,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son enjoys to play with his tablet but definitely you gotta take a little time to set it up for them to be safe while they are playing with.,Good for kids under 10y,neutral +16154,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Purchased for my grand child. They love it. They play and add gamehis.,Great for kids,positive +16155,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Grandson has loved this since he opened it for his Birthday He was able to use it,figure it out, right away The protective case actually makes it easier for him to handle. Simple to set up for his home internet and parents were able to view and set up controls of their choice.",Very good tablet for 8 year old,positive +16156,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My Son absolutely loves this thing, very durable and comes with a great warranty.",Fantastic!!,positive +16157,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I bought this as a gift for my smart 1 yr old niece and she loves it. she is always using the tablet. it's her favorite toy.,Gift for my 1 yr old neice,positive +16158,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I absolutely love the parental controls on this device. You can even set a time limit on how long they can use it.,Great tablet for a 2 year old,positive +16159,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great tablet for children lots of great options to regulate what content that is available to the children.,Great tablet for young kids,positive +16160,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is great product. The tablet are made tough and great price.,Great tapblet,positive +16161,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,It's ok but I rather have bought Samsung Galaxy Tab,Good,positive +16162,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"You can not block Bing and it shows ""trending now"" News content. This can not be deleted or blocked. It also types ahead and adds content.",Internet Issues,neutral +16163,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I didn't know how well he would do with a full blown tablet, but I am shocked at how well he navigates it ON HIS OWN. He does get stuck from time to time, but a few times and key words and he can pull up apps, close them, pause and play movies etc by himself. His vocal skills have improved and he is saying and identifying letters- and it has to be because of the tablet. I'm impressed at how well it holds his attention. His letter understanding (he's 3.5) has transferred off screen to the physical materials we use. Plus, it's a great motivation tool. I love it, and he does, too.","Autism, Speech Delays, and Fire Kids Edition",positive +16164,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It is super easy to set daily limits and goals for children on the device. Remember to set up Amazon Household which makes installing apps via site easier. Has everything a typical Android tablet has.,Great Tablet for Kids,neutral +16165,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves this tablet. It is easy for him to navigate and extremely durable.,Excellent Tablet for a toddler,neutral +16166,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great product!! My daughter loves it!!! She is two years old!!! Kids mode is the best.,Great!!!,positive +16167,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my two yr old and she loves it not to mention super durable.,Great tablet,positive +16168,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I got this for my three year old for Christmas and she loves it!,Great,neutral +16169,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Have fun with it .Good game Good apps . Easy to used,Good,positive +16170,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I purchased this tablet for my 4 year old daughter and its FANTASTIC! Its durable and very user friendly! Love all all the free educational games, movies & books!",Best tablet out there for kids!!,positive +16171,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great for kids, bought both colors for two of my kids.",Awesome,positive +16172,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for kids. Bought both colors for two of my kids.,Awesome,positive +16173,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is very durable for a young child. It is very easy to use even for my 2 yo granddaughter.,Durable and easy to navigate,positive +16174,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter loves this and it came as promised.,Great product,neutral +16175,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My husband and I purchased 3 of these for each of our kiddos and to say they're a hit would be a massive understatement. And the parental controls on these are awesome. We love our new Fires!!,Great tablet for a great price,positive +16176,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We purchased this as a gift and the feedback we have received has been great.,Very nice!,positive +16177,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought 5 tablets for my grandchildren for Christmas. They loved them. Ages ranged from 5 to 12. Made shopping easy for this grandma.,Perfect gift,positive +16178,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Grandson loves this tablet, does everything he needs",great for children,neutral +16179,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,A great money saving alternative to the ipad for my son who likes ti play games and read books.,Nice product,positive +16180,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My 5 year old granddaughter cannot put her Fire tablet down. My granddaughter plays a variety of games and watches videos. She loves her tablet!,Good tablet for kids.,neutral +16181,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We purchased three of these tablets for our granddaughters and they use them everyday and enjoy them. We spoke with one of the Best Buy associates and he was great telling us about this product. Made our decision easy. Thanks.,Great tablet for our granddaughters.,positive +16182,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"We had given hand-me down iPhones to the kids to use for car trips and the like a while back and were looking to update them. For the price, this is the best deal. You have access to a lot of the same apps (although you might have to start them over). It has a durable case. And is a good size for little hands. It is very helpful to be able to time activities so they don't have a choice about handing it back over. Only downside is one of our cords doesn't charge as well as we'd like and sometimes it seems a little slow starting certain apps in comparison to our apple products. But if you don't want to pay the apple price, this is the way to go. Kids will definitely be entertained by it!",Good for the price,neutral +16183,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great tablet. Great performance and is stable. I have ipads and other tablets and I really enjoy reading and watching shows on my kindle fire vs any other tabletThe kid version is kind of annoying. So.many. apps.. ugh. And kids dont understand that they have to wait longer if they're going to download 100 apps at one time..,bloated,positive +16184,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Christmas gift for 8 yr. Ended up returning. too slow and not enough content for our 8 yr old. Kids....... Great 2yr protection tho,Good for little kids,neutral +16185,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"WISH the kindle fire (for kids) had better way to limit how many items you can download at once. Most kids do not understand that clicking on a bunch of pictures will download that game/program, which is CLOG download times. Needs a better way to remove unwanted items, rather than clicking.. and clicking on every item. Speed and performance is pretty good for a tablet. App store is great and has many items.",bloaaattted,positive +16186,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I bought this for my 2-year old. She liked it for the first few days and then she went back to playing with my ipad. If I hadn't already introduce her to the ipad, I think she would have been fine with this.",Not bad,neutral +16187,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Gave to my great nephew. 2.5 yrs old. He loves it and his father no longer has to turn over his phone to his son.,Great for Kids,positive +16188,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 4 year old son got this for Christmas and he loves it,My son loves it,neutral +16189,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My two year old loves the videos,games and books this tablet provides.",Son's first tablet,neutral +16190,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Perfect for that age group that I bought it for she 10and loves it.,The camera and Cover are great,positive +16191,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this as a gift for my 3 year old granddaughter. She is learning how to get to her apps and play some games on it. I like that I can have contol over what she can watch and play.,Great tablet for young children,neutral +16192,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought it for my 2 (almost 3) year old. He really lover it. I love that I can put a timer on it and he can't be on it all day. It's easy to use. The only thing I hate is how fast the battery runs down even if not in use.,Good buy,neutral +16193,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Got this for my 5 year old daughter and her and my three year old love it! Lightweight, durable and loaded with books and games. What really sold me on this one over the other options was the 2 year anything guarantee that Amazon offers!",Perfect kid tablet,neutral +16194,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love how easy it is for my 9 year old sone to navigate around. The unlimited kindle free time is great too we like that we are able to set time limits as well as only allow age appropriate games and content. Our son Not only loves playing Minecraft and watching netflix on it but enjoys the reading the books as well.,Very happy with the kindle fire,positive +16195,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,interface isnt as user friendly as other brands but u get used to it.,great 2 year warranty,neutral +16196,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Grandbaby won't put it down loves itShe's dropped it too many times & the blue cover has protected her tablet every time.,Grandbaby won't put it down loves it,neutral +16197,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Good for little kids, it runs a little slow though",not bad,neutral +16198,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very awesome tablet for kids and great parental controls,Awesome for the kids,positive +16199,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Brought it for my niece for a Christmas and she loves it doesn't lag or anything it works just fine,I love it,positive +16200,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought it for my granddaughter. She is so smart. She can get on and find her apps. She lives the videos and games.,Awesome for toddlers,positive +16201,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My six year old turned this tablet on immediately on Christmas Day. He knew how to operate it easily.,Great tablet for a young child.,positive +16202,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought two kindles one for my daughter and one for my god daughter and I love it. I can let them use it and they can download whatever they want for free such as books and kid friendly games. I don't have to worry. It can also be used like a normal tablet.,Perfect for the kids,positive +16203,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Easy to use, lots of features, keeps kids interested, good beginner tablet unit",Excellent introductory tablet for youngelr kids,positive +16204,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves her kindle and it's larger than the previous one she had. She enjoys it!,Great kindle for kids,neutral +16205,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great fun r the little ones, had to go buy another because it works so well! Dropped many times and still is doing well!",Awesome,positive +16206,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought this for my daughter to keep her busy in the car and flights. Works great. Good content.,Great for kids,positive +16207,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this as a Christmas gift for my toddler and she loves it.,My baby loves it,neutral +16208,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Over all pretty good product.i am not so sure if it's got Bluetooth connectivity. i've had it for a few months now and kids seem to enjoy it a lot.certainly I recommend to anyone who wants to give their kids the ""best ""gift.",Perfect for kids,positive +16209,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,A little slow but overall good first tablet for kids,Great apps for beginners,neutral +16210,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Got it for my grandson he loves it.it is a very good tablet!!!,Grate Tablet,positive +16211,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My eight year old loves the games and it is safe for her to use.,Great for a child,positive +16212,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love this tablet! It's easy to setup and the pre-loaded games were a hit with my little one! Very pleased with the the selection of videos and games on Amazon Kid Play :),Great Tablet for Kids!,positive +16213,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I purchased this tablet for my five year old and he loves IT and so do I. The games and activities are age appropriate. This tablet is such a great buy.,Awesome tablet for kids,positive +16214,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Is great for beginners I love the parental control on it it works great for my toddler.,Great for kids,positive +16215,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great for little kids but I have a 10 year old daughter with Autism that loves this. She can watch movies, play games, and READ her favorite books.",Perfect for little kids,positive +16216,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is the way to go for an all-in-one package for the kids. Everything is set-up and easily controlled through adult log in...,ChildsPlay,positive +16217,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I mainly bought this so my daughter and I could skype daily, but the free time by amazon has proven to be very helpful for kids. The big foam cover is awesome if you have a destructive kid.",Great Tablet for kids,neutral +16218,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Love the case, table works very well, easy to download game and apps, but the life of the battery is not great. The battery fully charged only last about 3-4 hours",great tablet for my 5 year old grandson,neutral +16219,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 5 and 8 year olds love these tablets. They are able to play age appropriate content. Tablet seems well powered and the case is providing good protection.,Great tablet for elementary schoolers!,positive +16220,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My grandkids love's it always on it great learning tool,Good tablet,positive +16221,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 3yr old grand daughter loves her new tablet! Now she can watch Mickey Clubhouse whenever she wants.,Great tablet for kids,positive +16222,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I love it it comes with a 12 month kids subscription,It a great Tablet,positive +16223,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I love the fact that it can take a lick and keeping on ticking my grandson is a bit rough on things.,Grandson loved it,neutral +16224,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Works fine on wifi, otherwise a little slow. My kid enjoys it though. For the price it's good.","Decent, does the job",neutral +16225,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to use. I would recommend it to anyone whit kids,Great for the kids,positive +16226,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"This looked easy, but hard to setup if no experience with other than Apple products",Good product but hard to setup for Grandson,neutral +16227,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This product is very good for little kids to keep some very entertained. Occasionally,Yes,positive +16228,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I would recommend this to a friend is anybody with little kids,Yes,neutral +16229,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves this. There are so many settings and you don't have to buy every app individual. So many books and educational apps :),Amazing,positive +16230,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My children love the tablet. It's a good price and the apps that come with it are great.,Great for kids,positive +16231,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"The touch and loading the content is very bad, it doesn't respond quickly and it very slow",The tablet not so great as mentioned,negative +16232,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this for my son who is a product of the times and takes very easily to electronics and touch screen devices. My mother bought him a subscription to the ABC Mouse learning program and we needed a kid friendly device for him to use it on. At first I was skeptical about spending the extra 50 for the kids fire as I thought it was mainly for the case which I thought to be cheap silicon. When the tablet arrived in the mail I was surprised to find that the enclosure is a thick, heavy duty type of foam. It provides a good enclosure for the kids to hang onto as well as a solid defender against any drops. It booted up quickly and once you enter your amazon information, you have the ability to set up both an account for adults and a child's account.The child's account does not have access to the app store or anything that you don't want them to get a hold of.You can set time limits on their account to your desire.You can allow and disallow any application you want to their account.It comes with a year subscription to amazons free time unlimited, which I interpreted as basically Prime for kids. This allows access to all the apps and games as much as they want.The kids user interface is extremely slim and easy to navigate. He is able to one click to any apps, books, games he wants to use. It also highlights your recently used apps in the carousel at the top.Overall I'm very happy with the purchase of this tablet as it allows him to use modern technology to learn and grow without worrying about the normal dangers the Internet holds if you're not careful.",Great kids tablet,positive +16233,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very pleased with product. I was also a decent price and not overpriced.,Great tablet for a Toddler,positive +16234,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My children think these are the greatest. I'm kind of partial to agree. You can limit their time, access and the things are built like a tank.",Kids love these,positive +16235,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my granddaughter for Christmas. She is special needs and so far she shows an interest in the movies and games included on this tablet. She is able to easily use it with minimum assistance.,Easy to use,positive +16236,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,i have not had any issues with it. i like the separate profiles so i can use it too with out him getting online. plus i can down load a app and if it is suitable for him i can add it to his profile.,my 4 year old grandson loves it.,neutral +16237,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"It's nice to have parental controls, but app grouping and bugs with apps hurts the experience. Parents will still need to look over child's shoulder to ensure games/apps are appropriate. Battery life is absolutely terrible.",It's ok.,neutral +16238,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought 3 of these for my 4 year old, 6 year old and 9 year old. Perfect for all ages. I love the amazon free time year subscription and the content is very age appropriate. I also love the ability to set the time settings for them. It also works as a regular kindle if you decide not to renew the amazon free time after a year.",Great for all ages,positive +16239,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought these for my grand children for Christmas and they have thoroughly enjoyed using their 'tablets' and the apps that can easily be saved on the tablet.,Great for Kids,positive +16240,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my 8 year old. He loves it and it's very simple to add the perfect parental controls!,Love it!,positive +16241,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The kids really enjoy this. They play for hours on them. Keeps them occupied.,Great for kids,positive +16242,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to navigate and my son just loves it pkus a year free of service.,Son loves kids kindle,positive +16243,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Good for convenience when other devices are tied up, but the keyboard lags a little slower than I would like.",Good for convenience,neutral +16244,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,BOUGHT FOR 3 YEAR OLD GRANDAUGHTER. SHE LOVES IT AND NOW SHE WON'T NEED TO STEAL MOMS TABLET OR PHONE.,EASY FOR KIDS,neutral +16245,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this product for my 4 year old grandaughter and she loves using it,Great tablet for a 4 year old,neutral +16246,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I am pleased that my 6 year old grandson was happy with his gift,My 6 year old grandson is very happy with his tabl,positive +16247,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My granddaughter had been using her parents' iPad and loves using apps for learning. I thought it would be nice for her to have her own tablet. My daughter loves the parental limits that can be set and my granddaughter loves not having to ""share"" with her parents!",Great tablet for 3 year old!,positive +16248,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I will recommend for other parents to buy this product,very satisfied with it's easy operation,neutral +16249,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was a Christmas gift for a toddler. He loves this gift.,Great for Kids,neutral +16250,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought this for my 4 yr. old for Christmas, she loves it and is very easy to use. The battery lasts a long time",Great Tablet,positive +16251,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great for my 5 year old because he can play anything on there without having to ask me to install. (In a previous tablet, he had to ask me to install games, videos, etc.. but that is no longer the case). Being able to set time limits is great as well. Don't have to worry about him spending too much time on the device. He understand that after the time limit has been reached, no more tablet time until the next day.",Great for 5 Year Old,positive +16252,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter is enjoying it thoroughly. My son likes the various parental controls,Great starter computer,positive +16253,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The child that this item was purchased for hasn't put it down. He is really enjoying it!,Great tablet for youth,positive +16254,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Excellent tablet for a young child that is very durable, expandable, inexpensive and my grand daughter loves it.",My Granddaughter loves her Amazon Kendall fire,positive +16255,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This was a starter Kindle for my grandson. Since I already have a Kindle Fire Tablet that I love, I had no hesitation buying this for someone else. I chose this tablet because of the childproof case and the extended replacement warranty since the gift was for an adolescent boy.",Christmas Gift,positive +16256,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"The kids never put them down, Plenty of apps to keep them interested. Parental locks keep them safe.",Grandkids first tablet.,neutral +16257,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for young children. Parental locks so you can control what they see. A great deal of educational apps.,Grandkids first tablet.,positive +16258,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love the Amazing fire tablet and the preloaded apps and games. Plenty of memory for additional downloads too!,Awesome tablet for a child!,positive +16259,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"The best device for a child in the market. Purchased for an infant and after two weeks, he is loving it. Easy to handle and durable.",Game Changer,positive +16260,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!,Great,positive +16261,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,great learning tool for my granddaughter. she loves it.,childrens kindle,positive +16262,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Got this for my 2 year old granddaughter for Christmas. She plays on it till we have to recharge it! She loves it! Great little tablet with a host of capabilities.,Great Little Tablet,positive +16263,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought the tablet for my one year old son so we can use it in the car. It just a great buy. I recommend it to anyone that has young kids.,Great Tablet.,positive +16264,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This was a good pick for first kids tablets. I just wish getting to their apps was a little easier,Good item for my granddaughters,positive +16265,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This kids fire tablet is perfect for our 5 year old granddaughter. We downloaded some free and purchase kids apps. It give us a break as she's not always asking for our tablet. And we know the content on it is safe.,Great tablet for kids.,positive +16266,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"It is great if you are a prime member , case is durable!",kids love it,positive +16267,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids are 18 months and 4 and they love this tablet. It's easy for them to use and very lightweight,Great tablet for kids,positive +16268,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought two of these for Christmas for my 3 and 4 year old and they love them! Easy to navigate and it keeps them busy and interested for hours. Sturdy protective bumper protector keeps your kids Kindle safe. The only complaint I have is the charger doesn't stay snug and one is already useless because it won't fit tight enough to charge. This isn't a problem with this Kindle but maybe all of them. I bought my oldest son a regular Kindle fire the same day and his charger is worthless now too. Not quite sure what the problem is with them.,Perfect!,neutral +16269,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Thought this would be perfect for my two children. The case, warranty and pass to download unlimited apps seemed great. However, the pad is sometimes unresponsive and inaccurate-which can be frustrating for children. The case is a little too bulky. And it can be confusing for children who want to push an icon to play but it instead downloads. There is a definite learning curve that they will overcome in time but it could be more user friendly for younger users.",alright tablet,neutral +16270,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We recently purchased this exact tablet for our daughter who is 2 years old and decided to purchase this tablet for a charitable gift at Christmas. I would recommend this rather than more expensive tablet options for a child. it is worth the money and very user friendly.,Great Purchase,positive +16271,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We recently purchased this as a gift for charity. We chose this because we purchased the same type tablet for our daughter and couldn't be more please. It's very easy set up and super user friendly. I would def. recommend this for a child rather than a more expensive product.,Great Purchase,positive +16272,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great tablet but doesn't charge fast take a while to charge have to remove case to charge and I Brought 3 can be a hassle with kids,Great for kids,positive +16273,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It is awesome and my grandboy loves it. It keeps him from playing with my phone.,Great tablet for a 18 month old.,positive +16274,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My granddaughter really likes it. ""She"" found age-appropriate games to play.",Nice tablet for a youngster,neutral +16275,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My grandson has thoroughly enjoyed it. Easy to use. He frequently sends us messages and pictures.,Nice tablet for a youngster,positive +16276,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Awesome device for my six year old. Very safe useage,Great for kids,positive +16277,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Excellent product,my children love this item. Thanks",Great first tablet,positive +16278,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great gift for a child that loves tech and loves to put apps on your phone.,great for a kid that loves tech,positive +16279,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Kindle products are fantastic. I've used a kindle & now have a Kindle fire. Use it everyday, so naturally, I would select a Kindle for my granddaughter.",3 year old granddaughter loves it!!! Easy for her,neutral +16280,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought for my 2 yr old grandson.. and he loves it has a lot of learning numbers alphabet and shapes,Grandson loves,neutral +16281,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I absolutely love how u. An switch from dif accounts,Love kids mode,positive +16282,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bout this item for my granddaughter for Christmas. It has games that she enjoys playing The case protects the device very well. It also can be set up for age appropriate games etc. As she gets older you can change that. It is bigger than an iPod and smaller than an iPad and has a better price. Since it is a google device you can go there to get more apps,Good size,positive +16283,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my son is 5 & is clumsy! hes had this tablet about a month & as many times as hes dropped it still works perfect!,perfect for clumsy kids,positive +16284,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My little girl loves this tablet. It keeps her engaged and entertained. It comes with a protective case that protects it from falls and the handlings' of kids. You can download apps and with parental control you are protected from your kids accidentally making unnecessary purchases without your knowledge. Great tablet for kids!,Good entertainment for Kids,neutral +16285,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Purchased as a Christmas gift for my grandson. He loved it!,Great for the price.,positive +16286,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I looked at multiple other brands, some cheaper by 20-40 bucks. This is the only one that guarantees your kid cant break it for 2 years!!!! Drinks have spilled on it, its been dropped, thrown sat on and not a thing wrong with it.",Wouldn't buy any other brand,neutral +16287,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Sturdy construction, withstands toddlers use or (abuse)",My grandson loves it,neutral +16288,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great entry level tablet for kids without the worries of easy breakage.,Kidproof,positive +16289,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves it !Never had this when I was his age,great for kids,neutral +16290,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandson loves this tablet kid friendly .He plays with this all the time .,Great tablet,positive +16291,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,My 4yr old was able to operate it flawlessly. The included case works its magic to keep the tablet from any accidental screen cracks.,Easy setup,positive +16292,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My girls love the tablet. It has lots of apps they can download. The only problem the battery is used up even when not in use.,Great tablet,positive +16293,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is the best tablet for a kids tablet. The modified Android operating system with Amazon features built-in is great. I am reviewing for what it is, a KIDS TABLET. It has a 1.3 gigahertz processor, meaning for such a small device that decently enough. Internal memory is 8 gigs but you can expand to 256 gigabytes. You wont run out of memory. It has a 2 megapixel camera that shoots in 720p, meaning not full 1080 hd or 4k. Again, if you bought it for a camera you'd be wrong, but for a kid 2 years to 12 years old, that's good. It has 1 gig of ram so it is kind of sluggish on more detailed games. Our 2 year old isn't playing any heavy graphics games that take up the CPU and GPU. It came with a nice rubber case for drop protection and she has thrown it a few times excitedly and it did its job. It has no resource hogging GPS or RADIO but it does have bluetooth and Wi-Fi.",AWESOME SAUCE,positive +16294,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Excellent gift for my grandkids. They love it and play with it all the time.,Excellent gift for grandkids,positive +16295,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Proved to be an excellent Christmas gift for both grandkids. They love it,Excellent gift for grandkids,positive +16296,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my son had a nabi we bought for learning & entertainment. there were many games we downloaded that didnt work without internet or would shut down randomly on it. But we habe yet to encounter a problem with the fire! i download games and books for him to read which work just great without having to be connected to the internet.,better than a nabi 2,neutral +16297,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my daughter is girly so the fact that its pink is perfect! we take it everywhere with no fears of her breaking it when it drops and she stays entertained .,super cute & great for entertainment,positive +16298,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,So far it begin good for my 4yrs old toddler. She enjoy every minute of it.The parental control it's a plus. It also allow you to make multiple kid and adults profiles without any problems issues.,Christmas Presents,positive +16299,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this product for my grandchildren. It is very easy for them to use and sturdy enough not to break when they drop it.,Great tablet for kids,positive +16300,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Have not used the product. This item was a gift and I have not yet received word on the product.,Have not yet used the product.,neutral +16301,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great for the grandkids, they know how to manage them better than I do.",Great,positive +16302,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter loves this tablet. Best tablet for the money.,Great tablet,positive +16303,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this tablet right after Black Friday. It had good reviews, a perfect warranty for kids, and a reputable branding. Once set up, it has a good cover that is light and hard for a child to remove. The included one year software Freetime is user friendly and convenient to navigate. So far, we really like this tablet. The only thing that I still need time to determine its battery life. After about 2 hours of game play, the battery is about at 50%. Very satisfied.",Perfect tablet and features for a child,positive +16304,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I got this for my daughter's for Christmas this is a great gift it helps them learn and keep them out of trouble thanks again Best Buy.,Great for kids,positive +16305,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My son loves this tablet, he will not put it down!",My 18 month old loves this!,neutral +16306,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I chose this product from my daughter's this is a great product keeps them from fighting and misbehaving. I think everyone should have one for their child this is a great product to help them learn and really affordable the people at Best Buy were really helpful.,Great for kids,positive +16307,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I personally like the old shape ( more square ) of the kindle better. I use to have a 8 inch and loved it until my grandkids dropped it and now it doesn't work any more.,Great tablet for kids,positive +16308,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son is a huge fan of it and I love that I can control what he watches and plays,Awesome,positive +16309,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My 3 year old is learning so much playing the games on this tablet, and I love that it is so durable and can take a beating. Would recommend. Many games to match many age groups. Plus YouTube access.",Great kid's tablet,positive +16310,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The tablet offered my son hours and hours of continuous learning and excitement he would not put it down until it went dead and the batteries had to be recharged,Educational and Fun,neutral +16311,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love that this tablet came preloaded. All we needed to do was charge it and my child had access to many books at an appropriate level.,Perfectly preloaded,positive +16312,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Overall great product. 5 year old can use it easily and it is great in terms of making sure young children cannot access content that is not intended for them.,Great tablet for child,positive +16313,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is my third. I buy them for all my grandkids.,This is great,neutral +16314,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This is a great tablet for young children. Our kids got them for Christmas so we are still trying to figure it all out. I would recommend going ahead and purchasing a sd card bc the storage space ran out very quickly.,Great kids tablet,positive +16315,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I bought it for my grandson for Christmas and so far it has been good. It is him that is the problem. He isn't able to understand some of the stuff but will in time.,"It was a Christmas present, so far so good.",positive +16316,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet has been a great learning tool for my child.,Outstanding tablet for toddlers,positive +16317,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daughter is 1 and doesn't pay much attention to it because she'd rather have my phone. However, as a parent I'd rather have her play with the tablet because it has many free learning game apps.",Great for kids,neutral +16318,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My three year old son love it. He can read and learn so much from the free time app.,Great gadget for any age,positive +16319,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Got this for my son, he loves it and is easy to use and add stuff for kids, the warranty is an added bonus. Plus pretty durable, since having a 2 year old, when he throws fits, this gets thrown as well.",Great for kids,positive +16320,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Purchased as a gift, perfect for small children! Easy to use especially for children's apps with the touch screen.",Great for kids,positive +16321,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My son absolutely loves it but not enough storage.,Son loves his tablet,neutral +16322,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is the second one I bought. My grandkids love them.,Love it,positive +16323,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Grand child loves it, before she had to look at her favorite movies. On the computer monitor,Now she can look at her movies anywhere.",My grand child loves it!,positive +16324,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought for my 2 year old granddaughter l, she loves it, so easy to use .. She can navigate through it with no problems",This is a great product..easy to to use....,positive +16325,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my 2 almost 3 year old son for Christmas it is great even for adults as well very sturdy and holds but to a wild 2 year old,Great for kids and adults,positive +16326,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My Grandson loves his tablet we got him. Very safe,Great tablet for a child,positive +16327,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This is a great amazon fire tablet for kids highly recommend,Great,positive +16328,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet is great for young children. Our kids got them for Christmas so we are still trying to figure everything out. I would recommend buying an sd card with your purchase of the tablet bc storage space runs out fast.,Great kids tablet,positive +16329,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,Touch response is not so good. so my kid refused to play games on this.Returned this product. Thanks to Bestbuy for the full refund,Touch response is not good,positive +16330,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Easy to use!! Purchased for my nephew, he's 4, he loves it.",Excellent,positive +16331,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my grandson and he loves it. great,My grandson loves it,positive +16332,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daughter just turned four. She loves reading books, watching movies, and playing games on her Fire. It has a short battery life compared to other big name brands but still good, usually around five or six hours. The included amazon free subscription is great, lots of great content from Disney and other quality brands.",Perfect for youngsters,positive +16333,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter loves her pink tablet she is four and able to use on her own,Great tablet for kids,positive +16334,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This was the first tablet we purchased for our kids and love it.,Great for younger children,positive +16335,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love the amazon fire kids edition. It has lots of fun apps for kids.,"Perfect tablet for my kids, nephew and nieces.",positive +16336,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to use for a 5 year old. She loves it. I just don't like that my amazon account is linked to her tablet.,Great tablet for kids,positive +16337,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,The tablet is for my son who is 2. That being said I noticed blotches on the screen. Never returned it due to it not making a difference to my son. I will have to upgrade him in question few years anyway. The bumper is amazing.,Great bumper,neutral +16338,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is perfect for kids under 12 years. It has lots of fun apps for the kids.,"Perfect tablet for my kids, nieces and nephew",positive +16339,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is perfect for a young child. The case it comes with is wonderful and seems very protective.,Great tablet for young child,positive +16340,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I have two of these for my kids. Ages 2 and 3. They are great for them to watch cartoons and they are slowly getting into the puzzles, books and games on them. Easy to setup and link to amazon account. Only gave it 4 stars because the one downfall is that these tablets are bit on the slow side when either downloading content or loading up some videos. Kids are less patient than adults you know. Overall, well worth the money.",Great Starter Tablet for Kids,neutral +16341,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought the first kindle years ago for my sister. When my oldest turned 1, he wouldn't leave her kindle alone. We decided to buy him one & he has had it ever since. The learning apps such as the counting ones, ones about learning shapes, and learning his ABCs, assists in his advancement in his schooling. We all have a kindle in the house, to include my 3 year old (this is his first year with one). Love it!",Awesome device for a young child,positive +16342,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"I bought 2 Amazon Kid's Fire Tablets for my two grandsons for Christmas. Included in the purchase of the A.K.F. Tablets is a one year subscription to KID's Free Time.I have called & emailed inquiring about the registration process in order for my daughter to activate & begin using the free one year subscription of KID's FREE TIME, & still no resolution.Upon trying to register tablets, credit card used to purchase is required. I do not understand why my credit card needs to be submitted in order to obtain/activate a service that is included in the already PREPAID Purchase!I have been waiting for a response since Christmas.Therefore, at this time, I would have to give a 2 star rating due to the lack of customer service available for this product. With hope of getting this issue resolved I would still recommend to a friend.",AMAZON KID's FIRE TABLETS,positive +16343,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is a great tablet , lots of fun for the kids I reccomend big time.",Great for 5 year olds,positive +16344,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Overall a good First Tablet for a Child. I find it difficult to find a specific game on the Child User. The Adult User has a search feature. Not sure where the Search feature is on the Child User. My 5 yr old Grandson is enjoying the Tablet.,Good inexpensive Tablet,neutral +16345,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"Was looking for a tablet for my young daughter. This was on sale and had good reviews. After consulting with the sales associate with some questions, I decided to purchase item. Nice looking product, however, very little storage space.... after downloading a few apps... the storage was full and was required to buy more! Also, cannot play videos unless hooked up to wifi. Unlike the sales associate told me. Very disappointing!!! Would not recommend!",Disappointing product.,neutral +16346,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I personally like that it is relatively small and light in weight.So, easy to handle for my toddler.With the increased number of games and apps, downloaded on the Tablett, it slows down in speed. That, for sure, I dislike. But over al it is good to have when on the go, on car rides or long periods of waiting.",Nice to have when on the go,neutral +16347,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is a great starter tablet. Purchased for my 6 year old, it has been easy to use. Only giving get four stars because there should be a better way to control purchases. My son figured out quickly how to purchase apps. Finally figured out how to put a pin on app purchases.",Great Starter Tablet,positive +16348,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My daughter loves that it is pink and she enjoys watching videos/playing on the tablet, which is what really matters. Sufficient and cheaper alternative to the more expensive tablet alternatives.",Daughter Loves It!,neutral +16349,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this item for my 9 year old granddaughter. She is thrilled with it. She loves the number of books she is able to access. It wasd a Christmas hit!,Great for a child,positive +16350,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I especially loved the bumper that protects it! He absolutely loved this gift! It has parental control. It has the ability to buy games that are educational for him; and we are all thrilled with it....myself, his parents and our little guy!!!!",Awesome tablet for a 5 year old!!!!,positive +16351,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Your can really control what your kid gets access to from apps, videos, and the Internet. You can not get a better deal. The 2 yr anything happens warranty is a big plus. It's not the fastest thing on the market it's desent. Picture quality is great. Everything that comes with it just makes it a real smart buy. Love the fact that I can program it to have her read 15mins 1st before she can fully access it. Also that I can put a time limit on what she can access and for how long for the week.",Great for the price and the kids,positive +16352,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My older kids helped me put in the child safety features and then it works great for my special needs daughter,my special needs daughter loves it,positive +16353,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for the kids as it includes some good educational apps and has a good case that surrounds it for durability.,Great for the kids!,positive +16354,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought it for my 8 year old and it was perfect. She loves it and works it with ease.,Great for little kids,positive +16355,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,So slow returning mine for something different any suggestions,Horrible,neutral +16356,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought for my granddaughter for Christmas and she loves it. She would use her Mom's phone to watch her shows but now that she has her tablet she can watch her own and see it much better. Homerun on this Christmas present!,Great tablet for children,positive +16357,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great device and easy setup.The ease of use for the kids are also great.,Kindle,positive +16358,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought as Christmas gift. She loves it. Small, light, fast, great selection of apps. Plus you can't go wrong with the warranty.",Awesome kids tablet,neutral +16359,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought as Christmas gift. He loves it. Small, light, fast, great selection of apps. Plus you can't go wrong with the warranty.",Awesome kids tablet,neutral +16360,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We bought it for our granddaughter and she absolutely loved it!,Great for kids,positive +16361,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought one last year that worked out well. Decided to get another one this year. Very pleased.,Great tablet for great grandsons,positive +16362,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Great for a 2 yr old, and will use it till he's older",For grandson,positive +16363,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandson loves it and there are lots of educational games .,Great product,positive +16364,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love this tablet for kids .. it's so much fun for them .. great buy ...,Great tablet for kids,positive +16365,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this tablet for my two yr old granddaughter for Christmas and she loves the games and camera. Works great. Glad I got it for her.,Great tablet for a two yr old,positive +16366,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The parental controls are amazing! Super easy for my daughter to operate,Love it,positive +16367,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,this tablet is a good for small children it has a good cover,amazon fire,positive +16368,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Good tablet. Easy to use for 5 yr. Not as many free stuff as expected. Have to pay for most games, movies and books.",Good tablet for kids,positive +16369,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter has enjoyed it very much!!!! She loves using the camera. And playing the games she just loves it. We have to put it on charge and she is asking 5 minutes later is it charged yet!!!! Really is kid friendly,great camera for a child.,positive +16370,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 4 year old daughter loves her fire for kids. Keeps her very entertained at all times,Great product for a child,neutral +16371,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Amazon free time great for small kids to get entertained,Great for kids,positive +16372,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Purchased for my 3 year old grand daughter, she LOVES it.",Perfect,positive +16373,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my 3 year old granddaughter! She was wearing my Kindle out with ABCmouse.com! She loves it and I love the warranty,Granddaughter loves it!,positive +16374,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My son is crazy about it,nice size,good grafics,and Internet conection!",Great,negative +16375,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,i bought 2 for a 3 and 4 year old grand-babies and its so easy to use for both of us.,"parent control, 2 year warranty, free down loads",positive +16376,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a kid friendly tablet good for gaming and learning games as well. Glad we got it.,good for games,positive +16377,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Grandkids loved the tablets and they seem very durable and long-lasting,Good tablets for the grandkids,positive +16378,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to use for children. Multiple color tablet covers.,Great tablet for my 7 and 5 yr old grandchildren,positive +16379,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"So we gave it to my 1yr old for christmas, on the box it says if you break any way theyll replace, 30sec after opening he throws it down and jumps on .... works great lol loves watching spongbob on lol",Great kid tablet,positive +16380,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Probably a little too much but the device has excellent parental controls. They have used it for about a week so far with no issues.,Kids love it...,positive +16381,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is for my 5 year old and she hasn't put it down since Christmas. She uses it for watching videos and taking pictures of her toys..,Great product for kids,neutral +16382,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The Kindles were good while they worked 3 days!! Best Buy was good about replacing them. Very frustrating though to have to get them replaced when my kids only played on them for three days.,Great Tablet,positive +16383,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I like that you can set parental setting so the kids can't purchase without you knowing about it. Great warranty also as a separated for the kids and the parents,Good for kids,positive +16384,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very satisfied with this purchase my grandson loved it,Great,positive +16385,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I purchased this tablet for my 3 year old and he loves it. He has learned a lot. Only con is that it takes a long time to charge and doesn't stay charged for long,Great for my toddler,neutral +16386,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Works great for my daughter, great price and apps.",Great tablet,positive +16387,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I like it my son can watch his 2 favorite shows with out any problems,Good for my 2 yr old,positive +16388,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids love the tablet and it's easy for them to use,Kids love it very much,positive +16389,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for ages 8 and under my kids love them,Kids love it,positive +16390,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,Slow processor equates to slow internet browsing. User I nterface is ok. Really wish it had the capability to lock onto the movie screen while my toddler watches movies. Next time I'll just spend the additional money on an iPad mini for my kids.,Just ok...,neutral +16391,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,The tablet could be great for my 4 year old daughter if it worked properly. As of right now I need to return it to see if a new one will work. There are black and grey lines across the screen most of the time. It will not go to the home screen so my daughter can play on it. I am hoping a new one will not be faulty.,Could be a great tablet,positive +16392,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this nice kindle fire kids tablet for my 18 month son for a 6 hour road trip to LA and it did the job. I downloaded some movies and apps from Amazon to keep the little guy busy. He absolutely loved it and best thing is the case it's very durable. Plus with 2 year guarantee if anything happens they'll replace it for free. We both love it!,Kids Tablet,positive +16393,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I was hoping he would not want to put it down, like the other tablet he had (sprout chubby )But he stills wants my phone.",Nice size,neutral +16394,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Christmas gift for my 4yr old grandson, he loves it. Easy for him to play by himself",Perfect gift,positive +16395,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"It is a tablet. Downloads kids apps fast. Only complaint is when I shut it down the kid's user screen goes away. I do pull it back up but both my child and I get annoyed. Some regular apps I have not been able to remove from the regular screen. However, I would recommend.",So far so good,neutral +16396,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My little girl loves her Kindle. I'm so happy I bought an upgrade to her previous kindle. Best Christmas gift ever.,9 year old loves,positive +16397,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My children loved their previous kindles so much I bought them an upgrade with the case - so worth it.,Perfect gift,positive +16398,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My little 8 year old guy loves this kindle. Couldn't imagine a better Christmas gift.,Awesome,neutral +16399,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This has the all speed and storage I needed for my preschooler. The case is soft and light and I can tell it will protect the tablet really well. I really like the ease of getting to the kid-friendly apps and videos. Has easy to set up parental controls.,Easy setup,positive +16400,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This has the all speed and storage I needed for my first grader. The case is soft and light and I can tell it will protect the tablet really well. I really like the ease of getting to the kid-friendly apps and videos. Has easy to set up parental controls.,Perfect for my young kids.,positive +16401,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to set up and durable grandpa dropped it and no issues,Works great my grandson loves it,positive +16402,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is an excellent tool to help our granddaughter advance her learning skills and also allows her an opportunity to play educational games,Awesome kids tablet,positive +16403,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,What impressed me the most was the amount of free kids apps that you get with the Kindle. These are easy to use in both size and software.,Great Kids Apps,positive +16404,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Good tablet to take for my child to play on when out to dinner. Keeps him busy.,Good for nights out,positive +16405,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"The kids tablet made a good gift for our youngest grandson, 6 years of age.",Gift for grandson,positive +16406,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought for my son for Christmas and so far he loves it good value for the price.,Good Product,positive +16407,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I got 2 of this for kids 5 and 3 it is a pretty good tablet, easy to navigate for the children but (and this is on me for not researching) but kid content is only free for a year, after that you gotta pay a monthly fee which is cheaper if you are a prime member, but still...Now reason why I'm about to return them! You CANNOT get YouTube kids at all! No google apps. You can get some YouTube kids clones on the adult profile and add them to the kid's profile but they stink. They're full of commercials.So I wasn't expecting this tablet to be like an iPad but this is a deal breaker for me.","Mom review, no techie stuff.",positive +16408,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought the Kindle Fire Kids edition for my daughter. Very easy to install and download several varieties of apps and books and music and photos to customize to her interests. Very well built and easy to use. Compared to several other brands we have purchased this is by far the greater option.,Wonderful tablet for any age.,positive +16409,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Kid prof and comes with free books and games I like it,Nice for kids,positive +16410,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I liked it a lot for my four year old and it is kids proof,Neat,positive +16411,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great learning tool for our 3 year old she loves it!,Great for our 3 year old,positive +16412,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Wish it was easier to understand set up so children don't accidently charge to my account.,Difficult to learn how to play some of the games,neutral +16413,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The only complaint is that you get a year free of Amazon free time but after that first year you start getting charged till you cancel.,Great product for child,neutral +16414,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Protective, fast and has tons of fun games already on it! Our 7 year old daughter likes it, too!",Gift for 3 year old,positive +16415,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I would recommend this to all of our friends and family. It's worth every penny. Good warranty, comes with a free subscription, works quickly and is very durable!",Great tablet for all ages,positive +16416,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,bought for grand kids front camera rear camera wifi ready games they caN SKYPE SO MANY THINGS you can use it for 2 YEAR NO QUETION WARENTY its your best buy,has all you need,positive +16417,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,kids love it EZ to use great Quality bought this for the grand kids had super reviews also free Amazon for a year 2 year warranty its the best buy out there,super learning tool,positive +16418,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Seems to be great but just need a little more time to play with it. The main user is nearly four years old. Happy with it and gets excited when using it.,Still learning to use it.,positive +16419,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Purchased for our niece. She is 6 years old and it's perfect for her. She loves it!,Great!,positive +16420,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,A Kindle that has a case to help with drops. Purchased on sale during Black Friday. Great deal on a great product.,A Kindle that's kid resistant,positive +16421,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought it for my 4 year old and he loves it! The child case is awesome too in case of any drops.,Great tablet for a small child,positive +16422,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for kids. Lots of games and books for kids..,Great for kids,positive +16423,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great tablet for my 4 and 8 year old.... kid friendly, safe, and mom and dad enjoy it as well! Love that it comes in a protective case. Reasonably priced for a great tablet the kids love!",Great tablet for little kids,positive +16424,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kid loves it and is easy to use.Plus the case is worth it.,Excellent tablet for kids.,positive +16425,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids love their kindles and love free time in it. Numerous educational games!,Perfect for young kids,positive +16426,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This holds my grandson attention on a regular basis.,My Grandson loves it!,neutral +16427,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Awesome for kidsIt's educationalI love the blue cover!!!,Great Learning Apps,positive +16428,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daughter (4) she loves it. Easy to navigate, hard to break.",Great Kids tablet,neutral +16429,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"Everything is locked out to Amazon, no compatibility with the Google Play Store and a lot of games the children play are on the Play Store. This product is bad because it is locked into only Amazon services.",Bad product,negative +16430,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Best thing I got my kids. They don't ask to borrow mine anymore.,Awsome,positive +16431,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves the tablet. I like that Amazon give you free unlimited downloads for two years,Great tablet for the kids,positive +16432,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I don't encourage a lot of TV watching so the Amozon Fire was a good substitute. It's great for travel. My granddaughter plays games as she learns. Good preparation tablet for introducing her to her next tablet in a few months. Using this one to teach responsibility as she learns.,Great for my 6 year old.,positive +16433,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My 4 yr old is fully capable of navigating to her favorite games, videos, photos, etc. I like the bumper case too. It has proved its worth already.",Great for my 4 yr old,positive +16434,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I bought it and wrapped it up immediately. So I couldn't say either way if it was good or not.,I bought it as a gift,positive +16435,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Good product for a young child to play with without breaking,Good for kids,positive +16436,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is a great tablet for kids. Keeps them busy with so much to do, watch, and create.",Wonderful Item for Kids,positive +16437,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought it as a Christmas present based on input from a friend of mine,Should be great for grand daughter,neutral +16438,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Got this to replace my iPhone that my daughter constantly has to have to watch her Elmo videos. This is a durable perfect solution. She understands most of the apps and can navigate to watch whatever she wants. This comes with a warranty that if she does anything to break it, it will be replaced for free. That was the final selling point I needed!",My 2 year old can even navigate this!,positive +16439,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I love my amazon fire tablet, I'm sure my kids will love theirs too!",Great price!,positive +16440,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Tablet is great, battery satisfactory. Case works great, within 10 minutes of opening the tablet, my grandson dropped it. No damage!!Easy to use. Highly recommend.",Amazon kid version,positive +16441,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's a very reliable tablet for the little ones. Most enjoyable feature is how you can control everything they look at and what kind of apps they use.,Fun for kids,positive +16442,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My son loves it and he's been using/playing with it every after school.,Good for kids,neutral +16443,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my daughter for christmas. I know she will like playing games on it,Good for kids 6 to 10,neutral +16444,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I would recommend this for kids ages 6 to 10. They can play al kinds of games that can be downloaded,Good for kids ages 6 to 10,neutral +16445,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is excellent for toddlers and also as they grow. Numerous things they can do on it and also nice to be abke to control it as a parent.,Perfect for toddlers,positive +16446,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I purchased these tablets for my grandchildren after purchasing 1 for another grandchild in October. They love them and their parents love being able to dictate how they use them.,Great learning and developmental tool.,positive +16447,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Got this for my 4 year old. Seems like a great tablet for a young kid to use. I'll edit this after Christmas when I give it to her.,Great for my daughter.,positive +16448,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I previously purchased two of these for two other grandkids and they just love them and so does mom. She can set time limits, can limit access, and much more. Plus it comes with a two year guarantee , if the child breaks it, they will replace it. Did I mention that there is a sd expansion card slot to increase the storage capacity. These grandkids are 4 to 8 in age, but older kids would enjoy this also.",Excellent kids tablet,positive +16449,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I purchased 2 of this Amazon Tablet for my 2 kids - 4 & 3yrs old.They just can't keep there eyes off this they fondly call IPAD.My wife laugh every day when they tell her to recharge their IPAD.,My Kids - 4 & 3 Love It,positive +16450,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought for my 3 year old and she loves it! Haven't had any issues!,Great Product,neutral +16451,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Basically it does everything that adult Amazon tablet does,My grandson loves it,neutral +16452,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,my son loves his new tablet. now he can play his games without making a mess of my phone.,my child loves this,neutral +16453,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I hope that Azi will like to have her own entertainment instead of playing games on the cell phone.,Great gift for My Granddaughter,positive +16454,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Sales people were helpful controller cable should be longer,Great old time games,neutral +16455,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Its a good tablet. Fast, durable and easy to use. I especially love the parental features that are available. I am more of a fan of android tablets but for a little toodler this is far better.",Great for kids,positive +16456,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I purchased this for my youngest grandson, age 4 for christmas and he will be receiving it shortly. Games have been downloaded and it will be charged and ready to use when he opens his gift.",Great little tablet,neutral +16457,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The kid really love this kindle fire. The protection for the kindle help protect the kindle,Great gift for kid,positive +16458,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,great table for kids and parents control great gre,great,positive +16459,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love the the Kindles!! Bought this for my grandson. Impressed with the 2 years no questions asked warranty.,Grandson,positive +16460,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It was a gift and she really loved it. It was an in-store service clerk that educated me on this product..,good,positive +16461,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,haven't opened yet since its a Xmas present for my 2 yr. Old I love that there is a kids zone area where she can learn numbers letters shapes and has nice thick bumpers to keep it from breaking as well has a warranty if it breaks,Love the bumbers,neutral +16462,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandson takes it on trips and he loves it. It's easy to use.,It's a really good tablet.,positive +16463,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great product and good customer services. The person I met in the store explained me all the features.,Great product,positive +16464,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love the warranty that comes with this! It makes it very conducive for kids to use!,Great for kids,positive +16465,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Granddaughter loves it, easy for a toddler to hold and maneuver.",Excellent for a 3 yr old,positive +16466,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Amazon's devices get better and better each release. I've had the original Kindle fire and it's in no way an Apple iPad replacement, but what it does it does better than anyone. It's a perfect starter tablet and perfect for a child. The price keeps you from worrying about drops and the interface is easy to use.",Better and Better,positive +16467,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I purchased two of these tablets, one for my niece, one for my nephew, as they are often fighting over the tablet. It is a great platform, with awesome apps, and comes equipped with a very sturdy and rugged case. Five stars. Worth every penny.",Great tablet for children,positive +16468,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Someone recommended this to us for the 3 and 4 year olds. We bought two as gifts. Best Buy had the best prices. Kids love them and so do we!,best for the younger kids,positive +16469,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Have had other products similar for the kids but this is the best by far. Best Buy had a great price too so decided to try it. Love it.,Awesome,positive +16470,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This was purchased for my older grandson, age 6, for Christmas and as I stated in another review it has had games downloaded on it and will be ready to use when it is opened by him.",Great little tablet,neutral +16471,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,She has dropped it a few times and the case is just great,Great for my 5 year old,positive +16472,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this tablet for my five-year-old son he plays it every single day loves it great kid friendly tablet,Great kids tablet,positive +16473,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loved it . Best gift for the price it comes with way more then I could have expected,Best tablet,positive +16474,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,Bought this for my daughter(3) and she can't even use it because it is NOT kid friendly. It is so incredibly slow!! It freezes often and does not seem to work without wifi like it is supposed to. Also was supposed to come with a year free of Amazon free time and we have been charged for it every month !( it requires you to put a card number in before initial use. ) Keep calling Amazon and the foreign people can't seem to figure out the problem. Don't buy!,Horrible,neutral +16475,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,For two girls that love to play games and take with them,good games,positive +16476,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Got this for my Grandson's birthday. He really wanted a tablet and I wanted something that wasn't so breakable. He was so excited and he loves it,Great tablet for a kid,positive +16477,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I have two kids and they both love it. Its also nice because it is already setup for them.,Great for kids!,positive +16478,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I gave this Tablet to my nephew and he can't put it down. It is very Durable. Great Product!,Great Tablet for a Toddler,positive +16479,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Love this tablet, it is better than my ipad! There are unlimited full length games, books, etc. I wait for my granddaughter to go to sleep, so I can play it! Great battery life, too. I highly recommend this tablet for adults and children!",Best gift I ever purchased for my grandchildren!,positive +16480,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,She loves to be on the tablet all the time . So now she will have her own.,For my granddaughter,positive +16481,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter is going to love this for christmas!!! Thanks best buy.,Great product,positive +16482,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great tablets, prefer over the Nabi anyday. Love the color choices",Great Buy,positive +16483,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"Cumbersome, complicated and not kid friendly..... went with Apple, suggesting you do too.",Not kid friendly,neutral +16484,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Bought this for my 2 yr old daughter. She was able to use it within minutes. She loves bed it, plays games on it everyday as well as we bought apps to read to her. She loves it all.",2yr old approved,neutral +16485,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I bought 2 of these tablets for my two youngest children. They had a lot of options to chose from as far as children apps go, but they were already familiar with the iPad since they stole mine all the time. Lol. That made it hard for them as well as myself to figure out how to use at first. Besides that, it's a good product.",Kind of complicated,positive +16486,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Small and easy to use for children when traveling.,Great for younger kids,neutral +16487,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son and i use the tablet everyday 2 times morning and night and theres so much to do on it.,Great for family,neutral +16488,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,BOUGHT FOR MY GRANDKIDS AGES 5-10 AND THEY LOVED IT,GRANDKIDS LOVED IT,positive +16489,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The kids feature is great. My 18 month old takes it with her everywhere. Love how I can block unwanted content from her profile. Very kid friendly.,My little girl loves her tablet,positive +16490,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very easy for a child to be able to use and enjoy.,Great item to start a child on a tablet with.,positive +16491,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought for my kid - 5 year old Kid. Worth a buy. Recommended.,Good Gift for Kids for Holiday Season,neutral +16492,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"In a field full of options, the Fire Kids Edition really comes among one of the top contenders. Great parental controls and great array of downloadable content makes this a great stepping stone into the world of tablets for kids. I see reviews that list battery life as a con, but at over six hrs. and for the price, what more do you need. I'm buying this for my four-year old and I'm not planning on her being on the tablet for six hours, let alone 8 or 9, which is what bigger tablets can handle. If you have older kids, perhaps you may want to consider a bigger, more powerful tablet. For the pre-school crowd, this is just a great tablet for both learning and entertaining.",Fun little tablet!,positive +16493,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Arrived yesterday as promised! Little one loves it,Awesome warranty!,neutral +16494,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very nice tablet. Durable if dropped. My grand daughter loves it.,Great tablet for children.,positive +16495,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought it for my pre-k daughter but my teen-ager daughter took it for a try and she so love it!,Very nice,positive +16496,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great price for product. It's get of you have kids.,Cute,positive +16497,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Only wish games worked without internet once downloaded,Great tablet,neutral +16498,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great Tablet for children...comes pre-loaded with lots of applications for loads of entertainment for younger children. It also comes with a 2 year warranty at time of purchase.,Switched from Samsung Galaxy Tablet to Fire,positive +16499,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My 3 and 2 year old download their own games.Easy to set up and get working. Thanks to parental Control, I know what they are downloading","User friendly, easy set up",positive +16500,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this tablet for my daughter and she loves it,Great tablet,neutral +16501,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"We recently bought this tablet for my 3 year old son and he loves it! It is easy to use, have lots of apps available, the cover is durable and it comes with a 2 year warranty! The only problem for us is the battery won't last.. Overall an amazing tablet!",Great tablet..,positive +16502,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Absolute best for kids. Bought three for ages toddler to teen and it's perfect for each.,Great,positive +16503,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my young grand daughter to start teaching her basic colors and numbers. She uses it like a pro and we have a great variety of teaching games. Her parents just bought one for their house. Have been using for a year and still working like new.,This is a great tablet for kids,positive +16504,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My 5 year old grandson really enjoys his new tablet. He's had it for several months. The only negative I see is the charge port is starting to get loose. The small plug is maybe not robust enough for a 5 year old.,Good bargain,neutral +16505,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great to give to the little ones so they don't break my phone. Found it at a great price and used rewards to bring the price down more.,durable,positive +16506,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Bought for my 4 yr old as a Christmas present. I turned it on, and set it up. Pretty sure she will love it!",Looks good,positive +16507,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves playing with this tablet. Very easy to keep him entertained,Fun,positive +16508,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I can lock the screen so he can't mess anything up while I'm playing him an educational video plus built in case to handle and accidents this tab is golden,Great tablet for my 2 yr old !,neutral +16509,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Pretty good tablet. Very durable and my son loves it, keeps him busy lots of game to choose from educational as well",Good for little ones,neutral +16510,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I need the Geek Squad to help me with the Amazon Prime I purchased it for 2 granddaughters but I don't want them to have access to my books.,Love it,neutral +16511,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Has been very durable with kids and easy to use. Great product for price.,Great for kids,positive +16512,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Excellent Amazon fire HD for kids. Perfect for a holiday gift,Excellent,positive +16513,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"This is one of the perfect tab for kids, I bought it for my niece and she loved it.",Perfect Tab,positive +16514,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It is well designed with a safe cover for kids. It also come with 2 year warranty. My son loves it already.,Good babysitter for my 19 month old,positive +16515,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought one last year for my 1 1/2 years old granddaughter and believe me, she loves it. She deals with it perfectly. We put a 128 GB card and downloaded music, videos and movies. And she finds everything. A few days ago I bought another for my twins grankids. They are only 11 month old but we are going to start putting their music and movies. With the bluetooth they will enjoy it. I got a Free in-store set up so their mom will learn how to use it.",This is the 2d I bought,positive +16516,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a very good tablet for kids to use. You can set up time them to play game and time to read!,Great item for kids!,positive +16517,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I really like that my child is engaged with all of the different apps we have downloaded.,Great for keeping kids entertained,neutral +16518,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,A few problems with games loading but over all good,Kids loved it,positive +16519,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Can be dropped, thrown and doesnt break. awesome tablet",Perfect for kids,positive +16520,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Loved this. Bought it for my 5 year old. Can't wait.,Great for little kids,positive +16521,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is perfect and appropriate for my grandchild,Nice tablrt,positive +16522,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet keeps them occupied. Other kids enjoy it while they are around with them. It keeps them entertained.,Great tablet for kids.,neutral +16523,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for little kids who have a problem with breaking stuff.,Awesome!,positive +16524,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great price - great shipping - great item! Perfect Christmas gift for our granddaughter!,Best Buy for Christmas,positive +16525,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves his own kindle! Very kid friendly and easy for him to use. It is great that he now has his own!,Great for the kids!,positive +16526,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Good features for kids, but definitely not enough storage. You'll need to get an SD card and set things to download to that or it will freeze and stop working.",Not enough storage,positive +16527,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for a family member with a disability. I didn't see any reviews for this purpose but so far it is working well. I felt the case would help if it was accidentally dropped.,Fire kids edition,neutral +16528,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Got this for my 4 year old daughter, she enjoys playing games and reading books. A faster processor would me it better.",Decent tablet,positive +16529,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,haven't opened it yet as i bought it for my grand baby for christmas!....i'm sure she'll love it!!!,excited!!,positive +16530,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,bought for my grand baby for christmas....haven't opened it yet but the other reviews were great!.....i'' sure he'll love it!!....,excited!,positive +16531,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to play and very helpful to learning for children's,Grat toy for children,positive +16532,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Tablet works will with Amazon video on our smart tvs as well as the firesticks.,Great Gift,positive +16533,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great for kids. My grandson (5 years) is very happy with it,Beautiful design,positive +16534,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"The idea is great, a kindle just for kids. Design just for them with pre-approved content.The price was great. I got it for $79.99 on black friday. Plus, it has a 2 year full replacement warranty. They break it, we fix it. Is that simple.Content, wow tons of apps, interactive books and videos.User Interface, not the best one. Amazon should create a computer base aplication to enable and edit all content.","Excelent idea, $$$ & content. UI needs improvement",positive +16535,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought one of these for each of my grandkids and they love it!,Great tablet for kids!,positive +16536,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my granddaughter and she loves it!,Great tablet for kid!,neutral +16537,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Will work well for the purpose it was purchased. My child will love the fun and games that he can play. Very child appropriate and user friendly. I would encourage any parent to buy this product.,Reasonably priced,positive +16538,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My special needs 8 yr old has gone through two ipads at $200.00 each. The Amazon Fire Kids Edition is such a better option. It is loaded with thousands of appropriate options for games and movies without having to download or pay for individual apps. I can even use it in adult mode. I'm very happy with this purchase and highly highly recommend it.,Excellent Tablet for Kids,positive +16539,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Young kids love it, easy to use and takes a beating but still cheap enough that if it does happen to break you don't break the bank too",Great,positive +16540,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I thought it would be good for my 2year old he does awesome on a iPad but could not get the hang of the kindle fire,Good for 5 &up,positive +16541,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this tablet for my 5-year old son, and it's an amazing tablet. It has two different user options available, one which an adult can use as a regular tablet and one just for kids with a password keeping them from messing with things they shouldn't have access to. I am loading it with the digital downloads of movies so my kids can watch it in the car on the go. For anyone interested in that, all you do is download it to the Amazon Play on the adult user side, go into settings and select Share for the movie you want your child to have on their side. It's great if your child needs a tablet but you don't want them to have access to the internet or run up cellular charges on games.",Great kids tablet,positive +16542,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,When i purchased 2 if them i assumwd it would be kid friendly. Its fill with tons of bloat wear. The opening screen has about 15 -20 apps. It worse than a normal adult tablet. my kids dont use it at all because we have to unlock it for them everytime then open the kids app. Then we have to hover over them to help them ever step of the way.,not kid friendly,neutral +16543,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"When used with AMAZON Prime and the ""FreeTime"" app for kids this is a great tablet. Installed a 64 gb micro SD and install as many apps to the card as possible to insure that the tablet has enough free space to handle videos. Easy enough to use for our 5 year old granddaughter.",Good educational device with parental controls,positive +16544,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"When used with AMAZON Prime and the ""FreeTime"" app for kids this is a great tablet. Recommend installing at least 32 gb of micro SD card storage and install apps to the card to insure that the tablet has enough free space to handle videos. Easy enough to use for our 2 year old grandson.",Great Tablet for Kids,positive +16545,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"I purchased 2 of these as Christmas gifts for our niece and nephew. We decided to unbox them and charge them up to be ready for Christmas day. After opening them, discovered they will not allow you to install any free apps or use them for much unless registered with an Amazon account and credit or gift card. I had absolutely no interest in giving a 4 and 7 year old access to one click shopping on my account so we returned these for android type kids tablets. There may be some way around this restriction, but I didn't find it.",Be aware these require a credit card,neutral +16546,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this as a gift so I don't know much about it. Seems nice though,Gift purchase,positive +16547,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I'm a father of two. Both of my kids (6) & (10) got iPads last year for Christmas and love them, but I felt the iPad was lacking a little of what they really need. Purchased two of these and couldn't be more happier. Perfect kids tablet. Don't make the mistake I did and go with the IPad. This product nails it in every aspect the iPad wasn't in terms of a ""kids"" tablet",Best tablet for kids,positive +16548,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Durable case, easy to use. My grandkids watch nursery rhymes and play educational games. I've seen the youngest stand on the Fire and it is still perfect",Great for younger children,positive +16549,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I read the reviews before purchasing this so I went into it knowing there will be apps pre-loaded that I will have to remove. That being said, I purchased this for my 7yo daughter and it is perfect for the purpose considering it includes the case and no-hassle protection guarantee.",PERFECT FOR THE PURPOSE,positive +16550,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daughters first tab,I love that it has protected case and parental controls my son will be jealous because it has more memory than his",Great first tab,positive +16551,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great learning tool for the grand kids. Helps with there homework.,Grand kids first tablet,positive +16552,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves the device. Only had it a few days,Good Product,neutral +16553,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is great for kids, my 3yr old uses and it has fallen and the cover really protects it. The kids section is filled with lots of apps",Great,positive +16554,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great starter to teach young children how to play games with parental control of what game,movie or music sites. And the plastic protector case is included",Great starter for the 5-7 y/o,positive +16555,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I was very pleased with how easy it is for children to maneuver.,Great learning tablet for children,positive +16556,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I would would not recommend this for a child. It's not kid friendly at all. I have purchased 4 of them for my grandson and nephews and 3 was was damaged within a couple months. I think this product is is a better fit for adults.,Not kid friendly,positive +16557,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great tablet for the price. Add to that expandable memory and it's a great gift for the holidays.,Decent tablet for kids,positive +16558,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Was a gift for 7 yr old granddaughter she just loved it one of her favorite item she plays with. It goes with her almost everywhere,Gift,positive +16559,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The Amazon - Fire Kids Edition is a great device for kids and parents to entertain kids during long or short trips,Amazon - Fire Kids Edition is FIRE !!!!,positive +16560,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Best Buy and it's employees in the Granville, WV store made my Christmas. Thank you so much. I had ordered my product on line from Amazon and UPS lost my package. Never heard anything else from UPS when they said they would have the driver pick back up from where they dropped it wrong and bring it to me. Amazon did refund my money, but they were out of the product to reorder. Best Buy had my product and had it waiting for me when I got to the store. This was a Christmas present for my granddaughter . Thank you so much for having this is stock and getting it to me in less than one hour....Yay for best buy. I also bought a lap top a few months ago from the same store. Then today I bought a few other items. So happy with your products and especially your customer service.....",Made my Christmas,positive +16561,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My granddaughter like's her tablet, she has learning a lot.the case is durable and I was glad that the case came in pink.",I purchased the item for my grandchild.,neutral +16562,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very study tablets. 2 others grands liked theirs. Salesman was very helpful finding 2 different color models,Kids gift,positive +16563,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my grandson and it hasn't disappointed me at all! He loves his tablet! I am looking at buying his sister one next!,Best purchase ever,negative +16564,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves everything about it the songs the games and music videos,Great for kids,neutral +16565,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,This is going to be a Christmas gift for my granddaughter so we don't know how good it is yet but we where going to put so games on it so it is ready to go and we couldn't because you have to have a amazon account to do anything with it.,It is a Christmas gift,positive +16566,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It has all the features needed for my granddaughter and is easy to use. I'm am happy with this.,Great beginner tablet,positive +16567,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This tablet brings hours of enjoyment educationally to the user,",Hours of enjoyment for my granddaughter!,positive +16568,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandson can operate the kindle fire with no problem. Just the right size for his little hands.,It's a great kindle size f,neutral +16569,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this and onother one in blue. The kids love it.,Best tablet for kids,positive +16570,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this tablet at my local store . The nephews love it,Best tablet for kids,positive +16571,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Easy and simple for my grandson to use. Has no problem using it.,Greater starter for my 2 yr. old grandson,positive +16572,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Good value for the price and for the children. The apps are enough to let them play and read.,Thumbs up,positive +16573,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I really liked the many facets of the Tablet. Presence of Alexa does provide opportunity for Adults to play and surprise by it.The only caveat is Amazon Free Time is for only 1 Year which Amazon should increase by atleast 1 year for Prime Members but thats more of service and no complains on Tablet.,Product Made for Kids and Adults alike,positive +16574,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It's a great tablet for a destructive 10 year old. It's still going strong for 2 months now,Good tablet,neutral +16575,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"We had been using the Nabi for our 3 year old, but after the reviews online about the dreamtab we decided on the amazon fire kids tablet. So far so good. Very easy for our son to navigate without worry about getting on unauthorized websites.",Kid friendly,positive +16576,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this and onother color at the same time. Great item no complaint,Great kids tablet,positive +16577,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought two as gift to kids. They love it very much,Great,positive +16578,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Aiden's is loving his tablet, using educational apps learning his letters and numbers",My baby love it,positive +16579,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Price was just right.i would recommend to someone.,Great bargain,neutral +16580,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 2yr old daughter loves it! Perfect Xmas gift!,Great for kids!,positive +16581,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great tablet and kid case. I just wish it came with kids apps.,Excellent tablet for kids.,positive +16582,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to use and great parental controls to limit or access content.,Great for kids,positive +16583,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great kindle for kids to use as it is very user friendly and once they get the hang of it they will not put it down.,Great kindle for kids,positive +16584,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"So I was trying this out before giving it to my son and ended up playing the games for like an hour! Some of the games are amazing quality! Just like the cartoon shows, but more interactive. We bought 2 for my twins to use on an upcoming plane ride and can't wait to see their reactions! Love it!",Very awesome!,positive +16585,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is GREAT for my 3 year old and my 5 year old! They stay entertained and easy to use.,Great for Kids!,positive +16586,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The Amazon free time is very kid friendly. My 2 year old uses it with ease. Tons of kid apps for all ages,Kids love it,positive +16587,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is a great tablet for kids as it is not too expensive and there is a 2 year warranty. If it breaks within 2 years, they replace it. My 4 year is very rough with things. My husband was letting him plug the charger in by himself and jammed it into the tablet, causing the charging port to break. I had no problems getting it replaced.",Great tablet for kids,neutral +16588,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for my 3 yr old. Love the profile options and parental controls!,Awesome Kid's Tablet,positive +16589,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great that you can get these in different colors to differentiate from the other one!,Love the color choice,positive +16590,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love that I could get it in a color! And it's just the right size for little hands.,Great for kids,positive +16591,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Quality comes with apps installed durrible love the case,Kids love it,positive +16592,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"We bought these knowing we had a couple of long plane rides ahead of us...we have not regretted them one bit. They are easy to use for the kids, come with lots of fun apps/games/books...Best part for us was being able to add a memory card, so we could add movies and as many apps as we needed without worrying about space.",Perfect tablet for my littles,positive +16593,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought this for my 4 years old granddaughter and she loves it. It has all the books, apps, videos that she needs to learn and play. I love it cause she plays on it and leaves mine alone ☺. It has everything on it and I can set parental guides. Best buy ever! !",Grand daughter loves it.,positive +16594,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my grandson who loves it. Easy to understand and lots of great apps to download. Forget the iPad - buy this instead and get the same functionality for way less money,Great gift for kids,positive +16595,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great product and lightweight. Battery keeps its charge. Would recommend this product to another young person,Great kindle for a toddler,positive +16596,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Perfect for my grandson I love the easy to use set up and parental control. I have recommended this to my friend for her children. Case is great,Perfect for my Grandson,positive +16597,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"What I really like is that you can set up different profiles( boy,girl and myself ) and still you can use any device to play to favorite profile.I bought 2 and kids are very happy.",Great tablet for children,positive +16598,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Nice tablet the colors and visuals are great and the many downloaded and downloadable apps that come with it are terrific. Something for all ages and very simple - my niece and nephew are 5 and 4 and they are finding it very easy to use. The hard rubber cover is a great extra - I had to buy a cover for the last tablet and it cost over $30 for something that sturdy and protective. Excellent Product..,Good Tablet for Toddlers to Teen,positive +16599,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandson used my old I Phone to play on. Got him this tablet and he loves it! Great deal!,Great Pad for a child,positive +16600,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Got this for my 7 year old daughter, she loves it. We read on it, she plays on it, there are videos on it, and she can't or hasn't found a way to break it yet. Well done Amazon, well done.",Great Product,neutral +16601,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very sturdy for little people who might drop it easy to read,Nice for young hands,neutral +16602,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I am so delighted I purchased this tablet for my toddler son! Pros: The rubber case allows the tablet to take quite a beating, which was crucial for this purchase. Another huge pro is that adults can use the tablet under their own sign-on which works like any other tablet. From the adult sign-on you can customize what your kids can watch, screen time allowance, and add or remove apps for them. The price isn't bad compared to the price of adult tabletsCons:Kind of bummed I can't link my Google Play apps I purchased but I guess it makes sense this is not a Google/Android product. The battery life isn't all that great, but the charger is fast!I wish there was a freeze option that would prevent kids from hitting the screen while watching Netflix or other videos Highly recommend for anyone with young children. You won't be disappointed!",Great tablet for the little ones,neutral +16603,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We was looking for a easy tablet that has all the great features and functions that a young child can learn and grow with. I will be a great Christmas present.,The great tablet for children.,positive +16604,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son is very happy with this and so are mommy and daddy. No more asking for our phones and setting the time limit is awesome,Son is happy,positive +16605,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Awesome tablet with access to lots of apps. Great games and learning tools!,Excellent tablet for kids,positive +16606,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I got this because it is almost impossible to break,bought for my grandson and he loves it.,negative +16607,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I BOUGHT THIS FOR MY 4YR OLD. WE HAVE NOT TRIED IT YET AS IT IS A CHRISTMAS GIFT. FROM WHAT I READ THIS WILL DO THE JOB FOR HIM. THE PRICE AND COLOR WAS GREAT.,GREAT TABLET FOR KIDS,positive +16608,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my granddaughter has learned a lot of educational things on hers,great learning tool,positive +16609,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great for the kids, and has a good battery for how much they use it",Great,positive +16610,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought 1 a year ago for our oldest kid. Came back this year and bought two more. Built really well. This is the best choice for a kids tablet.,Great Product,positive +16611,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Wonderful tablet for the kids. It comes in nice colors and has so many nice features.,Great gift for kids,positive +16612,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My niece is going to love this! Great price and nice color.,Excellent price,positive +16613,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My niece and nephew are going to love this! I got it for a great price too. What a nice Christmas present,Excellent price,positive +16614,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"I received an email asking if I would like to give my review and I am glad that I did. I purchased this less than 2 months ago and it has already quit working. It will not charge and it will no longer power on. All I have is a black screen. When it did work, it dropped internet quite frequently and froze several times during use. I would not recommend this product.",Very disappointed,neutral +16615,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Had to get this tablet it was a great price and came with free amazon movies for a year, I just had to change the case.",Nice tablet for a kid,positive +16616,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Works great ! Geating this one for my grandson for Christmas! He plays with his sisters now ! Well protected when they drop them ! Great learning experience !,"Granddaughter has one , loves it !",positive +16617,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I never have any issues with this company or products!,My daughters christmas gift.,neutral +16618,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I did some looking in the web and after looking at many tablets this was the best choice.,For my 3 year old son,positive +16619,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This camera is a great addition to my home I really like it,Awesome camera,positive +16620,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I really liked the idea of this tablet being affordable for my niece and having a protective case was a plus. But after setting this up and giving it to her it works like a dream. Great way to give a kid something both fun and educational.,Great gift for the little ones,positive +16621,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great beginner tablet for children. Bumper pad fantastic for protection from falls.,Great tablet for young children,positive +16622,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"She loves it, plays with it everyday all day. Thanks",Great,neutral +16623,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,it was very easy to sit up and get it to working and plying games and down loading,love it works perfect,positive +16624,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,Hard time getting the free apps to load and the voice app to turn off when my seven year old accedently turned it on.,Hard to set up,neutral +16625,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Grand kids love it and it picked up the network in short order. They like the idea they have an iPad like the adults. Well implemented.,"Love it, grandkids took to it immediately",positive +16626,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My 3yo is quite rough with stuff, as most are. And the case that comes with it is great!!",Awesome for rough kids,positive +16627,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I like the fact that there is parental control plus by putting your child's age the kindle will only send you games that are designed for your child's age,Great kindle fire for kids,neutral +16628,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I have a kindle fire and love mine so I decided to get one for each of the grandkids. There are so many learning games that are fun for them plus you have parental control,The grandkids are going to love this!,positive +16629,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's a durable tablet geared for younger kids. They can download games for their age level.,Great for young kids,neutral +16630,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My almost 4 year old will recieve this for christmas this year but i set it all up prior. I love the parental locks and timers!!!! Soooooo many fun characters for her to choose from to enjoy at every level. The case is soft and light but sterdy!,Love it!!!,positive +16631,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Bought for my kid, it's great for him, the apps are good, the free time, bumper and warranty make it worry free!",Great for kids!,positive +16632,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 4 year old daughter loves it. She used the iPad a lot but dropped it and cracked the screen.,PERFECT!!,neutral +16633,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,There's not much difference in the regular Kindle. Wait till it goes on sale.,Wait till it goes on sale.,neutral +16634,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,We found there to be too many pop up ads and returned it.,Too many pop up ads,positive +16635,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This children's kindle is great! I can't say anything negative about this product! Perfect for my 3 yr old and even my older kids who are teens like to play with it! I highly recommend buying this if you're considering any educational products for kids. You won't be disappointed!,Great product! Highly recommend!!!,neutral +16636,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great tablet for a kid! It is easy to use and play on!,Great tablet for a kid!,positive +16637,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I love the learning games that he doesn't even realize they are learning games,Grandson loves this game,positive +16638,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,So it is working great. She loves the learning games,It's for my 4 yr. old grand daughter,positive +16639,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I purchased this tablet for my grandson who is 4 years old. He loves it!,Great tablet for toddlers.,neutral +16640,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to navigate. Color is good. Duarable. My son has had many fun hours playing with it,Great tablet for my 5 year old,positive +16641,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Excellent for kids. Great warranty and cool features!!,Awesome,positive +16642,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My little one loves all free apps.Shes quiet on long car rides when she brings along Fire table.,Fire Kids table,neutral +16643,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Best tablet for my 2 year old son... it has helped a lot and seems to be the most simple kids tablet system available,Easiest Solution,positive +16644,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for toddlers and preschoolers. My 3 yr old loves it,Good,positive +16645,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Really great item for the kids and very user friendly,Great display,positive +16646,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my three year old when I bought a new car with no tv in it. She loves that I can download shows and movies and then watch others on wifi.,Great for my 3 year old,neutral +16647,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My niece loves this tablet. It's very durable, but charges slow",Love it,neutral +16648,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great learning apps. My 3 year old won't put it down.,Educational,positive +16649,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I have a four year old daughter who has learned a lot from using this tablet. The child feature is great because she can access everything for her age in one area ( with parental settings of course). I really love this tablet,Great for kids!!!,positive +16650,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,i can allow kids what i want them to read or play with,Nice Tablet with security features,neutral +16651,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It is easy and fun to use. This was a gift for my 4 year old granddaughter. She can play on it for hours.,My 4 year old granddaughter loves her tablet,positive +16652,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought this for my 2 year old son. He loves it. The case makes it so much easier for little hands to hold. He's dropped it a few times and it's pretty solid, no scratches!",Great for Toddlers,neutral +16653,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought two of these for my granddaughters and they are very easy to use and they love them.,Great Tablet for young child,positive +16654,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Not only is it an excellent first tablet for a child, but it is a kindle. They can grow into it as well. And from studying up on the product before hand, I was able to determine that they have excellent customer service! That is a big plus!",Excellent 1st tablet for a child!,positive +16655,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Love this tablet, great value, come with great protective case, preloaded apps are an awesome feature. The included 2 year protection is also a plus.",Awesome tablet for younger kids under 10,positive +16656,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Wonderful product to have for toddlers and preschoolers.,Great for kids,positive +16657,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet was for my great-grandson and he loved it,Great tablet for a 9-year old,positive +16658,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,The tablet itself works fine but this is the 2nd one I have gotten with a similar problem. The port seems to come defected. The charger doesn't stay in and it takes a long time to charge. Replaced charger with a brand new one and it still has issues.,Not as happy as I thought,neutral +16659,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"Got this for my 8yo daughter. A lot of the times it doesn't work, I have to restart it a lot, and it only has 3 apps that I added on it. It came with way too many pre-loaded apps, and the most annoying thing is that the kids profile is permanently horizontal. Not really worth the money for me, but at least she's playing her Inside Out bubble game on her own tablet instead of my IPad.",Okay,neutral +16660,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great tablet. Power connector could be better.,Amazon - Fire Kids Edition,positive +16661,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet is great for small kids because it is well protected and is preloaded with many games.Adults can also use it when required.You have to be careful what mode your in as your child may start trying to buy stuff on you!,Great for Kids and Adults too,positive +16662,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love it!! My two year old loves to watch Sesame Street & football,Great!,positive +16663,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Keeps my kids busy for hours the apps are excellent,Great tablet for all ages,positive +16664,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I would recommend this tablet for an older child. Maybe 7 and up.,"Good, but not great",neutral +16665,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Perfect..grandson, age 16 months, just loves it! No worries if dropped.",Great for toddlers,neutral +16666,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,the tablet is just the right size for our granddaughter. she loves it. she can play her little games and has so much fun with it.,a perfect gift for our 5 year old granddaughter,neutral +16667,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"Downloaded movies for my son to watch and the audio is terrible, you could barely hear it so I returned it",Didn't like it,negative +16668,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter loves this tablet. Perfect for a 5 year old,Love it for children,positive +16669,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It's good for small children. They cannot get to setting too easily,Good for small children,positive +16670,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Absolutely love this tablet. Many of the kid apps don't require wifi. My son is even able to watch Mickey Mouse clubhouse episode while in the car without any internet connection.,Best Tablet out there for a toddler,positive +16671,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Wonderful educational tool for my niece with special needs.,Great for kids,positive +16672,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Originally I bought this for my 4 and 5 year olds. They loved it and so did I. So many things to do on them and so much of what they love. I now got it as well for my 2 year old. The best part of it all is the cases come with the tablets and they have 3 colors to choose from, so perfect for me.",Great for young kids,positive +16673,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Needed something for Christmas for five year old grandaughter. This hit the spot.,Great gor kids,neutral +16674,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids are on their tablets for hours on end. I was able to download several preschool apps for them. They actually are learning very well. The tablet us simple to use and they can navigate themselves on the tablet very easily.,Great tablet for preschoolers. My little people lo,positive +16675,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I like it so and so my kids like it very much.The application is amazing.,Great device for kids,positive +16676,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My kids like it, and the application is amazing.I recommend it for all kids",Great device for kids,neutral +16677,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,it was great for reading but the lag time for loading videos was a little bit longer than an iPad,kindle kids fire,positive +16678,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Good tablet for younger kids as it keeps them occupied in many ways.and great learning tool.,Good tablet for kids,positive +16679,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Our 4 grand kids use these daily charge after charge sometimes .youngest is almost 3 oldest is 9 Just watch the charging cable connection easily broken if charging while using,Great tablet for kids,neutral +16680,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,Hard to connect to the internet. Extremely slow to load apps. Not many free apps like apple. The only thing I really like is the protection it offers.,Not impressed,neutral +16681,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Kid friendly Great appsChild can learn many things with this tablet,Lovely Tablet,positive +16682,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Got this for my 18 month old son so that he can watch movies on our trip to LA and he loved it. Lots of games, apps and much more. Still learning more features about this product and we love it too.",Kids Kindle Fire Tablet,positive +16683,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It takes a little getting used to if you are used to Android,Not a bad tablet,neutral +16684,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My only problem with this tablet is if you don't have internet you lose the pictures of the games you have installed and you have to guess to open them.,Good tablet for kids.,neutral +16685,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Has everything you will ever need inside. For children and adultsA+++,Best Tablet EVER!!!,neutral +16686,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I love this tablet and the games. But battery sucks. It goes dead really fast and it freezes up a lot.,Great for kids,neutral +16687,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Limited activities for my son to surf the web and do the things he likes to do!,Great for a kid,neutral +16688,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Got this for my grand niece, she loves it. Can't beat it for the price.",Grand niece loves it,positive +16689,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is great for kids. I bought it for my Grandson and he is delighted with it. He uses it constantly.,Great product for kids.,positive +16690,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love the color pink for granddaughter she loves carrying around her own tablet. Wonderful product. love the safety protective case great unit.,Amazon did great with this product,positive +16691,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I purchase this tablet for my daughter's birthday and she absolutely loves it I am very pleased that she's not able to get online or to get on YouTube and watch crazy videos which she previously did with other tablets we have you actually get to pick the games and books to put on it you manage everything from the parent account and it is locked with your personal password and the kids can't get into it. I would say the only downfall is you cannot download anything from the Google Play store since it is an Amazon tablet.,I love it!,neutral +16692,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My niece loved it! I love that it is designed especially for kids. She,Awesome!,positive +16693,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Purchased for my grandson, he loves it. Purchased a blue cover for him",Great,neutral +16694,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I had bought a Nabi for my granddaughter and she finally broke it. Out of warranty, I just fugured I'd purchase another one since she is familiar with it. After reading reviews, decided kids are pretty sharp and can pick up new things quickly ( she's 4!). She had no trouble with it at all and my daughter says she loves it! So far no complaints from a technical standpoint.",My granddaughter loves it!,neutral +16695,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I liked it so much I will e getting all my grandkids one for birthdays from now on.,Great tablet easy used to use for 2 year old.,positive +16696,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,Prob good for price but to many bugs. Freezes up often and games don't always load,Not great tablet,positive +16697,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"this item is not good ok ...no use for my kids ,,,",not good,neutral +16698,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"These kindle tablets are beginning to get pretty cheap. Especially when the other kids tablets are relatively close in pricing. Nothing has gone wrong with this Kindle as of now, and our niece has been enjoying it. A kids account and adult account is made. The kids accounts has access to whatever the adults account allows. This is pretty standard in kids tablets, but this one handles it well. It makes it much easier.",Name brand kids tablet for the price of a cheapie,neutral +16699,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I was completely under the impression that this tablet was child friendly but there are no built in restrictions so my son was able to purchase numerous apps and movies. My son usually uses my wife's ipad so I thought this tablet would be a good replacement but the interface is geared towards adults not a young child. If you buy this tablet, IMMEDIATELY change the settings to require a PIN to make purchases.I think the age recommendation should be 5+ not 3+.",No automatic restrictions for children,neutral +16700,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Very good product that I purchased for my godson. The only issue is the charger / charging port is having some difficulties. Will be bringing back to the store to have it looked at. My just be my 2 year old godson being a kid with it :) He loves it otherwise.,Good product,positive +16701,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Kids love it. Easy for them to use. Only issue is there is a ton of Ads that pop up.,Easy to use,positive +16702,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I got this for my daughter, she enjoy playing this",good,positive +16703,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to use grandson enjoys it .plus the two year warranty you can't beat kids can be rough on tablets.,For grandson,neutral +16704,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We gave this tablet to our nine year old Grandaughter for her birthday. She loves it and we feel it is very sturdy. That is a very good thing when it comes to tablets and children.,great table for a child to begin witturdy,positive +16705,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Good tablet for a 1 yr old. At first was not interested and still not but bought in in case and maybe one day if they decided to use it on a road trip. Good product for the price,Great product,positive +16706,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I am totally happy with this product for my two year old grandson..he enjoys it when we are all playing on our phones,Great for small children,positive +16707,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 2 yr old loves his tablet. Best purchase ever. It has great educational videos and is easy for him to work on his kids profile. Amazon got it right!,Kids view great for toddlers,positive +16708,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Kids will love this tablet, has a camera and kids can make movies with it. Wonderful for a child with a good imagination","love this product, easy and fun for kids!",positive +16709,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I am very happy with this tablet. My kids spends hours of hours on this neat device.,Excellent tablet for little kids,positive +16710,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for a great price. Timely & free shipping,Great tablet,positive +16711,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my 21 month old daughter and she has already learned how to use it. What a great way to keep her busy and quiet at the same time. Thanks,Great device for a toddler !,neutral +16712,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love this tablet.I bought it for my 5year old grandson and he lives it. The parental controls are outstanding,Wonderful BC starter tablet,positive +16713,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this item for my 1 yr old and at first would not pay attention to it since he loves to run around. But when we are out its a good tablet for a kid and very durable since kids tend to drop toys. We use it to watch movies and even kid educational apps. It's a good buy for the price and to entertain the kids. Video quality is very good.,Great product,positive +16714,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,It was too slow he didn't put any attention to it. Battery didn't last.,My son didn't like it,neutral +16715,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"It's a good tab for the kids, keeps them busy. Wish the speed was faster.",Keeps kids busy,positive +16716,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son is obsessed with his kids kindle!! A must have so they stay off your phone !,Fun for kids,negative +16717,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for my kiddo! He loves to watch Sesame Street on it :),Love it!,positive +16718,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,eady enough for my 3 year old to use by herself. Can turn it on and choose her app. Comes with s protective case. Great product for kids to learn on.,Great product for kids,positive +16719,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I was impressed with the overall of this Kindle, it has so many nice features and easy access.",This is a tablet for the kids.,positive +16720,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"We have dropped it a few times and the case is great. There is a ton of memory, great price. And how did I never know about Amazon underground. It's a great product and great price. I definitely recommend",Great tablet,positive +16721,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Download can be slow at times.Overall good product.,Son loves it,neutral +16722,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Used it for learning apps for my 3 yo other than the fact that she put it in the dryer (while I was throwing clothes in there) and completely broke it, it works wonders. It's the 2nd one I've bought.",Great for kids,neutral +16723,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This size holds more apps and content. It's pretty lightweight too.,Great beginner tablet,positive +16724,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I've purchased other kids tablets, but this is the best. It's user friendly and interactive. My grandson carries it with him where ever he goes.",Great kids tablet,positive +16725,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my great grandson loves this he plays games and looks at all his pictureshe is only 2,it is a great tablet for little ones,positive +16726,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Purchased for a 5 year old. Perfect for kids and as a first tablet.,Great tablet for kids,positive +16727,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It has been a great product for our son. Easy to use and excellent for learning and playing games. Video quality is very good as well.,great tablet for a beginner,positive +16728,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought this for my grandniece, keeps her entertained. Can't beat the price.",Perfect for little ones,neutral +16729,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter loves it uses it a lot helps with her homework,Great tablet,neutral +16730,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I purchased this tablet for a 6 yr old and it is very easy for him to use.,Easy to use for the six year old,positive +16731,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My son just loves it and he thinks it's easy to use and the case that comes on it has saved it,Good for younger kids,positive +16732,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Buy this tablet for my 4 year old daughter. She loves it.,My Daughter love it.,neutral +16733,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Setting up the device for my sons profile took a litthe more time than I expected, but I love it. It's easy to navigate and has a ton of preloaded activities for him.",Great device for my 6 year old,positive +16734,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my niece and she loves it. We take it everywhere.,Loved it,neutral +16735,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My 2 years old daughter really likes it. It's friendly and easy to use.,Good tablet for infants,positive +16736,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,We purchased Amazon Fire kids edition tablet to occupy our almost 2 year old for a 10 hour drive to Florida. Works great and I love that there are apps that we can download from home and still access even without a wifi connection.,Perfect for occupying toddler,positive +16737,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my 13 year old niece who has autism and she loves it. Great price and great tablet for kids.,Great for kids,positive +16738,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"alot of great free educational gaming, reasonable price only downfall is sometimes it runs a tad slower than a tablet",grandson absolutely loves it,positive +16739,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,So far so go it's been hard to find a good tablet for a 6yr old I believe we have found it.,Very happy,neutral +16740,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This deal it very convenient for Little ones all in one set,Excellent combo,neutral +16741,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought it for my niece who is 7 seven years old. She loves it and she learns from the applications included.,Wonderful tablet for kids,neutral +16742,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We bought this for our two year old grandchild he loves it we set up a screen name for him and he plays on it every night! He has dropped it several times and it's fine nothing at all wrong with it!! Very durable!,Great for kids,neutral +16743,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Its an alright tablet but I wish you could download more apps.,Not bad overall,positive +16744,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I love to buy stuff at best buy Most of the employees are great at helping With everything i needEspecially JISSELA,great tablet for the kids,positive +16745,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I have two young sons. After their previous tablet broke, I had to decide on which new one to replace it with. There is a growing number of tablets and systems to choose from for kids now. Having had previous experience with an Amazon Fire Kids Edition in the past, it was hard to ignore the many great features that it provides. Although it lacks Google play, this is ideal for kids 3-8.",Great tablet for young kids,neutral +16746,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is just the right size for my son's hands. Easy for him to use,Great tablet for my son,positive +16747,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Nice for kids. Like the free apps built in the device. Can control what and how long they get to use screen time,Nice 4 kids,positive +16748,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great tablet for a little kid. I was debating between this and an ipad but figured an ipad would be way too much for a tablet. Its nice because you can switch users. If you want something simple , then this is the one for you.",Great for a 3 year old.,positive +16749,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Exactly what I needed for my hand daughter. She loves it and leaves mine alone.,Great product,positive +16750,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son's love there tablet. Great but for the price,Great for kids.,positive +16751,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I buy this tablet for my nephew and he is happy with it.,Great Tablet,positive +16752,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for kids my boys love their tablets!!,Great Tablet for Kids,positive +16753,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great tablet for children and really has an easy to use format. The apps work well and keep the kid entertained by not distracting them with the mechanics.,Excellent for kids,positive +16754,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,First time using Amazon Fire programming. So far my child and I love the apps and programs. I really love the parental limits and time limits I can set. And that I can set learning and reading limits before play.,Great tablet for kids,positive +16755,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought this for my daughter's 4th birthday, I love how easily she can just click and download whatever she wants without bugging me for passwords. The 2 year worry free guarantee is also very nice to have since kids will be kids!",Nice kids tablet,positive +16756,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"After owning the kids Samsung, this seems confusing to navigate. Also they have returned to using the Samaumg",so so,negative +16757,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is great if you have two kids and want to give them a tablet to play with. My problem is that my child is dyslexic and this is the lowest level reader that currently supports audible.com... that is the hardware supports audible. In order for my child to use audible I had to disable all of the family features and try to turn it into a reader... I was sad because there are lots of great family features that I had to disable.I did not use geek squad, I reached out directly to kindle support. Pre-sales, they could not tell me the difference between the free and paid family packages. I had to get to a senior person to help me figure be out why audible did not work and the to disable the family features ... even then, I could not disable the Alexa app. My child has full access to Alexa and the rights to turn on shopping.... kind of scary.So my disappointment is that Amazon does not make a kid friendly kindle that we can have audible.com on for my child's learning disability.",Best Kindle for my needs*,positive +16758,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is great for kids. It has so many apps and videos that can be downloaded. It has a nice size screen as well. The only thing I don't like is the charger.,Great for kids,positive +16759,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,He loves it. Helps him learn and teaches him how to count,He likes it...,neutral +16760,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Helps keep my son entertained on long rides, and it's pretty indestructible.",Son loves it!,neutral +16761,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,MY children love their new Amazon Fire Tablet. Quality picture and sound.,Great for kids,positive +16762,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"I bought this Kindle for my 7 year old grand-daughter. I bought a warranty for it. I bought it in August, I have already had to replace it. The charger connection got loose and was not charging. Well, it has happened again. I will need to exchange it again. The problem is that I have to buy the warranty each time. I was going to buy one for her brothers and sister, but I am now rethinking that.",Kid's Kindle,neutral +16763,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This is a great product for keeping our 2 year old entertained . She no longer asks for our phones which is a big bonus !,My two year old loves this tablet,positive +16764,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Grandson picked it up & used it right away. He enjoys the tablet.,Works well.,positive +16765,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for my four year old. She is able to access all her learning games with ease.,Great tablet for kids,positive +16766,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to use and teach my granddaughter not easily breakable,Great tablet for my granddaughter,neutral +16767,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my grand daughter and grand son love to play games on their kindles plus their mother put programs on there so they can learn,great for grandbabies,positive +16768,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Absolutely love Kindle Kids Edition. Easy to use. Great apps and love it comes with 2 year warranty. Must have for my 2 kids.,Great for young children,positive +16769,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,bought this for my 6 year old grandson who's a bit rough but loves to play games and read...he loves it,great for kids,neutral +16770,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My daugther is loving this so farOne issue charging port is weak and having a hard time charging,Love it,neutral +16771,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"lots of games, love that it has the option to use as a regular tablet, and my kids love the case because it makes it easier to hold and to prop it up when they are listening to books and such! Has parental controls and is all around awesome for kids!!!!",Great for kids!!,positive +16772,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I bought this tablet for my son so he could have something to entertain him on our road trips. It works great. I love the child-proof case that it comes with. My only complaint is that the interface is slow sometimes. I'm honestly not surprised though, because it runs off of Android. I typically avoid Android but I figured I would give it a shot. After using this tablet, I think I will avoid using Android products again. Besides the slowness of the Android OS, it is still a great tablet.",Great tablet,neutral +16773,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Works well my little loves it,battery life great..",Great tablet,positive +16774,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought this as a replacement for my child's iPad. Took her a little while to learn the new OS but once she got the hang of it it was pretty easy. Lots of content and excellent at the price point.,Easy to use tablet for kids,positive +16775,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought as birthday present for grandson and he plays with it daily and with the case on it he hasn't broken it either.,Bought it for grandson and he loves it,neutral +16776,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great for small children allows for limited time setting. Also allows parents to set a requirement for how long educational apps must be used before free time. Case works well,Great for small kids,neutral +16777,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaugther constantly drops her tablet and this is perfect for her.,Great Item,positive +16778,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great purchase for my son's 6th birthday. He love it and the kid account is a great addition,Son loves this tablet,positive +16779,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I bought this for my 8year old son, he loves it just has very limited games on it",good starter tablet,neutral +16780,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Perfect tablet for my niece. Don't have to worry about her getting into anything she's not suppose to. Also don't have to worry about her watching things that aren't appropriate for her age.,Easy to use,positive +16781,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Purchased these for our grandchildren ... great for children learning to use electronics.,Great beginner for younger children,positive +16782,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I highly recommend this product for children with special needs,Great IPAD for child with Autism,positive +16783,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It is a nice tablet for kids and my son enjoys it.,Great tablet for kids,positive +16784,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves his tablet!!no matter how many tapes he drops it its still works great!very satisfied with my purchase.,Great first tablet for a toddler,positive +16785,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Works well and looks great for kids. Limited internet access though.,Great for kids,positive +16786,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,You get what you pay for. Playtime works when it wants to. Went on a long trip and the videos we downloaded had issues playing most of the time. My son is almost 2. He gets bored of it quickly. The pros are the price and it is well protected externally.,So so,neutral +16787,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Thanks children are help but changed don't work good.,Very good,positive +16788,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Such a great deal for a small fee, just right for a toddler of three.",Wow! What a deal!,positive +16789,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my grandson and am very pleased with the quality. The case protects it well.,Great tablet for a 3 year old.,positive +16790,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I purchased this item for my 3 year old son. It's very durable because he drops it a lot on purpose but most importantly it has a ton of educational activities for him.,Excellent,positive +16791,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Good tablet fir children 3 and up , especially when you go on a vacation, long plane or train ride .",Good tablet,positive +16792,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Awseome tablet for kids. I would recommend this tablet for all age groups.,Great gift!!!,neutral +16793,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"This product works, but works slow compared to Apple and some Android phones/tablets. Like I stated in my summary... you pay for what you get. No major issues thus far.",You pay for what you get,neutral +16794,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Definitely a good product children of all ages in elementary school.,It's great for young kids.,positive +16795,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I got this for my 3 year old after he broke my tablet. It is perfect for him! I love that it comes with all the games and apps. He has dropped it several times and no issues.,Great for kids,positive +16796,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Good tablet durable lots of apps just right for 3 year old,Durable tablet for 3 year okd,positive +16797,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Ok I purchased this tablet specifically for my two year old for her birthday. So far she loves it but gets tired of the kids included amazon trial videos. So I end up logging into my user account for her to be able to go on YouTube. But she really likes and enjoys her new tablet. Over all it's a good tablet for kids. What had me on purchasing this tablet was the free no question asked replacement warranty. She has dropped it many times but the included foam case has protected the tablet every time.,Good tablet for kids.,positive +16798,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Has all the functionality a child needs with easy parental controls. Like the child profile with only approved content.,Great tablet for the kiddo,positive +16799,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My son loves it! So many great games, audiobooks and apps for kids, and we love the timer feature so we can set time for him to let him play before bedtime. Very worth it!",Great tablet,positive +16800,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Cool tab. Must buy for kids. Amazon need load apps,Best for 2 Years to learn,positive +16801,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this for my grand daughter, she previously had a Nabi. I like the fact that she can use the hot spot on our phones and she can log on to view her favorite shows.My grand daughter is seven, but she also looks at movies and programs that her one year old brother can enjoy. The tablet is light enough to take along any where. It also has a protective shell which is a plus when you have an active seven year old.",Excellent choice,positive +16802,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought for my son for Easter. He loves it and easy for him to use. great for different apps for learning.,Great for kids,positive +16803,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love this table for my 4 year old. Ttje parental controls are Awesome! I also like that it changes up the games for her so she won't get board!,Awesome,positive +16804,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought for my 3 year old. Very rugged and easy to use. Love it uses the android apps and kiddo loves it.,Great device,positive +16805,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Wish it was a bit faster loading and browsing, but functions as you would expect for kid friendly product. I would spend the extra money next time for a tablet designed for adults but had strong parental controls",Slow but good for kids,positive +16806,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Absolutely love this tablet. This is the second one we have purchased for our 1.5 year old. Our 3 year old has one as well,Love this tablet for my 1.5 year old!,neutral +16807,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I'm very with this kids friendly tablet. My daughter she uses my iPad and I decided to look one perfect for her...two years warrantee.,Wonderful,positive +16808,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I'm not huge on kids using electronics, but my son (4) loves this when we take trips as he can play some of the downloaded games. We love it for when we want to get stuff done and still want him to be occupied and this does the trick. It's a little hard to navigate at first though.",My son loves it,neutral +16809,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,great for the kids and protection is good ! and best buy is making me write more stuff here so that people can go ahead and buy this product...,great product,positive +16810,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My 3 year old daughter loves playing on her fire. The apps are all very entertaining and easy enough for her to use.The only thing I have had difficulty with is accessing youtube or the internet.,Very Entertaining,positive +16811,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,You get what you pay for Was not to happy but for a 3 year old it's ok,Ok,positive +16812,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,You get what you pay for Was not to happy but for a 2 year old it's ok,Ok,positive +16813,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves it. Parental controls are simple makes it easy when monitoring what my kid is in to,Great tablet for kids.,positive +16814,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was purchased for my grandson. It has been easy for him to use. Love the parental controls and free time mode. The included bumper case is a bonus.,Easy to use,positive +16815,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tab is great for kids and parents alike. I recommend this product to others.,great tab,positive +16816,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I loooooove this tablet as well as my 3 year old with all the kids apps make it way more fun and safe for kids to enjoy,Great tablet for kids,positive +16817,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It's a good tablet for a young kid. A little hard to navigate even for adults. Cant figure out how to navigate the internet!,Good first tablet for kids,neutral +16818,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great price, great item and high quality, simple to buy on line and pick up","great toy and they can't tear it apart, fast S&H",positive +16819,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Needs to be a way to lock screen. Kiddo loves the device for books and movies on long road trips but accidentally turns off screen or clicks out of it.,Fun product,neutral +16820,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daughter love it, she always get busy with it..",my daughter love it,positive +16821,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,So far this tablet has been efficient. It kinda bad is difficult to use and it seems to require a lot of steps to get the kids profiles set up and it actually does not do everything I hoped it would.,Good tablet.,negative +16822,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I bought this for my two year old grandson but the restrictions were too much.,My grandson needed more,neutral +16823,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Easy setup nice size only thing is the charger cords need to be more sturdy.,Kids love it!!!,positive +16824,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I purchased these tablets for my twin boys knowing they are extremely rough the 2 year warranty was a definite plus. i purchased these in February/March I believe and have had 1 replaced. Not due to physical damage but the screen turned white on the center on 1 of them. The only issue I have is when we are not connected to wifi they are only able to access limited items such a puzzles and a few apps. i also noticed that some of them require licensing updates. Which are inconvenient only because it seems to happen when we are not near wifi. Other than that i love them and my boys love them.,Ok tablet for kids,neutral +16825,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my granddaughter who is 2 and was able to load all the apps and books as well as her Disney movies. So far she has been unable to access anything that I don't want her to. And it has been able to withstand frequent toddler abuse.. Aka.. Throwing it. Definitely recommend.,Excellent tablet for children,neutral +16826,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter absolutely love her tablet and I love it to for her. It's very kids friendly,Great for children,positive +16827,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,We love the parent controls and durability. We would definitely buy another.,A real value,positive +16828,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Worked great ..... it entertained my 2 year old just great.,Great for kids !!!,positive +16829,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My grandson really enjoyed this product. Good deal.,Good product for young child.,positive +16830,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Both my 2 year old and my 4 year old love this tablet!,Fun games for little ones,positive +16831,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Great for learning apps and surfing internet for my 7 year old kid and also good protection,Great kids tablet,positive +16832,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Good age appropriate learning tool for kids. There is a variety of apps kids can download to keep them from getting bored. Overall a good tablet for the kids.,Great protective cover,positive +16833,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my son's 7th birthday and he loves it!,Perfect for a 7 year old boy!,neutral +16834,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Grandson is enjoying this tablet very much lots of learning games to teach him plus having fun too.,Grandson's pick,positive +16835,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Battery dies after an hour...should last longer for the money. Will not bold charge.,Kiddo LOVES it,neutral +16836,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought this for my 2 year old since he broke his portable DVD player. The only think I don't like is i had to sneakily download the google App Store so I could install vudu on it.,Great for kids,neutral +16837,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet has grt performance and good camera and long backup. 2 year warranty make lifw more easy for parent's.,Great kid tablet& kids enjoying with this soo much,positive +16838,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love it he is three and does everything on it so many learning games he likes to play he does amazing with it,Its amazing my son don't put it down,positive +16839,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I got this tablet to replace my sons old one, I love the adult/child profile and the ability to have the 2 year replacement warranty. The case has also came in handy many times.",Great Tablet,positive +16840,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is very ideal for kids...it comes with a great case that protects it well.,Great Tablet!,positive +16841,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great tablet. It keeps my kid occupied for hours if I need to.,Great product,positive +16842,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It is a perfect gift for kids and great warranty...,My grandson loves it,positive +16843,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought the tablet for my 2 year old as a birthday present. I downloaded the apps I thought he would enjoy and handed it to him. He caught on to some really quick while others hes still a little young. Overall the quality and durability is excellent.,Great tablet for beginner,positive +16844,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,We have an iPad but bought this for the kids unlimited prime content. We have enjoyed it and it has a lot that the iPad doesn't. The menu could be more friendly but I like the parental limits it has.,Good for Kids,positive +16845,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Nice and durable good for the kiddos but they like it so much you do have to limit their time on it,Durable,positive +16846,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I purchased for my 7 yr old grandson to use for playing games. He is very happy with it. It appears to be a good buy .,Great product,positive +16847,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is great for kids, it grows up with them, all the apps are good. My kid loves it",Great for kids,positive +16848,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is the second Kid's version of the Fire that I've purchased and I think it's a good deal. Since it's really for my kids to watch Netflix - I was looking for a cheap option. I thought about getting the $50 option, but I would have bought a case and paid to turn off the ads anyway. So adding it up, I feel like I didn't spend much more than I was going to anyway - AND I get the 2 year warranty included. Not bad in my opinion. And it does a fine job with Netflix streaming so far.",A good value,positive +16849,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandson is 2 years old and loves his tablet. I do recommended for young kids,Nice tablet for a kid,neutral +16850,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,grandson really enjoys this and plays with it all the time,good buy,neutral +16851,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet to teach young children . Grandchildren love it to watch favorite you tube shows,Great for kids,positive +16852,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter LOVES it! LOTS of kid-friendly apps for a 5 year old!,Great first tablet for kids!,neutral +16853,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought for my eight year old. She absolutely loves it!,Great for kids,neutral +16854,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was a gift for my toddler grandson. He loves it.,Great product for my grandson,neutral +16855,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It doesn't get five stars because there is an issue with the plug in for the charger. It won't plug in all the way it stays loose and comes out. Other than that it's just with my grandson want it he loves it!,My grandson loves it!,neutral +16856,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I like the ipad its very helpful my son has learned alot and i hope that it will help other kids too as they prepare for pre k,I love it,neutral +16857,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Always content with best buy and their products. I would definitely recommend.,Loyal customer,positive +16858,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,purchased for my grandson. He loves it. When setting up be sure to update the software,Perfect for Kids!!,positive +16859,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,works great for my 2 year old. I don't like that it requires a pin to use it but goodidn't and strong tablet,very durable,positive +16860,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet is very good for my daughter of age five.,Excellent,positive +16861,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves the games/videos that she can watch on it during the day and my wife uses it to read on during the evening. This thing gets used a lot! Couldn't be happier with this purchase.,Great tablet for family,neutral +16862,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves her kindle! Seems to keep her busy!!,Sturdy tablet,neutral +16863,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It was easy to set up. My grandson has enjoyed the broad selection of activities from which to choose.,Excellent children's edition!!!,positive +16864,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,We love this table for our 5 y.o. It gives him the sense of independence he wants and me the sense of calmness knowing I can control what he gets on and how long he can spend in screen time!,Great tablet for kids,positive +16865,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The fire kid edition 7 is good but not great. Volume is pretty low. But my son throws it around and it doesn't break. Case is stone hard. I also the the brightness on the screen can be a bit low.,It's does it job!,neutral +16866,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,After buying this tablet for my grandchildren I was going through the initial setup procedure.That's where I was surprised to learn that after using this tablet for a year I would be charged fees to continue with the selected programs I used for a year.Time to take it back to the store. No hidden fees.,Hidden fees,neutral +16867,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,It was working great then all of a sudden it wouldnt come on,Very disappointed,positive +16868,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"I cannot believe i bought this junk. It's always in freezing mode and i have to reboot it multiple times within a given hour. None of the apps work properly. I have tried to update the op. system, but that didnt help.",piece of junk,neutral +16869,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Good beginner tablet for kids. Could use a better resolution screen, but overall it is good.",Good for kids,positive +16870,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My kids love this tablet. There are over hundreds of games, books, and shows to pick from",Love it,positive +16871,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my granddaughter she will be 2 in a few months and she loves it! Very sturdy and the bumper that it comes with has shown to do what it is intended to do. Would highly recommend this product for kiddos!!,Great Value,neutral +16872,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"Super slow, not of decent quality.I would not buy another. Memory on it is lacking for 8 gig. I will not recommend it to anyone",Not good,neutral +16873,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter can't get enough of this tablet. The only thing I would suggest that you have YouTube kids as a pre installed app. The adds are ridiculous for children when you download it from the App Store.,Kaylastablet,neutral +16874,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 4yo loves this. He can maneuver it easily to go from different games and videos. Stays charged a long time.,My toddler loves it!,neutral +16875,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Parental controls are key. My boys can download games within the parameters I set and I get notification of any purchases. 2 year no questions asked replacement is key.,Fantastic,neutral +16876,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Overall good tablet for kids. My 6 and 3 year olds both enjoy it. Battery doesn't last anywhere near 7 hours though.,Good tablet for kids. Battery life not great.,positive +16877,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"It's really a good product to buy for kids. A lot of educational games . They can their favorite kids show from youtube, Netflix etc. The cover is really good. I'm gonna another one for my daughter.",Well protected for kids,positive +16878,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,For the price this is a great investment. With amazon prime it becomes loads of fun,Excellent,positive +16879,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves it. It is easy for him to use. He doesn't want to put it down.,Great,neutral +16880,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My Grandson can't put it down! With access to so many educational apps and games, you really can't lose.",A Great first tablet,neutral +16881,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Grandkids fight over this. My daughter also uses this. Very good and user friendly. Would buy again.,very easy to use and is very durable.,positive +16882,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"You have the ability to set up on and off times for your child's profile. The apps are good and adults can use it as well, because you can have multiple password protected profiles on the tablet at once. This was perfect for my five year old on a five thousand mile plus plane trip.",Excellent parental settings,positive +16883,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought it for my 3 year old daughter and she loves it. Get purchase!!!,Love it,neutral +16884,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Don't shop around! Great parental controls. Easy to set up,Recommend,positive +16885,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 4 year old daughter loved it. Also for my 2 year old baby,Great,positive +16886,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daughter loves this. She uses it for both games and educational apps, as well as listen to music.",great buy,positive +16887,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I have bought 2 of these for my grandchildren. They live them!!,Great for kids,positive +16888,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought on for my 2yo nephew ad he and his cousins love it. Going to buy another for my other nephew so they no longer have to share.,Great for kids,neutral +16889,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought this for my 3 kids aged 9,7,and 2. They all use it with ease. They each have their own account with appropriate games. We like the protective cover that absorbs drops and falls well.",Great Buy,positive +16890,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"We bought the kindle fire to replace a broken iPad 2, which was now out of date for any further updates. I love the parental controls. The case has been a savior for a few drops. My daughter loves the size of the tablet. The 2 year replacement plan and 1 year unlimited FreeSpace makes this the perfect tablet for my child. She loves that she doesn't have to ask everytime she wants a new game or video. We chose to expand the memory up to 128gb with a microsd and so no worries about running out of storage space! My only complaint is that the battery life isn't anywhere near the power of an iPad. So keep your charger with you!",Great tablet for kids,neutral +16891,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Plan to buy a second a second Amazon Kindle for a hi e year old.,Great system for my 2 year-old grandchild.,neutral +16892,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought for my daughter and she loves it. Keeps her busy for hours.,Playtime for hours,neutral +16893,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves this tablet. She cant keep her hands off it...,awesome tablet.,neutral +16894,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet has been great for my three year old. Only complaint is that you can't turn off the app download function on free time or see a complete list of what has been downloaded.,Great for young children,neutral +16895,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,great the kids love it for learning on and great on long trips,great the kids love it for learning on,positive +16896,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Overall very good product for kid. Much robust and easy to operate.Only downside is that it is sometimes very slow.,Good for kid,positive +16897,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Once the games are downloaded it was great for long road trips.,Nice for the kids in the car,positive +16898,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my 4 year old she loves it never outs if down,Awesome for my kids,neutral +16899,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Was a great birthday present for my son that only gets to use it when it's absolutely necessary.,Surprise!,neutral +16900,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I needed this for my daughter and needed a tablet that cal handle all my daughters apps and have parental saggy This has it all,Best kids tablet,neutral +16901,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great tablet for the girls, they love it. Easy to use and great with amazon prime.",Great tablet,positive +16902,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My two year old learned how to operate my smart phone so I decided to get her a tablet. After looking at various toy and educational versions, this seemed like the best choice. The preloaded apps are fun and educational. The ability to set daily time limits is great as I didn't want this to becoming a replacement for playing outside or an instant babysitter. Also the ability to switch profiles and operate like any other kindle fire is nice for when my wife wants to read. Great deal with a good manufacturer warranty. Very pleased with it.",Great Device,positive +16903,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I didn't want to buy my 8 year old something really expensive but I wanted a good device so I tried this out and she loves it. The case that comes with it makes it almost indestructible.,Great for kids,neutral +16904,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this device recently for my daughter, she likes it very much. She learning new things. I also gifted this device to my friends Son.",Great Device for Kids to Learn,positive +16905,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Perfect device for kids learning how to use touch devices. Great tool for learning.,Great for kids,positive +16906,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet works great but the only down fall is often times it slows down. Other than that great tablet for children at a good price.,Great for children,positive +16907,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter loves this tablet. It's the perfect gift for a 2 year old,Great tablet,positive +16908,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kid loves it. It's really convenient for us to put educational games on it for him.,My Kid Loves it,positive +16909,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great gift, for my kid's second birthday! This product is very child friendly and easy to use! I recommend this product for families!",Child friendly!,positive +16910,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Glad that I get to control the time spent on which sure site and apps.,Very child friendly.,positive +16911,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Easy for a 5 year old to learn.. the apps on the Tablet are very good.,Great tool for kids,positive +16912,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Love the idea of it. Not as easy to put the DVD movies on it .,Bought for my grandson,positive +16913,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a good tablet for kids and comes with a good warranty,Great Tablet for Kids,positive +16914,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Was thinking of getting my 5 year old her own Ipad or the kindle. I'm so glad that I picked the kindle, it comes with a kids version of her own log in and is so easy for her to find appropriate games, movies, and apps, even though she can't read yet. She loves it too!",Great for my 5 year old,positive +16915,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my kids love the kids fire they use it every single day. its durable.. I can put parental control on certain things.. great buy,great,positive +16916,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I purchased 2 others for my 5 & 6yr-olds, and my 3yr-old niece enjoyed playing theirs so much I then bought this one for her. The included 1yr subscription to free-time is awsome for the kids! Parental controls are great, and included apps are helpful.The lower rating is because the charging port was extremely loose, as the cord falls out ALL the time! Very Frustrating!",Great for a Beginner,neutral +16917,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I bought this for my 6yr-old & am impressed w/the 1yr subscription to free-time that was included, and the additional 2yr manufacturer warranty. The actual tablet is very easy for my daughter to use, and am very happy for the parental options. Also think included apps are helpful. Really like the additional user options, so anyone can have their separate preferences set up. The reason I didn't give 5 stars is because since purchasing the charging area on the tablet doesn't hold the cord at all and is always constantly falling out which is extremely frustrating!",Great for a Beginner,positive +16918,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My kids really seem to like this. I really like the ability to set usage times which helps them learn to budget their time.,Great for my kids,neutral +16919,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this tablet for my granddaughter. She loves it, it's easy for her to use, and just right for her size.",Great starter tablet for a child,positive +16920,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I bough this for my daughter and it's perfect for her little tiny hands, I just wish that the screen would lock when she is watching her shows because she gets excited and touches the screen and it pauses or chances the show or it goes to other apps. Overall it's a great product for a small child",Great tablet and a reasonable price,positive +16921,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My daughter loves her tablet. I couldn't have made a better purchase.,Review,positive +16922,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is the third Kindle Fire in my household, but the first kid's edition. I absolutely love this thing. It's very intuitive if you've ever used another android style device. My 6 year old and 3 year old both have a their own profile, each linked with different movies/games. Setup was pretty easy with choosing preferred content based on characters/themes appropriate for their age group. Moving our Disney and other digital copies of movies was equally easy after signing in. The battery lasts about 4.5 hours before needing a charge, which is plenty for our use. The biggest complaint is that the micro USB connection isn't the best. The cord has a tendency to come loose and stop charging if the device is jostled even the tiniest amount. I've seen this problem with other Kindles as well. This is aa bunch problem if you think that you're charging it overnight only to find out that it stopped when you set it down. It also makes it very difficult to use during a charge. The amazing amount of content that you get from the Amazon library with the included year is nice as well. My 6 year old gets to try a bunch of games that I otherwise wouldn't let him try since I'd have to pay and he most likely get tired of after 5 minutes. Overall, I'd say the best kid tablet out there.","Great product, USB connection could be better",neutral +16923,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I love that the kids can only do what you allow them to they can't get to the internet unless you put it on there profile which I don't because I have a four and 2 year old, there apps are very easily accessed and are big so they can b seen very well . also these tablets double and can b used as a regular tablet for grown ups",Great kids tablet,neutral +16924,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,There is nothing spectacular about this item but also nothing majorly wrong with it. The biggest flaw is that this is geared to kids and there is no way that I have found searching settings or online to lock the touch screen so that a video keeps playing if the child hits the screen. This means lots of times helping get back into the movie or show rather than just relaxing like an iPad can do with guided access activated.,"Does what it says, missing one key feature",neutral +16925,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Purchased for my niece and she loves it. I like the fact I can set limits on her tablet and restrict her access until she has read. Only downside is the case doesn't have a kickstand so that the tablet can be placed upright for viewing videos/movies. But a new case can be purchased.,Amazon tablet,neutral +16926,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My grandson is very happy with his Kindle. The case protects it very well.,My grandson loves his Kindle & the games on it.,positive +16927,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is the best purchase I've mad in a tablet my daughter loves it,Great for kids,neutral +16928,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Got this for my kids they wont put it down but can be confusing with setup,My kids love it,negative +16929,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Purchased for the grandkids to use while they are visiting. They never seem to get bored.Tip. Make sure you have it password protected or you may find a rapid run up in charges!,Grandkids diversion,positive +16930,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Works great and have not had any issues. The case is great for younger kids,Grandson loves it,positive +16931,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 3 year old got it for his birthday and he loves it!,Great purchase,neutral +16932,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,The layout of the tablet is good. Internet is terrible.,Fair,neutral +16933,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great for my one year old baby,he loves to play games and watch movies..",Movies games,positive +16934,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I recommend it for kids .great for find games easily.,Great Tablet.,positive +16935,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My four year is very tech savvy better than some adults!Great for shaping her real world experiences.,Great for little minds starting out!,positive +16936,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,We got this for our three year old daughter. At first she was not interested it it at all she just wanted my tablet but once she got use to it she now prefers it to my iPad,Slight learning curve but nice tablet,neutral +16937,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought this for my 5 year old and he loves it. Fairly easy for him to use and me to monitor. Definitely recommend the case.,Great for it's purpose,neutral +16938,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,A gift to my 2 year old granddaughter. It came preloaded with child programs. She quickly learned how to access the programs. Parents now have their iPad back...very well protected for tosses and drops,Simple to use,positive +16939,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids have really enjoyed this tablet. This makes car rides a lot easier. They both can create and learn and they love the camera.,Good tablets for beginners.,positive +16940,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is the best for kids. Switching from kids to adult is awesome! Works perfect and has lots and lots of apps for kids,Great gadget,positive +16941,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"We bought this for our 7 year old and at first we had some issues loading things, but things seem to be working great now. He loves it and he can play games and load apps. Just what we wanted it for.",Great Tablet for a 7 Year Old,positive +16942,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Purchased this for my Down Syndrome sister who enjoy playing games on it.,Good Product,neutral +16943,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is a great tablet for my 3 year old grandson. The cover is great in that, if he drops it, it won't break! Great buy",Great tablet for my grandson,positive +16944,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought one for my son for his birthday. Loved it so much I bought a second one for my self.,Love it so much I've bought 2,positive +16945,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,"My 5 year old dropped this from a standing position (about a foot off the ground) and it busted. I had to use the BB warranty to replace it the day after purchase for a fall that the tablet should've been able to handle that is designed for kids. I'm happy with the apps, but definitely not thrilled with the lack of protection that is designed for kids.",Eh,positive +16946,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for my kiddos they love these kindle fire kid tablets and they are very strong hold up to a lot. Price is great too.,Great Kids Tablet,positive +16947,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love amazon fire tablets so I bought a tablet for each kid and they love it. You can't beat the price will differently buy more later on.,Great Tablet,positive +16948,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Was ok till it fell off table landed flat face down the broke screen my granddaughter threw unit and didn't break but it fell then broke so what good is bumper on unit if that happens,Great for kids,positive +16949,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought two of these for my two grandchildren. (A 4 year old boy and a 2 year old girl) So, I bought one in pink and one in blue. We down loaded age appropriate games and they are lifesavers!",Great Gift for Grandkids!,neutral +16950,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandaughter is enjoying this tablet. I would recommend to all parents for their young kids.,A nice gift for my grandaughter to learn her ABCs,positive +16951,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my son has been using our computer and we got him this and he never looked back.,works wonders for my son,neutral +16952,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My child loves playing with the Kindle fire. It is entertaining and educational.,Great for kids,positive +16953,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,I didn't find it useful for my 4yr old daugter so i returned it the other day.All the games in it r so kiddy games.,Not much useful,neutral +16954,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"MY DAUTHER LOVES THIS TABLET, IS EXCELLENT FOR A 3 YEARS OLD CHILDREN",GREAT TABLET,positive +16955,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter like her tablet it's so simple to use.,Great tablet for my 3 year old daughter,neutral +16956,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great product easy to set up and use my child loves it,Great product,positive +16957,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Our kids love it and the Amazon unlimited is fantastic with tons of options. However, our kids still fight over usin our grownup tablet bc the screen is larger.",Kids love it,positive +16958,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Excellent tablet for my grandkids. Durable. Awsome 2 year free replacement if damaged for any reason,Great tablet for great price,positive +16959,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This is great to occupy your child on the long road trip or just when you need a break from entertaining the little one. Works great and they can damage or mess up their own toys without using your cell phone or other adult device.,Fire Away!,positive +16960,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was a gift for my 5 year old granddaughter and she loves loves loves it!!!,Very Happy Granddaughter,neutral +16961,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Highly impressed with my purchase. Allows me to use my iPad again since my 3 years old granddaughter finally has her own tablet. Great support and numerous educational apps for children!,Great for my granddaughter,positive +16962,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great tablet, kids love it and have their own. Easy to use",Great Tablet for Kids,positive +16963,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love it and I brought two more for my Grandson and God Daughter.,I love it,positive +16964,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was a huge hit with my seven-year-old grandson. I came in to replace a broken tablet and they were no longer available. So I chose this one and it's better than ever!,Huge hit,positive +16965,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My son is fascinated with this tablet, and iam too.",Great tablet,neutral +16966,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought 2 of these tablets for my Grandsons that both have Autism. They can be very hard on things and this is 1 tablet neither boy has been able to break yet. they are very easy for them to use and they LOVE them. The only thing with them is you need an Amazon account for them.,GREAT tablets for kids,positive +16967,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My brother told me about this product. I bought it for my son and he loves it.,great tablet for children,neutral +16968,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was a Christmas present for my 3 year old son. He loves having his own 'pad pad'. He sees everyone else with a tablet and can now play age appropriate games and watch his shows without me having to worry.,My 3 year old LOVES it!,positive +16969,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My sons love playing on their tablet. Not only does it allow me additional time to get things done but they enjoy the educational apps provided.,Excellent,positive +16970,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It ended up being the most popular gift that she got it does a wonderful job for children,ganddaughter loves it,positive +16971,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grand baby is two years old and she absolutely loves it!,Awesome,positive +16972,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My kids enjoy this tablet, as do I! The only downfall so far is the brightness does not dim very much, even on the lowest setting so my kids are not allowed to use it in be.Also uses a ton of memory, even though no additional applications have been downloaded since purchased and no photos taken.",Love it!,neutral +16973,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Got this for my daughter 2nd birthday and she absolutely love it.,Great item for kids,positive +16974,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My grandson really enjoys this tablet, ease of use and lots of different educational programs. Must remember to charge tablet everynight.",My 3 yr old grandson loves it!,neutral +16975,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Easy to use, very durable, kid mode extra safe, password needed for purchases and parental mode. All in all a wonderful tablet to own.",Nice tablet for a kid,positive +16976,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is one of the best tabs for kids to start with.Rugged and sophisticated.,Best Tab for kids,positive +16977,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Our children tend to forget to get gentle with the kindle so the replacement plan is great. And I don't have to worry about the wrong kind of content popping up. It's a relief.,Perfect for little ones.,positive +16978,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I like the covered protection it has and also it comes with 2 years replacement so no need to worry. It has fire os so apps won't be much but there are enough apps for kids .,Perfect for kids!,neutral +16979,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,We got this tablet for our toddler. The setup was going great. Installed all the apps from Amazon and transferred them to his account. Then we went to load Netflix for him. To say it's been frustrating with the Netflix app is an understatement. We had to completely reset the tablet to factory settings twice. Netflix does not work well with this tablet. It either takes too long to load and times out or will not load at all. It takes several attempts to get Netflix to load but then it works. That's the only complaint. Other then that it's great.,Great tablet except...,neutral +16980,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter who is two loves it. She colors and dose puzzles,Great for my daughter,neutral +16981,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Serves its purpose for the price. Would much rather have the iPad for ease of use, but it is well protected and good my my toddler to play with and not make me worry about it being broken.",Good for my Toddler,neutral +16982,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this for my daughter to use. I know the regular amazon fire is cheaper, but this one came with a bumper, a two year no question warranty and a one year subscription to free time which allows kids to read lot of books and play great games for free. In the end it's a great deal.",Great for kids,positive +16983,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves his tablet or at least that's what he calls it,Amazing,negative +16984,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Simple to use and my kids pove it. Too bad the unit has so much Ad's,Great for kids,neutral +16985,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's good for toddlers. Would recommend to another parent.,For beginner,positive +16986,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,He loves to play games and watch videos and take pics,Good for grandson,neutral +16987,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Kid proof and works well!! There are plenty of apps too!,Great!,neutral +16988,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I really love this tablet for my toddler! The only things I have against it are that there is no kickstand on it, it may lag at times, and there is no way to lock the screen so the movie can't be exited. Other than that it's a great tablet.",Great Tablet For Kids,positive +16989,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my Don's second birthday and he loves it. My five yr old loves it also. Very easy to use.,Great for kids,positive +16990,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet has great storage capacity. I have downloaded all kinds of children's movies and learning activities. It's great.,The baby loves it ❤,positive +16991,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great learning tool. Kids love it and so do I. So fun to share time with the kids laughing while learning.,Great,positive +16992,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for kids to learn puzzles and letters. Has tons of activities for children and a full tablet for adults perfect if you have pime!,Great for kids,positive +16993,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My grandkids love it. They use it at home and when we travel.,Great for my grandkids,positive +16994,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"My 10yr old stepdaughter wanted a camera, but after Christmas, Best Buy was out of stock. We thought this was a good alternative (she gets $ from her grandparents, so it was her purchase) since she broke her old tablet as well. Due to her being behind 2yrs in school, we set a 2 hr limit - meaning she had to read or do other educational games for 2 hours before being able to play on it. We also set a max time so she wouldn't spend all day. It was REALLY easy to set this up & I wish it was this simple on our other kids' electronics. So, yes I had an alterior motive for moving her to an educational tablet in lieu of a camera, but some kids refuse to get outdoors. So far, a great buy!",Great for kids!,positive +16995,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this tablet for my 2 &1/2 year old and it is perfect. Games and videos that come on it are very age appropriate and the tablet has been very durable thus far.,Good,positive +16996,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"We bought this for our 3 year old daughter. Great variety of apps, books, and educational videos for her to explore. Love the features that allow us to control her time spent on it. My only complaint is that its processing speed is quite slow getting between different menus but at this price and for a 3-year old I can't complain too much.",Good Value,neutral +16997,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Love how it is easy , kid friendly, and my son loved it.",Great for kids,positive +16998,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Great beginner tablet for kids I would recommend it,Kids 1st tablet approved,positive +16999,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I have 3 autistic kids and is great cause they can be rough .,Great kids tablet,neutral +17000,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought for my grandson. He loves playing with it and enjoys the videos.,many features and easy to use,neutral +17001,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This has been an exceptional hit for us she totally loves it.,Best gift for my kid,positive +17002,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great apps, excellent price, my kids really enjoy it",Great tablet for kids,positive +17003,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Great tablet for kids. Big choice of apps, great price.",Great tablet for kinds,positive +17004,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,But the youtube app has so many ads it has the kids on all kinds of stuff.,Good kids kindle,positive +17005,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"did not power up...at all. I am so happy that my grand-niece wasn't here and doesn't know about this yet, she would have been crying.",send back,positive +17006,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Tablet works pretty good. I purchased it since I was a to make two accounts. One for myself and one for my child. Goo buy!!,Tablet,positive +17007,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,love it great for kids my son loves it and wont put it down,good,positive +17008,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is for my daughter and she absolutely loves it!,Awesome tablet,positive +17009,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I got this as a bedroom TV. The picture is great and the sound is good too. Definitely worth it for the money.,Great TV for price,positive +17010,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is well constructed for kids. My biggest reason I don't like it is it asks for a credit card, for a kids tablet. I suggest you buy a prepaid credit card or a Amazon gift card for game purchases!",Well constructed,negative +17011,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought for grand daughter for Xmas since most 5 year olds now a lot about tablets and had no problem with this very easy to use.,ease of use,positive +17012,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I purchase 2 on Super Bowl Sunday for my 5 & 7 year old birthday. It was the perfect gift, because the 2 love their gift. The tablets was for a girl and a boy, so I purchase a pink & a blue. The tablet is very child proof.",Great for kids!,positive +17013,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The tablet is okay.. my daughter uses it most of the time.,Tablet,positive +17014,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My kiddo loves this tablet. She's 1 1/2 and knows how to work it well. I look at it sometimes and see apps that I didn't download! Lol Good thing, first year is free. It's very durable as well. Great product overall. I would've liked a different color for her, but blue was all that was in stock and I got it a great price being on sale plus I had certificates to use.",Great product!,positive +17015,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Durable and great tablet to handle and navigate. Camera quality is good to be used by a 2 year old. Great children features,Great product,positive +17016,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Brought this for my daughter and it's been a life saver!!! I love that it already comes with the pink bumper it's perfect for her!! Set up was also a breeze!!! I'm very pleased with this purchase.,Great tablet for my three year old!!,positive +17017,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daughter is learning so much from the games on this device, my wife was glad I bought it.",Daughter love it!,positive +17018,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My other daughter has this same tablet, so I knew it would be a winner with my other child as well.",Greatest tablet ever,neutral +17019,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Pros: liked the warranty, liked that it came with a case making it cost less than buying one separately. Cons: One grandchild was too old for the games included on his locked portion. Was hoping I could put games on a particular grandchilds site and lock it so he couldn't download other things. Would recommend this only for very young children.",Bought for my grandchildren,neutral +17020,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,my daughter enjoys her tablet reading the books for school & screen size is prefect,Great tablet for beginner,neutral +17021,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My granddaughter loves it. She is disabled and is actually learning her site words from school from the books app. Being ADHD she can sit for along time playing. Love that it is geared for kids.,Love it,neutral +17022,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great product and great service from bestbuy online,Great product and service,positive +17023,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love the tablet everything works perfect for my boy,Great cover,positive +17024,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My granddaughter loves it. She plays with all the time,Great,neutral +17025,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I love this product. the screen is bigger, the bumper is stringer and my granddaughter loves it...so that's all that matters.",awesome kindle,positive +17026,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Is good for the kids The only thing is I have to get a SD Card for more memory,Grewt for kids,positive +17027,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It's simple and not difficult for young children to learn. Also is build sturdy in case it does get dropped more than a few times.,Love it,neutral +17028,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I love the preloaded apps. There are 1000 to choose from for all ages. The book selection is expansive. My 3 year old plays with it everyday. Its great for trips in the car or just being around the house. Great Buy!!! I enjoy playing with Alexa....ask her anything and she has an answer.,Great kids tablet..hours of fun and education,positive +17029,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a great little kids tablet. Has a lot of features and is really fun to use.,Good tablet,positive +17030,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was a gift for my niece's birthday. She loves it .Plus the kid safe,greats for kids,positive +17031,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,They had the tablet in stock and it is nice that it has the child settings,Nice tablet so far,positive +17032,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughters love it it is probably one of the best tablets ive ever bought,Great,positive +17033,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is my 2yr. olds and he loves it. He loves the different games and watching reviews.,Durable,neutral +17034,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is great for kids. My niece loves her new fire kids edition.,Awesome,positive +17035,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,The screen breaks way to easy it drop one time broke,Amazon tablet,positive +17036,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I like that I can control the time and content that my kids view.,great tablet for kids,neutral +17037,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I like that I can control the time and content that my kids view,great tablet for kids,neutral +17038,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,By far the greatest tablet for kids. Free time is fantastic. I don't have to worry about content for my child. And the two year worry free warranty is in heard of. 2 thumbs up,Greatest tablet for kids,positive +17039,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"So my 18 month old maybe the future computer wizard because she everything about my tablet. However my biggest concern is not so much that she knows how to unlock my Ipad, but throwing it down the stairs like one of her toys. Which makes the Kindle Fire tablet for kids the best invention since the Tivo. All the pre loaded apps, videos, books, etc is nothing short of amazing. The case is also very cool, hardwood floor and stair case proof. For under $100 bucks this is perfect for tech savvy kids like mine.",Perfect for all ages,positive +17040,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought this as a gift for my daughter and it was a good buyShock proof and great educational apps for kids in it,Good for kids,positive +17041,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Got 2 of these for my two oldest daughters, 5 and 3. Perfect for them and love the features. Battery life seems pretty long. The year of freetime plus the case makes it worth it! Will be getting another for my 3rd daughter's 2nd birthday.",Excellent for kids,positive +17042,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Bought this for my 5 year old girl. She immediately fell in love with it. And the fact that it has a year damage warranty, it was a no brainer",Great for kids,positive +17043,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,We bought this as a Christmas gift for our 6 year old. He loves it. It's durable and reliable.,Great for entertainment,neutral +17044,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,I am happy so far with this tablet. It offers great protection for use with kids but is a little pricey for the lackluster performance. Great for kids.,"Great protection, decent performance",positive +17045,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Kids love playing with it. We use it for netflix and for basic games,Great product,positive +17046,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,A great watch. I bought it for the heart rate feature and it is pretty accurate.,Good Product,positive +17047,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love this!!!!It is kidproof...I have a active 1 year old grandson who enjoy it very much!!!,Great product,positive +17048,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves it. The picture and quality is great and my so loves all the apps from the characters he loves,Great,positive +17049,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Git this for my son who had already broke his 1st tablet. I got this for about half the price of his first one and it is much better quality than the 1st one. Thinking about getting another one for his brother.,Great buy,neutral +17050,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves it keeps the kids occupied. I would recommend to anyone with kids,Great for small kids,neutral +17051,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This tablet is quite durable. The pink is vibrant and it's very easy for little fingers to hold. My granddaughter loves it.,Durable tablet,neutral +17052,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I bought this for my great-grandson who is 3 years old. I had purchased one for his 5 year-old sister for Christmas and it became the object of dispute between them because he wants to use it too. They both enjoy it. It is entertaining and educational. Now they each will have their own and the dispute can end.,Great gift for young children,positive +17053,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Nice tablet. Functions very much like an adult tablet. Clear screen and drop case are very good.,Impressive for kids,positive +17054,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Slow performance and charging port very low poor quality it gets frozen most of the times,Slow performance,neutral +17055,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"Very slow performance and sometimes applications freeze up and don't work very well , charging port very low quality",Very slow,neutral +17056,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Good tablet but no YouTube kids like on iPhone. Don't expect iPhone/pad quality very basic AppStore for children,Good for small kids,positive +17057,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,this was purchased for my granddaughter for her birthday,my grand daughter loves it,neutral +17058,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for a grandchild. Perfect gift. Recommend this.,Perfect,positive +17059,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Love this tablet! Highly recommended, especially for a toddler who's learning. Has lots of games and activities for learning, parental controls, which I find extremely necessary for the internet today!",Great tablet for a toddler,neutral +17060,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Got one for my 4yr old. She loves it. It's very durable. I love that I can switch accounts and use it for myself too.,Great for smaller children,positive +17061,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I been having this for awhile now for my two boys and they just absolutely love it,It's a great tablet for kids,positive +17062,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Love the safety features for parents to protect their little ones from some content on the Internet. Love preloaded programs,Great sturdy tablet for kids,positive +17063,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Got this for my 3 year old daughter and she loves it.,Nice little tablet,neutral +17064,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Perfect for price and purpose. I bought this for my 19 month old granddaughter to watch videos and listen to songs on instead of using parents iPhone. When she is older she will be able to play games. Perfect size for her to hold. Love guarantee,Great for a kid,positive +17065,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I love this solutions for my kids. I gave it a four star rating because in order to install Apps you just have to tap the icon. Well my Two year old and five year old went tap crazy, like a Kangaroo on a Pogo stick. Needless to say the ran out of room quickly. I tried to teach them to not launch apps that weren't installed but they still have a problem discerning what is installed and what isn't. Aside from this, it is a fantastic device for kids to play and learn with. I especially like the parental control features. I just wish they would put in a feature for controlling what gets installed.",A very good Tablet for kids,neutral +17066,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This tablet has so many apps with games, movies, and books that it keeps my nephew entertained for hours on end.",amazing and unique,positive +17067,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this item for my 9 year old son. He loves it and it has nice feaures such as parental controls.,Great Tablet for kids,positive +17068,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I purchased two for my grandchildren. They carry the Kindle with them everywhere they go. Great purchase!,Grandchildren love it!,positive +17069,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I got this for my 3 years old girl and she loves it. Very fast she was able to figure out the games and how to work with it. I have some concern like the port for charger is so bad and easy to break knowing kids are using it. Battery life is short and dosent last but anything else seems to be ok.,Nice little tablet,neutral +17070,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The tablet is great with many build in games. The only disadvantage is not a lot of storage.,Great for young users,positive +17071,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It's nice but not as easy to switch profiles as I would like for it being a child's tablet. But overall easy to use just a lot of junk on main profile.,Great for kids,positive +17072,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I love that this is a real adult tablet with kids programming installed. Biggest downfall is that my son has trouble switching from app to app, otherwise I'd give it 5 stars. The pull up menu eat the bottom isn't very responsive to his little hands.",Works well and kid friendly,neutral +17073,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My son is constantly distracted and loves technology. Him being only two years old, this proved to be the perfect thing to keep him occupied and out of trouble.",Great for kids!,neutral +17074,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My mom bought the tablets first for my sisters for Christmas an then my 4 year old wanted one so I purchased one for her. She loves it uses it for games, Netflix, an she is home school so she is able to do her work on the tablet as well",Perfect for kids,positive +17075,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very kid friendly especially for toddlers and easy to use.,Great for toddlers,positive +17076,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,This product is not user friendly much less kid friendly. Took them back for samsungs.,Save your money,neutral +17077,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"I've never had a tablet other than an apple. It seems to charge quite slow but I'm not sure if it's because of the tablet or the cord or some setting I'm not aware of; but it charges ridiculously slow, other than that I am very happy since it's for my son.",Not sure,neutral +17078,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,bought this for my grandson as i had bought one a year before for my other grandson. Great for younger ones,great for kids,positive +17079,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought these for my five and six-year-olds and they love the games and educational apps that come with it loaded from Amazon prime for free for a whole year. Great value for the money I will be referring this product to all of my friends.,Great buy! Kids Love it!,positive +17080,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Best buy ever for my 3 year old. Only purchased because they were out of the Galaxy tablet. I'm glad. This tablet is PERFECT for my 3 year old. I love that it has 2 modes. The kids mode sometimes freeze and takes a minutes for apps to open. Also didn't download Netflix movies like indicated. But regular mode works great. My daughter loves watching weird homemade youtube movies anyway.,3 year old's Heaven,positive +17081,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought two tablets for you little ones and they love them. I would recommend.,Great tablet for kids,neutral +17082,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Very kid friendly especially with 2 younger siblings. Bright color is fun and easy to find,Helps reinforce reading habits,positive +17083,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This product is a perfect learning tool for my daughter,Great for kids,positive +17084,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son loves it. Light weight. Good price for a great product. I would purchase another one.,Good for kids.,positive +17085,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Haven't had any issues until recently my son's tablet won't charge anymore. Called geek support but they couldn't locate warranty so I'll have to go in,Great,neutral +17086,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Purchased this for my son. Decent tablet but not optimum,Decent item,neutral +17087,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Great tablet for kids. The free replacement policy is great as well. Does take a bit of effort to set up, but pretty easy for the kids to use.",Great for kids,positive +17088,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This thing has it all...even the cartoons that my older kids watched. Plenty of activities and teaching. 5 stars,Love this for my 2 yr old.,neutral +17089,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The tablet is great for young children. They really enjoy. It can be slow at times and they get frustrated when that happens.,Nice tablet for children,neutral +17090,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,Very difficult to connect to You Tube. Very frustrating,Okay.,negative +17091,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My daughter love her tablet. And is easy to use, and the battery last longer..",Great tablet for kids,positive +17092,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My granddaughter loves it! Long battery and is tough.She loves all the games and she learning so muchEveryday.,Great for kids,neutral +17093,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 3yo loves it and never wants to put it down. Lots of preloaded educational games and videos!,Great tablet for toddler,neutral +17094,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Very easy to use. Kids love it! Only downsides are lack of certain apps, and the speakers are weak. All in all, a great tablet for under $100",Great tablet,positive +17095,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Tablet is for my 2 year old son and it has great learning game so for him! He's learning to read and so much more!,Love it,positive +17096,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Awesome tablet for kids pre loaded with a ton of things and the case is even better,Great for kids,positive +17097,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Both love this tablet and the numerous educational apps available that I bought one for each,My 1 and 3 year olds love it,positive +17098,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The Kindle fire kids edition is a parent worry free solution to kids messing up potential settings love that you can set up a personal code and create multiple profiles,Love it,neutral +17099,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my young granddaughter. It is so easy for her to use. We can control the content. She is learning her colors and alphabet with the help of this tablet. Lots of free content. It was easy to connect to the home wifi. Great battery life.,Easy to use,positive +17100,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Good quality & worth the price!! We are happy!!!!!,Great gift for 3 yr old. 7 yr old loves the games,positive +17101,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My kids love the tablet and the battery life is amazing.,Great Tablet,positive +17102,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Purchased for our 3 year old grandson. He loves it.,Great buy,neutral +17103,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I ordered the extra case not knowing the device came with a case.,Good value and well made for a four year old,neutral +17104,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy to set up. Durable for toddlers. Highly recommend.,Awesome tablet for toddler,positive +17105,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,2.0,Bought it for my 5 yr old daughter and for some reason it did not work. This is the second time I've purchased this and had to return it. So I will get her a mini iPad. Never again will I waste my time and money.,Horrible Item,neutral +17106,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I can listen to music during my bath. Also there are 39 games I can play and 40 I can't play yet. I am six.,Great,neutral +17107,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Purchased this tablet for my grandson who is two years old. He loved it!. But the power cord and the tablet hook up didn't work very long. I will be taking it back for a replacement. As long as the connection stays snug it's a great tablet.,Great tablet.,positive +17108,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"I bought this for my daughter. It was bundled with a solid bumper case and has a kid mode interface. She insisted on using her brother's iPad constantly. Not to say there is anything wrong with this product, it just wasn't for her.",Almost,neutral +17109,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is the second one I bought. My older son wouldn't share his so for Christmas santa brought little brother one lol. The apps that come with the subscription are endless. I also have Netflix and both kids watch different shows on it too. I once bought a sprout cubby tablet and it broke within 2 days and the customer service was terrible they would not replace and actually wanted to charge more than I paid. The customer service with amazon however is fantastic and replaced my sons tablet when it cracked within 3 days!! They are durable but my older toddler is Just a crazy lil man. You won't regret buying this for your kids.,Best tablet for kids.,neutral +17110,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"the product is really crafted for kids n they just glue to it as it offers an array of rich topics, apps, etc",nice innovative product for kids,positive +17111,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,My daughter lovethis tablet.. only problem is it cant connect to my home wifi which is verizon,Great tablet for toddler,neutral +17112,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"With a great child-proof case, this was the perfect tablet to start my little guy off with!",Perfect first tablet for toddler,positive +17113,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Verified PurchaseI got the kids version because this is mainly for my toddler. I know, I know, yes I did get this for my toddler. He is always interested in the learning apps we get on our phone for him so we figured this would be perfect.",Great tablet for toddlers,positive +17114,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,great tablet for kids when traveling. my grandchild loves it.,2 year old loves it,positive +17115,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my 5 year old grandson who lives in another state. He loves it and plays with it all the time. My son tells me the games on it are mostly educational and really seem to be helpful. Excellent little device to this time.,Great little gadget,positive +17116,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I got this for a friends son the only problem with it is he won't put it down LOL,Great for kids,positive +17117,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,After reading the reviews and also seeing in the description that this has a 2 year unconditional warranty we were sold. Our child loves this tablet and he's dropped it many times with no damage. The thick padded case really does work wonders for this.,Great Product!!!,neutral +17118,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Better loading, longer battery life, clearer picture, more space. Still just as durable!",So improved in last 2 yrs,positive +17119,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,got this product for my granddaughter. im #1 grandma now,great product for kids,neutral +17120,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 3 year old grand child is loving this tablet. She is really catching on to using technology . She loves this and plays a lot of educational things that was available to her.,great for young kids,positive +17121,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"The price for this tablet is not the only great selling point. The free year of amazon free time is perfect for my son. There are tons of games, books, and videos in this service. My favorite feature is how we can set time limits on screen time. We can even set it to require an amount of learning app or book time per day before access to games is allowed. Great choice for kids.",Perfect tablet for kids,positive +17122,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I have a 3 year old at home. Best purchase ever! Indestructible. Reliable. Easy to program. I would highly recommend this.,Perfect for a toddler,positive +17123,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The kindle fire is great especially the kid version. The free time app keeps the kids out of my files and prevents them from messing with tablet settings.,Love this tablet,positive +17124,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This tablet is great for trips. Just make sure you download games and shows on it first since it does not have Internet. The case is great for kids who are rough with technology, it really takes a beating.",Great for kids,positive +17125,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Bought this for my Granddaughter's 10th birthday. She LOVES it!!! The protective case it is in is AWESOME and the perfect pink for a girl!,It's a Hit!,positive +17126,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,very durable and easy to work with. I love its functionality and my kid loves having his own tablet. good stuff,great for kids,positive +17127,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great tablet for the kids and adults great features like the rubber case and free features for kids,great tablet,positive +17128,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I PURCHASED TWO FOR MY GRANDCHILDREN TO SHARE AND THEY ARE SO HAPPY WITH THEM, WHICH MAKES ME REALLY HAPPY! I NEED TO BUY HEAD PHONES NEXT!",GRANDKIDS LOVE THEM!,positive +17129,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"The tablet itself was nice, but the screen was to small for books, videos, and minecraft.",Small screen for books and videos,neutral +17130,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"it has great durability, but lacks great sound. The picture quality is just ok",Beginner tablet,positive +17131,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"great tablet for children, lots of content. games books etc and easy for my 4 y.o to use.",kids loved it,positive +17132,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The kids love it and easy to understand. Great parental controls as well.,Great for kids,positive +17133,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Kindle Fire meets the needs of kids and/or adults-,great tablet for kids and adults.....,neutral +17134,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,great tablet for kids with amazon bonuses. don't have to worry about what content my kid is accessing.,Great for kids,positive +17135,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Need to have better info for special needs children. The kids utube is confusing but love the guarantee,Lots of information,positive +17136,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"he loved it was a great gift easy to use, small and great",great,positive +17137,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"7 year old boy broke it in less than 2 months even with the bumper guard on. Won't power up. When it WAS working, very limited on storage. Ran out of space in 1 hour, so the wifi wouldn't work. Had go in and explain to him he couldn't download more than a hand full of apps at a time. Doesn't matter now since it won't even turn on or charge.",What makes this a kid edition??,neutral +17138,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,A good choice for younger children. I bought for a 4 year old to replace a Nabi. However it doesn't have as many app choices as an Android device,Good for younger children,positive +17139,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Nice tablet for my one year old daughter...however we are still trying to find out how to operate tablet programs without wifi.,Nice tablet,positive +17140,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"I baught 2 for my kids, and figured that with the cover the the one year of freetime which includes all the videos, apps and games then it makes sense. I baught this one as a gift for a kid overseas, and all the content is not playing, when I contacted amazon, they said it's not for overseas, although I asked in Best Buy before I buy it and they assured me it works everywhere. It's totally overpriced for a tablet that doesn't play anything! Best Buy should know and let customers know specially when u ask specifically!",Not for overseas!,positive +17141,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This is just what we needed for a you k8d ..the apps are great,My grandson loves it..,positive +17142,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Gives a good quality, being that it's a poloroid camera",Pretty Neat,positive +17143,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Excellent quality and durability for a young child,Good child tablet,positive +17144,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,I bought this tablet for my son and he enjoys using it the only thing I don't love is that u need internet to use most apps on it and you cant download youtube kids. It has a lot of apps though and a lot of learning material for all ages.,Great tablet for internet users,positive +17145,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,This a great tablet for child. I got this for my niece who is about to turn 3 years old. She love the games and the TV shows that was included with the tablet.,Great Tablet for Child,positive +17146,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Best gift ever, now she leaves mom and dads phones/tablets alone and plays his own, which is also locked down as well. And thanks to the low price, I bought for his siblings as well, there is peace now",Gift for niece,positive +17147,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Best gift ever, now he leaves mom and dads phones/tablets alone and plays his own, which is also locked down as well. And thanks to the low price, I bought for his siblings as well, there is peace now",Gift for Nephew,positive +17148,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet is great for a child. It will stand up to accidental drops and has just enough expandability for future use. I give it 5 star!,Great tablet.,positive +17149,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This tablet was bought for my 4 year old. She uses it to learn.,Educational,neutral +17150,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Excellent product. My grandson loves it. Fast, easy to use and yet challenging enough that he is learning at the same time","Amazon- Fire, grandsons edition",positive +17151,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,The parental control could be a lot better. It's nice and compact. She loves it,It's okay but Not fully parental controlling,positive +17152,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It would have been nice if the charging cord was more compatible with other devices.,Charging cord,positive +17153,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,love the worry free guarantee since this has been dropped several times. with that being said this tablet hs held up,great kids tablet,positive +17154,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Both of my kids love this tablet. The option to set it up for the kids is great. My 7 year old likes to play in parent mode conpaired to the kids side cause there are not a lot of options for him. Very good product would buy again,Product,positive +17155,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Our 4 year old granddaughter loves playing the games on the tablet. There is a great variety for her to choose from. She also loves taking pictures with it.,Great tablet for a young tablet,positive +17156,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Grandson loves his new tablet. Had to set him up as an adult because Amazon had too many restrictions for child account,great for my grandson,positive +17157,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Right after we bought it the charging port broke but it was very easy to get the tablet replaced and shipped to our house. It's not very operations friendly and comes with very little instruction.,Good warranty and protection,neutral +17158,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"This is the second tablet I've purchased aimed for little ones and it's by far the best. Easy to access his games and plenty of preloaded games, videos and apps. It makes road trips so much happier!",Great tablet for little ones,positive +17159,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Really like this pretty easy to set up I love the bumper also the free time settings when time is up that's that and no figthing with mom. I thought I saw something stating that the free time feature is only free for one year so rating may change if I find this to be true. Would hate to be charged for what the kindle was intended for.,Great tablet for daughters 4th birthday,positive +17160,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My niece loves this tablet! She will not put it down!,Awesome product!,neutral +17161,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The kindle fire kid is easy enough that our 2 year old can work it!!!,Love it for my toddler,positive +17162,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 2 year old granddaughter carries her tablet everywhere. She loves it.,My 2 yr old granddaughter loves it.,neutral +17163,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,The service was great and the help I received thanks,Very good,positive +17164,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,It would not turn on or charge. We have to return it to Kindle.,Did not work properly.,neutral +17165,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My daughter loves it. So easy to set up. And keeps everything age appropriate.,Great tablet for kids.,positive +17166,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Good and fast for kids does have very good control of parents on that,Good for kids,positive +17167,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,1.0,"I purchase this tablet for my son and it was very disappointing on the 3 exchanges I had to do. First the charger was not working, second the free time was not connecting and third exchange it was freezing. So many good reviews for this tablet but it did not work for me.",Very disappointing purchase,neutral +17168,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,tablet is so user friendly and a price you can not beat,great tablet,positive +17169,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this for my 8 year olds birthday. It is perfect and all 4 kids have their own profile so there is no fighting. The parental controls are awesome, we set daily limits for them, but then they want to share with each other when one is done with their time. We love it.",Perfect Gift for kids,positive +17170,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Very durable and keeps my 5yr old entertained. I have to limit his use. Lots of apps/games that incorporate learning. Very age appropriate and safe. No worries on what my child is being exposed to.,Has held up to the abuse of a 5yr old.,positive +17171,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,Great for the kids but not much space for all the apps they want.,Not bad,positive +17172,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 2 year old son really enjoys the tablet it's great,Great tablet for children,positive +17173,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This is a huge hit as a gift for my 3 year old daughter.,A real home run,positive +17174,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is a great tablet for kids. It has a separate screen for kids that has all their content so you know they are not doing anything they are not supposed to do. There are a lot of parental controls and time settings for restricting how long they are able to watch videos, play games, or read.",good for kids,positive +17175,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,3.0,"The tablet is pretty good, I would give it 5 stars if you are able to download an use apps from the Google store, that is one of my only big complaint. And also how fast the SD card got filled with items from Amazon OS that's on the tablet without the user knowing. On the other hand, With four kids using tablets as reward time it helps the kids free time is awesome it useful",great beginners kids tablet,positive +17176,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Bought this for my 3 year old and it is great. Wish it had a bit more storage but overall very happy with my purchase.,Good purchase,positive +17177,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Piece of mind that the little one won't wonder the World Wide Web and be exposed to things no parent wants to have to explain!,Perfect for young kids!,neutral +17178,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This was a gift to my niece. Her mom liked the parental controls,Very interactive,positive +17179,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My child loves this device. She doesn't stop playing with it.,Great for kids,neutral +17180,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is an awesome tablet for kids. Love the versatility. This is our 2nd since our older son loved his, we felt his younger brother needed one too. The charger is horrible though. Does not charge well at all. Returned the first kindle thinking it was the tablet. After the second had problems charging, I tried my husbands galaxy charger and it fits perfectly. Then we bought this one. Same problem. The charger that comes with the kindle simply does not fit well and give it a good charge. All 3 tablets had the same issue. I have also spoke to other parents who have experienced the same issue. So in summary, the tablet is aweosme. The charger is awful.",Great kids tablet,neutral +17181,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Good tablet for kids. Easy to use and kid friendly,Good tablet for kids,positive +17182,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I'm very happy with this tablet..My nephew loves it.,Great Tablet For 2 Year Old,positive +17183,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,easy to use great product and BEST BUY ANSWERED MY QUESTIONS,great product,positive +17184,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Limited use if you dont want to enroll with amazon,Great for kids,neutral +17185,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son is 22 months and he love it. He watches his favorite shows.,Great for toddlers,positive +17186,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My son absolutely loves this tablet. He has dropped it a lot and hasn't cracked it yet but even if he did amazon would replace it for up to two years for free. I also like the prime account for the kids to be able to play whatever apps for free,Great tablet for kids,positive +17187,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,It is a great starter tablet for young kids. My son really enjoyed it.,Great Kids Tablet,positive +17188,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,It's a great beginner tablet for kids allows you to ensure your kids are viewing and playing contents for their age.,Great tablet for kids,positive +17189,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My granddaughter loves her tablet toddler friendly,Great tablet,positive +17190,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"My wife purchased this for my daughter , great for learning to read.",great for kids,positive +17191,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Battery life isn't great, but overall for what I paid it is a good tablet for my kids. I did inadvertently purchase the wrong color and when I returned to the store to exchange it, the store mgr was a bit of a jerk and would not allow me to do so, despite being Elite Plus and being under 45 days. That aside it's a good tablet, but I was very disappointed in the customer service issue.",Pretty solid for the price,neutral +17192,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Purchased for my 3 year old, love that it comes with Kindle Freetime (which is almost $80 on it's own). It's perfect for curious fingers prone to swiping and clicking wherever, since the parental controls lock it down to keep them from being able to exit their own profile. Our first unit had an issue after updating the OS, but Amazon is amazing and exchanged the device, no questions asked. I would have gone through Best Buy, but our local one didn't have the pink one in stock anymore. I would have preferred that it didn't come with a camera or microphone for privacy reasons (my older kids 3 year old Kindle Fire HDs don't have a camera or microphone). All-in-all, it is a great device for little ones, but definitely enough power and features to grow with them.",Perfect for preschooler,positive +17193,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I needed something for a young kid and this tablet was suggested to me from a sales person at Best Buy. The kid loves it.,Great kids tablet,positive +17194,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Everything he needs but nothing more. The case looked a little flimsy but it has been great so far.,Great fit for my 2 year old,positive +17195,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I am so glad I got my son (5 1/2 years old) the Fire Kids Edition Tablet! It is extremely durable & provides hours of educational entertaining fun!!!,GREAT for KIDS!!!!,positive +17196,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my 6 year old nephew for Christmas! He LOVES it and it has a great warranty!,Kid Friendly!!!,positive +17197,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,My son really enjoys this. Its his first tablet(he is 4) and had no problem learning how to use it.,Age Appropriate Interface,positive +17198,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"I bought this for my nephew for Christmas. I love that it has so much memory space, so I can download tons of games and activities to keep him occupied on long rides. I love the 2 year warranty and safety case. He loves it!",Great Buy,positive +17199,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great idea for a 5 years old. very secure and good contents for that age.,Good idea,positive +17200,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This device is a nice starter tablet for kids. The Fire OS with Freetime Unlimited (free for 1 year) is an excellent environment. The warranty is great, and had we kept the device I'm sure we would have had the opportunity to use it. However, the device we received in the ""Kids Edition"" box was not registered as a ""Kids Edition"" with Amazon, thus the FreetimeUnlimited plan only lasted 30 days and the ""Kids Edition"" warranty did not apply. Amazon could not register the Fire as a ""Kids Edition"" so it was returned.",Nice starter tablet for kids,positive +17201,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Very rugged design. My nieces absolutely love this.,Kid friendly,positive +17202,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Easy for my kid to use and navigate through. Fun for adults too.,Great for kids,positive +17203,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Very easy to use for our seven year old. Will probably upgrade in a year to something with more capabilities and more memory. She had an iPad (lost it) and misses that, but this is the compromise until we see more responsibility in how it's treated. Seems durable thus far.",Easy to use for our seven year old,positive +17204,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,I bought this for my 6 year old Neice for Christmas. She loves it. No issues this far. Charges fast and has child lock features.,Neice loves it,neutral +17205,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This an awesome tablet for kids. My Grandson never wants to put it down. The case is great protection from drops.,Awesome Tablet for Kids,positive +17206,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,Great that you can add micro SD card for expanded memory. Works great for around the house and long trips. Battery lasts a good amount of time and no issues with quality.,Son loves it,positive +17207,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"This is perfect for young children and comes ready to use straight out of the box. The case is very well built to protect the tablet and the device is actually pretty light and easy to hold. Once you sign in with your 'parent' account, you can set up your child's profile and it's ready to go. Easy to navigate menus with great parental controls - this tablet truly delivers safe content and games for hours of enjoyment. The key is to load new content while you have access to wifi so the books, games and videos are available while traveling.",Super easy to use kid's tablet,positive +17208,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,My 2 year old granddaughter loves her Amazon kids edition. It's amazing how she knows how to get to her favorite educational program. I live the color pink case very sturdy,Great educational tool,positive +17209,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Very easy for my child to navigate. It was very easy to set it up. All the games, books and internet that's pre-loaded is awesome and so convenient",Great for a 4 year old!,positive +17210,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,Got this for my 3 yo and he is enjoying it. The case is worth it's price in gold.,Great starter tablet,positive +17211,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,This has a lot of good features to limit the amount of time and what is accessed.,Great kid tablet,positive +17212,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,4.0,"Great little tablet, easy to use for kids. Wish the battery was bigger. Overall not a bad purchase.",Great investment for kids,positive +17213,"Fire Kids Edition Tablet, 7 Display, Wi-Fi, 16 GB, Green Kid-Proof Case",Amazon,5.0,"Easy to use, handle and screen is perfect for a toddler.",Great for a toddler,positive +17214,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,Its a nice little set up but it's slow. I wish I would have investigated them a little more before just jumping in.,I like it but....,neutral +17215,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,As long as apps are downloaded before leaving WIFI they work great for road trips or hunting trips!,Great for road trips!,positive +17216,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Was a gift for our 8 year old daughter. Great for kids,Great for kids,positive +17217,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,my grandkids love it. This is the 3 one we bought.,kids love it,positive +17218,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,Great case ok tablet no Android play store. Weak micro usb port. It's isn't an straight out the box tablet. Had to install Android play store on it. And as far as the charging port goes I'm on my 3rd one but best buy are the best with their return policy...,Tablet not for kids,positive +17219,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,Grandson became board with what it offers. Plug wears out fast,Good for young kids,neutral +17220,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,1.0,This product wouldn't turn on nor charge and then store couldn't locate another one for me.,Product Issues,neutral +17221,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Grand daughter is two years old and watches her older brother and sister use their iPads. So we got her the Amazon Fire Kids Addition and she loves it. She has a great time with learning numbers and the alphabet.,Great iPad for beginner,positive +17222,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Perfect for educational games. The protective case sold me.,Great tablet for toddler,positive +17223,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Tablet is easy to use, however only allows 48 hours of offline viewing when movies are downloaded, then must be reset online again. This is an inconvenience. Other than that one issue, I am very satisfied with the tablet.",good tablet for a young child,positive +17224,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,My son loves this product and uses it all the time.,My son loves it,neutral +17225,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"My 3 1/2 year old grandson son LOVES this ""big game"" as he calls it.",Great tablet for a toddler,neutral +17226,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Bought this for my Granddaughter, she absolutely loves it!",Great Tablet for kids,positive +17227,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My grandbaby loves hers. We gave it as a Christmas present!,Love,neutral +17228,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,This tablet has been great. Although I recommend getting a memory card so you have no storage issues!,Great for beginner,positive +17229,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,It was the best Christmas Present for my grandson.,Great Product,positive +17230,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,She has learned how to play games and learning games. Easy to get to her apps and learned how to download. She charges it every night so it can be ready for her when she gets out of school,My Grand daughter enjoys it she is 6,positive +17231,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"The Amazon Kids Fire keeps my grandson captivated with lots of activities. He loves that it's just right for his little hands. He makes sure that everyone in the family knows the Kindle belongs to him by saying, ""It's mine!""",Wonderful buy for my grandson!,positive +17232,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,The Amazon fire tablet is a great gift for kids of all ages . Ez and fun to use keeping kids entertained while giving them educational tools to use at their grade level and hire.,Great Tablet for kids of all ages !,positive +17233,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Bought this for my son for Christmas and he loves it! Has so many apps I can download that he loves.,Love it!,positive +17234,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Bought for my granddaughter age 5 for Xmas. She loves it.,Great gift for age 5.,neutral +17235,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Works great keeps a pretty good charge. My sign up for prime to get more bang for my buck but over all solid tablet,Great for my 2 yr old,positive +17236,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"I bought this for my 6 year old daughter, it has been great. I can set time limits I can set it so she has to do educational stuff before play and I can have weekend time set different from the week days. The protective case is durable , perfect for my clumsy child. I very happy with the product.",Worth it,positive +17237,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"My niece is 2 years old and she absolutely loves this tablet. It's easy for her to use and navigate through. Plus, it has parental controls which I love. Definitely recommend it.",Great tablet for my niece,positive +17238,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"This was a gift for a 4 year old who was enjoying it immediately with very little adult assistance required. Haven't used it myself, but probably won't, its for kids! Good purchase.",Easy to get up and going,positive +17239,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Got 2 of these for Christmas gifts for our grandsons & they love them!,Great purchase!,positive +17240,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Gift for great nephew. Have 2 that are 5 and 6 y/o. Both love these tablets because each got one. Play with them as much as Mom allows.,Tablet for kid,positive +17241,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Gift for my great nephew and he really loves it. He loves it so much that Mom has to limit amount of time he allowed to play with it because he would play it 24/7.,Tablet for kid,positive +17242,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My son is 3 and he loves this tablet. It is very educational and worth the money,Great for children,positive +17243,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Purchased this item after another tablet stopped working in less than a year of having. Couldn't go wrong with the two year no worry gurantee and the one year free subscription of Amazon FreeTime. Have had for about a month and it was been well worth the money already.,Great tablet for toddler,neutral +17244,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,No instructions on adding the memory card and how to move things to the card vs on internally.,My 6 year old loves it,neutral +17245,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Tablet is easy for children to use and the battery lasts!,Great tablet for kids,positive +17246,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"I bought the tablet for my 2 year grand daughter. The system comes with a set of kid friendly games and allows you to put the tablet on kid mode.. this keeps her in the ""safe zone"". I also installed ABC Mouse. Another hit program",She loves it!,positive +17247,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Omg this product is excelent good batery and HD screen love this,Great,positive +17248,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"I was a slightly skeptical about giving this to my 1 year old but it has been a fantastic, durable learning tool for him and he is progressing very quick.",Awesome,neutral +17249,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I bought this for my daughter. I like that there are security features. She enjoys it and I have peace of mind!!,Great for children,neutral +17250,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This a great item for kids to learn how to use electronics.,great tablet for a child,positive +17251,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"So far the 1yo loves it. I thought it would be too much, but no.",Loves it!,neutral +17252,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,2.0,Got this for my 9 year old and several games that he wants to play are not accessible on this tablet. Seems like this is geared more towards younger kids. Case is good though and keeps tablet safe. Would be tough to break!!,Maybe better for younger kids,neutral +17253,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,My 1 year old loves his tablet. He knows how to utilize it very well. It needs a better camera.,Great Beginner Tablet,positive +17254,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Purchased for toddler to watch movies and stuff. He loves the apps that are available.,Great for toddler,positive +17255,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Perfect starter item for kids learning electronics.,Great for kids,positive +17256,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I love this tablet because I could control my children his time with it it's working out really great,It's amazing device,positive +17257,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Great way to get kids introduced to using a tablet. A ton of free software is available. Guarantee seals the deal.,Great educational tool for kids,positive +17258,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Not bad can with stand my almost 2 yr old daughters wrath of every day wear and tear. So it's a win for me....,Nice,positive +17259,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,He loves his new tablet lots of fun and educational games to choose from and best of all very kid proof he has dropped it numerous times and I see no signs of damage whatsoever,My kid loves it,positive +17260,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,"This makes for a decent tablet for a kid with the kids edition, but I'm not sure I'd want it as an adult. There are much better tablets on the market. But since it's cheap, that's to be expected.",Decent Kids Edition,neutral +17261,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Great for the child. Unfortunately it doesn't have a volume limit setting,Great. But...,neutral +17262,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Great hardware for the price, similar to the ipads",very good value,positive +17263,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Overall, the tablet is well constructed and well engineered. The 'excited factor' for my son wore off quickly, including the included app services. Nothing negative to report, but nothing unexpected in a positive sense either.",Solid product,neutral +17264,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Best value tablet for the little ones. Great warranty, great parental controls. It's a shame Apple hasn't caught on to the needs of parents when it comes to digital media.",Great for kids,positive +17265,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,The Amazon - Fire Kids Edition - 7 Tablet - 16gb - Pink is a great tablet,Good Tablet,positive +17266,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I like it because is very resistant . The only thing we didn't like is that sometimes it's kinda slow,It's ok..,neutral +17267,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Easy to use, easy apps and books, you can use a timer to schedule time use","Easy to use, full of great apps",positive +17268,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,These were ordered one for 4 year old and then ordered second one for 2 year old. They are easy to use and age appropriate apps for each of them.,Perfect for my grandbabies,positive +17269,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"This is the perfect tablet for a toddler. I feel like there is stuff for him to now, but he can also grow with it. And it's built like a tank.",Awesome for kids,positive +17270,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Pros: preloaded with everything your kids will need.Cons: need to buy at least 32GB microSD with it.,Love it!,negative +17271,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My son is 6 and I can control everything he does on his tablet! I love it and love that learning games came installed,Love,positive +17272,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My son loves his tablet. It is very easy to use. Very stutdy.,Baby loved it,positive +17273,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This is all around a great tablet. My 1yr old can use it with ease. Also love how we can change the profiles to suit adults as well. Would recommend to anyone and all ages.,Awesome for all ages,positive +17274,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I bought it for my 2 year old and he loves it. It's easy to use and the perfect size for his hands.,Great tablet for kids.,positive +17275,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My kids love this tablet! Good for those long road trips.,Great for kids,positive +17276,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Bought this for a 8 yr old and its perfect for what she like to do,Great tab for my young child,positive +17277,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Love this kid's tablet - it's kid proof! It's perfect for kids of all ages!,Love this kid's tablet - it's kid proof!,positive +17278,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"I bought 2 of these, 1 for each of my 2 youngest Grandaughters. Wanted something that would be made well, easy to use and as they get older the range of use could expand. Not only is it a good activity but a great learning tool. I will download fun and game activities but learning also even though many of the fun and game are learning tools. Their ages are 3 1/2 and 5 and they love them. Easy to download items, save to home screen or remove items. Their are several parental controls and options so you can feel worry free. Can add more than one user and profile.",Grandkids Activity,positive +17279,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Bought for Christmas for 6 and 8 year old granddaughters. Both girls loved it and have said it was their favorite gift.,Easy to use for young children,positive +17280,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Easy to use, loves the green case and durable. Great gift.",Tablet for kids,positive +17281,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,granddaughter loves it and easy and durable. loves the pink case.,Easy for kids,neutral +17282,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"This is the second one I've bought for my kids. The each have their own tablet now. As a parent I like that I can set limits...such as screen time, reading, videos etc. You can control everything. It can be educational aswell. Their is alot of educational apps on the device to download. Such as wikipedia,farmers almanac etc. Patents should look through and discover apps with the kids to get full use of the tablet. It continues to update regularly.",Great buy,positive +17283,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This is awesome! I have a 4 year old grandson and he loves the tablet!!It's kid friendly and has great games that he likes!!Would recommend it!!My 9 year grandson also traded in his drawing pad for a tablet and he loves it!!,Teresa,positive +17284,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"My son was 2 years old when he received this tablet, the apps and games are fun and instructional, the cover really nakes it drop and shatter proof, I have it set on a timer so it turns off after 20 minutes of use, on days when he seems to be more interested I will let him use it longer, other than thats it is so simple a baby can use it.",Great tablet for toddler,neutral +17285,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My nephew always uses my sister's iphone when watching videos. He loves his youtube videos lol. So I went out and bought him this. The kid loves it. There's value in the cartoon membership also,Great for young children,positive +17286,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Got this the another day for my niece and she loves everything it has to offer,Great,neutral +17287,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,The product is easy for grandson to operate and navigate through and seems to be very durable,Great for little kids,positive +17288,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I feel that this tablet was the perfect fit for my boys age 8 and 6.,Great speed no lagging,positive +17289,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,The device is so simple for kids. It is great. I love the case it's really protective.,Great product for kids! User friendly,positive +17290,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"My 2 yr old loves it!!! We got it in pink. Love that you can put restrictions on it, as well as a timer so that theyre not on it too long. The games and books are awesome",Best tablet ever!!!,positive +17291,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,It needs the Internet to connect to your devices and play music. Sometimes you can be cut off. The rest of the time it is easy as can be.,mostly great,positive +17292,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Excellent product thanks !Thanks for the help choosing what I was looking for and all the variety of apps that are available on this one.,Great tablet for my nephew!,positive +17293,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My 3 yr old loves her new tablet and my wife and I are glad to get ours back. Very simple usage. Has all of her favorite apps on it.,Awesome!,positive +17294,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"this is excellent for kids 3-7. the only thing I don't like is it is difficult to go to kids web pages by typing in an web address once you set up the kids profile, plus it takes away the easy access of the camera which the kids love. I may have set it up wrong as it did not come with printed instructions and I am not tech savvy. This item is extremely durable and great fun for the kids.",great for little kids,positive +17295,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Great tablet for the grandkids, they love it great item",Great tablet,positive +17296,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My great granddaughter loves it. Easy to use and it holds the charge well.,Awesome,positive +17297,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I love how kid friendly this tablet is. I also love the parental controls. I am able to supervise everything he's doing and he is still able to play the games and watch the videos he loves. It's even easy enough for his 3 year old sister to use. Great product! Glad I purchased this and saved money instead of getting an Ipad or Samsung. Much better choice.,Perfect for my 8 year old!,positive +17298,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Bought this for my six year old grandson. The set up was very easy. He is able to download kids only stuff and can send us videos of himself using the app. He just loves it. Truly kid friendly.,Excellent Purchase for Grandson,positive +17299,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,I purchased this item for my 7yr old daughter. We like it but we can't get the pictures of the apps to show,I like it,neutral +17300,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My son really enjoys his tablet especially the books and videos,Great for kids,neutral +17301,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This is a great tablet because of all the preloaded games and ability to add more for free. It keeps my kids entertained and is the best for learning.,Love this kids tablet,positive +17302,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"I purchased this tablet for my 10 year old son and he loves it. Great for movies, games and reading books online. Definetly would recommend it as a starter tablet for young children. The hard protective cover is a plus.",Great tablet for young Children,neutral +17303,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My Grandson uses it all the time. It was a great choice!,Excellent my grandson loves it!,positive +17304,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Product was purchased for 6 year old. Very excited to use. Had a hard time navigating initially. Battery life not as expected(too short). Short charging chord. Charging port at tablet site, easily worn. Very positional when charging when plugged in. Will stick with Apple products for now.",Great for kids!,neutral +17305,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,The best tablet for kids the 1 year unlimited apps is my favorite my kids love it..,Best tablet for kids,positive +17306,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Our grand daughter is very happy with her fire kids edition. Product wotks great.,Great gift,positive +17307,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My 3 year old has one and my 10 year old wanted one so now they BOTH have one. The parental controls are easy to use and work great. I would highly recommend to anyone!,Perfect gift for any age!,positive +17308,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Excellent for kids! Tons of fun apps, videos and books. Love that it comes with a year of Free Time.",Great for kids,positive +17309,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"I got this tablet for my 6 year old grand daughter and I must say it was a great decision. She used her tablet for learning and fun. I watch her play her games on her tablet, listen to her favorite music and watch her movies. She has no problem using her tablet, she has even taught me how to operate her Amazon Fire Kids Edition tablet",tablet fever,positive +17310,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"I am so very i got this for my 3 year old grandson. He can navigate it to get to his favorite shows, Peppa pig, Mickey clubhouse and Thomas the train. He is so happy with his tablet.",So happy,positive +17311,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My 5 year old loves it! She can order books and look at all her favorite shows,Great for beginners,positive +17312,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I got this for my two grandsons (ages 2 & 4) for Christmas. They love them.,Great for kids.,positive +17313,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,my 6 year old granddaughter loves her new tablet. she uses it to play games and download movies.,a great tablet for a 6 year old,neutral +17314,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I observe my 4 year old granddaughter using this tablet with ease. She is able to play some of the games and upload movies. Her mom had to put a secret password for the movies because she downloaded some that you had to pay for!,easy use for a 4 year old,neutral +17315,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Keeps my granddaughter busy. She was showing me how to use it. Now she doesn't want to use mine.,great tablet for her age,neutral +17316,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Has so many games for the kids to choose from, I love that I can make different profiles for each kid to limit what they play",great for kids,positive +17317,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Holds charge well. Portable. Lightweight and as best we can tell nearly indestructible. Perfect for kids,Great tablet for kids,positive +17318,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"good product for youngsters, provides learning and fun together",granddaughters love it,positive +17319,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Good set of apps available and it is robust enough for the kids to abuse.,Great product for the price.,positive +17320,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Bought for my grandson and the programs that were included with the device give a wide variety of education tools,Nice device,neutral +17321,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Bought 3 for my young grandkids exceptional security for kids, great babysitter as well as educational tool",Great device for my grandchildren,positive +17322,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Easy for kids to use. Keeps them entertained for hours. Love it!,Great product,positive +17323,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"This is a pretty substantial tablet, lots of learning apps and the ability to download Netflix is a plus",Purchased for my daughter,positive +17324,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Perfect for development if you use the parental controls properly by setting time limits, goals for reading vs. game play, etc.Durable, reliable, perfect for when you need a few minutes of quiet time. Charger provided was flimsy, but any mini-USB works better.",Great for pre-school and elementary,positive +17325,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I bought this tablet for my 1 year old and he loves it! It keeps him entertained when we go places and he has learned so much. The apps are great and perfect for him. I would definitely recommend this tablet for a young child just learning to use a tablet.,Great Tablet!,positive +17326,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Extremely satisfied with the value and performance of the Fire kids edition; highly recommend for age 5 and up.,Great for children,positive +17327,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Bought this for my 4yo daughter for Christmas and it's a sturdy little unit. It survived falls and drops but the one weak spot is the USB power plug, somehow my daughter managed to break it. However this is where Amazon stepped up as the tablet's warranty calls for Amazon to replace if damaged. I called customer service, they took my info and I had a brand new tablet deliver the next day!",Great little tablet,neutral +17328,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Bought this for my daughter for Christmas. She loves it,Great for my 5 year old daughter,neutral +17329,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,"This tablet is OK, sometimes it's kind of slow. Loads for a while before opening app. Storage has been good. 32 GB. I gave my son the freedom to download any game he wanted on prime time. And after 2 months he still has like 3gb left of space. Not recommend for kids over 10 years old. My son is 4 and sometimes he gets mad because tablet gets slow. Still good deal for 32gb, 1 year primetime for $80",An OK tablet,neutral +17330,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Awesome tablet for young children. They love to play all the videos that it came equipped with already on it.,My kids love it,positive +17331,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"My wife and I wanted our children to still enjoy the feeling of having an ""iPad"", so we got the Amazon Fire Kids edition. It has been awesome. I love the way you can set limits on the tablet so they're not glued to it all day long. Kids mode is extremely beneficial.",Excellent purchase for children!,positive +17332,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Hey we bought this for our 2 year old grandson and he loves it. Very easy to use and very durable!,Such a great purchase,positive +17333,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,These are great devices for the price. Good performance and awesome warranty. Having the Freetime is also very nice as app purchases are less frequent.,Amazon Fire,positive +17334,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,It's a good tablet and comes with a lot of free apps and a fantastic warranty!,User friendly,positive +17335,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I like that the tablet has child settings and time usage. Very helpful in setting time limits.,Boy tablet,neutral +17336,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Help my 2 year learn he loves to play it and watch movies on it,Helps him learn,neutral +17337,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Keeps the kids busy with games and activities and they really like it,great product,neutral +17338,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"I sent it for my granddaughter as a birthday gift, seemingly she's enjoying and learning thru it.","So far, no negative comments.....",positive +17339,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Great tablet with good parental controls for kids!!,Awesome,positive +17340,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Yes this is a fantastic product so many things to do with said product...,Great for kids,positive +17341,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My 5 year-old nephew said that this was his favorite Christmas gift. That's all I needed to hear to recommend this to friends.,Great for kids,positive +17342,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Purchase it for my granddaughter and she love it many great children's app for learning,Great Gift,positive +17343,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"The tablet is great and I like the warranty that it comes with, but I don't like the charging port. The wire that comes with the device is too short and will not fully snap into the device. Which will not let you charge the device unless you place it very carefully in the right position and then don't touch it. Had to buy an after market cable with an 8mm plug length to get it to charge. We bought 2 of the tablets and they both did the same thing. On one of the tablets we bought one of the magnetic plugs so that a younger children will not have problems with a loose plug.",Bad plug,neutral +17344,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Kindle fire is extremely easy to use. The protective foam layer is awesome.,Kid Loves it,positive +17345,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I bought this for my almost 3 year old niece and her dad told me she loves it! It has really cute educational games on it and is pretty much indestructible with the case on it. The only reason I didn't give it 5 stars is that the charger has broken already.,Great tech toy for kids!,neutral +17346,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"not just for the kids, for the tablet challenged (me) I find it easy to work with",easy to work,positive +17347,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,The tablet works well and the silicon pumper cover is great for gripping.,Well priced tablet for kids,positive +17348,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"They keep busy, lots of kids apps to view!! Entertainig",kids love it!,neutral +17349,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I have no issues with product. Daughter seems to love it,Great for kids,positive +17350,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,my grandson had one and likes it. so i bought it for my other grandson,Good beginning tablet for kids,neutral +17351,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I have purchased 3 of these tables still have them just handed them down one grandchild to the next will need another next year. They are tough the heavy rubber case really keeps them safe. Good product!,Great for children 3 to 10.,neutral +17352,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My 4 year old grandson enjoys 'playing' with his tablet.. I say playing because he thinks most of the programs on it are games that he can play. At some point he will probably realize that while enjoying the games he is also learning. He enjoys it - a lot!,Great Product,positive +17353,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,We got this product for our 6 year old. I love the parental controls. Only downfalls I've noticed so far is it takes a long time to charge and there is a lot going on app. Wise on the parent login on this product.,Great,positive +17354,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I bought it Xmas for my 4 yr old who always wants our iPhones to watch utube videos. It's cool looking and well made plus Alexa is helpful. It she still prefers our iPhones because the touch screen makes it a bit easier to stop her video and is more sensitive. I like it but don't live it.,Works well,positive +17355,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I just wish it was a little less easy for a toddler to get out of apps. They'll be on a game or show and accidentally...or purposly tap around out of curiosity and it closes the app. It needs less sensitivity but is it is still a great tablet for toddlers and up. The first one broke and I couldn't tell you how it happened. I think I had two of press down on it or something because I had it next to me trying to download apps then turned around in the whole screen was completely cracked up like someone hit it with a hammer. Since then I haven't had any issue with the new one,Great tablet...but,neutral +17356,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I definitely recommend this tablet is so perfect for children.,Good tablet,positive +17357,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This has been awesome. For my. 5 year old nephew. Keeps him entertained and it works great.,Great for kids,positive +17358,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,It's a good piece of technology it's just not connecting to the wifi,It's a good product,positive +17359,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This is a great tablet. My grandson uses it to watch his cartoons. We also have ABC Mouse that he uses on it. It's very durable and he loves it!!,Awesome tablet for my 2 yr old grandson,positive +17360,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,she loves it she is 6yrs old and it fits her level well and she just loves it,she loves it,neutral +17361,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Bought it for my grandson for Christmas and he loves it,Great Tablet,neutral +17362,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,excellent for kids and safe cover so if dropped it survives,excellent,positive +17363,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,I bought this for 3 year old to replace an older Ipad. it was functional but no where near level of ipad. This is understandable based on price difference/ I returned to store.,Not a bad product,neutral +17364,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"reviews were quite on spot with this product,very easy setup and very easy to use",great value for what it costs,positive +17365,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"My kids watch movies in the car, I link in with my mobile device and share my unlimited internet with both tablets. I have set up hulu / netflix on both accounts and they have tons of hrs of movies and shows. Amaxzon also gives you a 1 year subscription to games. And worry free 2 years replacement guarantee!!!!!",Good For the Price / Play games and Watch Movies,positive +17366,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"We purchased this for my 5 year old granddaughter so that she would have something to play games and read books without having to use her mom's devices. She took to it immediately. It connects easily to a 2.4 ghz network but does not support connectivity to a 5; search and downloads did appear a bit slow but did not do testing to see if it was the Fire or the network, then again, it was running updates. The camera takes great pictures even if a child is a bit shakey... Sound quality is very good as is touch sensitivity.",Great Fire Tablet,positive +17367,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,My 3 yr old son loves his tablet. He takes it almost everywhere and it keeps him entertained.,Great camera for a beginner,neutral +17368,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"This is a great tablet for kids, the protective bumper pad really does help. The unlimited warranty gives piece of mind as with kids anything will break. Finally the 1 yr unlimited warranty to Amazon for shows and movies the kids can watch. Awesome deal for the price.",My nieces love it,positive +17369,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I bought these tablets for my niece and nephew who are only 2 and 3 and they love it. My niece who's only 3 has shown my mother a few things. Great products,Great,positive +17370,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,grandson really enjoyed it Christmas. very easy to use,Great for Kids,positive +17371,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I gave a 5 star review because its a great tablet for a child with disabilities,Great tablet and easy to use,positive +17372,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My kid loves this! It was one of his favorite Christmas presents.,Great for kids,positive +17373,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,It a great tablet for children. But it doesnt work with google apps.,Great tablet for children,positive +17374,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I enjoy the product. It was easy to program. My toddler pushed a button that changed the setting. I took the product to the store and the kind salesman corrected the product.,Good product for toddler,positive +17375,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Purchased for a youngster, so I don't have any experience for the device.",Kids and technology,neutral +17376,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"We got this for our nephew and he absolutely loves it, very easy for him to use too.",I got this for a gift,positive +17377,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,My Mistake to buy for 1yr old.But my 30yr old son enjoys it!,Do not recommend for 1yr old.,neutral +17378,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,This tablet is grrrrrrreeeeeeeeaaaaaattttttt for the children!,Good tablet 4 kids,neutral +17379,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"The tablet is just what a child needs, it's tuff and the content is aimed at the children's needs. It keeps them entertained as long as you will let them.",The baby love's it,neutral +17380,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I got this tablet for my 3 year old granddaughter. She enjoys it and it keeps her busy and learning. Everything rolled into one for her.,An Excellant Christmas gift for grandchild!,neutral +17381,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"This Table is good for children because won't break if dropped. However, the only problem I have, as well as other people in the family who bought the same Table, is the charger port that get damaged after first few days of use.",Won't break,neutral +17382,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Where do I begin? It comes with an amazing thick case, it's a fully functioning tablet. It also comes with a one year subscription to educational games and movies/ shows. If it breaks Amazon replaces! How could you choose any other tablet? This was so great we had to get two!",This is a MUST with kids!,positive +17383,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,This device is a good if you are looking for a starter tablet for a young individual.,Good for 4 year old,positive +17384,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,The only issue with this is that you will need to create an account for the child or you will have to add them onto your account for Amazon,needs an account,neutral +17385,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Leapfrog is a great learning tool for preschoolers and beyond my grandson loves it,Perfect for my grandson,positive +17386,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Works as described. Love the kid friendly foam protector. It stopped working within 2 months of purchase. Amazon just sent new one without a real fuss. Inconvenient, but no real fuss. I hope this one lasts longer.",So far so good,neutral +17387,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My daughter love it and is amazing thanks and I will recommend it,Good,positive +17388,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,This was a great purchase and would definitely buy this again. The reason I didn't give it 5 stars is a programmer glitch. They need to fix screen where little ones can't stop or change icons while they are watching or playing games. Frustrating for two year old to stop cartoons by accidentally touching screen,Bought for grandsons,neutral +17389,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"My stepkids are pretty rough on their toys and these have lasted pretty darn well so far. Easy to update and add games, apps and school related material. Go for it if you are looking for a pretty darn decent tablet for the lil ones",Pretty good piece of equipment for the kiddos,neutral +17390,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This tablet is great for kids my grandson is sick and he absolutely loves it,Kids tablet,neutral +17391,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,we brought this tablet for our 6 yr old for Xmas and she loves it!. it was the go to tablet as she was always playing on my fire tablet... recommend for kids,great for a kid ages 5 yrs and up,neutral +17392,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I love this product. My kids love it. It is very to use and has a nice display.,Love,positive +17393,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Kids loved these tablets, and in not worried about them dropping them",Great Tablet,positive +17394,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Great educational tool. Not just a toy. Kids love it .,E Tablet,positive +17395,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Child loves it. Can be used for more than just a time killer. Can learn from it.,Not just a toy,positive +17396,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,We got this tablet for my son and it has been a great fit. The screen is sharp but the tablet is a little sluggish. Considering the price and that it is intended for children I think it is great.,Great tablet for kids!,positive +17397,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,A Christmas gift for my granddaughter. It was a big hit!,On Fire,neutral +17398,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I bought this as a Christmas gift for my 7yr old granddaughter and it's very easy for her to use.,Great Kids tablet,positive +17399,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,"A good starter tablet, but very very slow. Don't expect and I Pad savy child to enjoy this. But for a true beginner it would be fine.",Good but SLOW,positive +17400,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My 4 year old love to watch movies and this is perfect for him!,my 4 year old loves it!,positive +17401,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,We purchased this for our 3 year grandson for Christmas and he just fell in love with it. Great learning tool to start kids off with!,Great starter tablet,positive +17402,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I bought this tablet as a Christmas gift for my granddaughter who just started kindergarten and it is helping her tremendously with her basic skills in counting and reading in English and foreign languages. She also enjoys having the tablet to read stories to her as it lights up the words for her to read along. She loves the ability to watch her favorite programs as well. This was most definitely a worthwhile purchase.,Great Tablet for a Beginner,positive +17403,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I researched other tablets before purchasing the Amazon Fire Kids Edition. This tablet is everything I thought it would be and more. Great price too. Lots of available features and apps. Very easy to use. My 2 year old grandson loves it!!! He' s having lots of fun and learning.,Best possible choice,positive +17404,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My grandkids love to use it. It has so much for them to choose and they learn too.,Great for my grandkids,positive +17405,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"my 2 year old daughter loves this tablet! I witnessed her drop it once (off the couch to laminate floor) nothing I can tell was affected. I was a little reluctant to buy this for such a young child, but with the way we seem to rely on technology these days, plus the cost, I just had to buy it. my favorite feature is the parental controls that allow me to set times ...not just times that it can be used but for certain content as well! I can set the tablet so when my older kids (10 and 8) log in, they need to complete educational tasks for an allotted amount of time before free play... and the whole thing logs out after a certain time so I don't have to go searching for it in their rooms at night :) great tablet, glad I got the bumper too, great price",Great kids tablet,positive +17406,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Boy! If I had something like this when I was a kid. The learning devices these kids have today. Makes learning about different things in & around the world a fun experience. all the other activities & downloadable apps, they can be on it for hours. Like it!",How much fun it is to learn.,neutral +17407,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Kids love their Kindles!!! Amazon freetime allows them access to tons of age appropriate content. They love the games, apps and videos available to them based on their age. The only reason I give this 4 stars is due to the charging connectors. They are not ""kid friendly"" and the kids bent both of them upon the first time they unplugged their devices on their own. Otherwise, Kindle kids is amazing!!!",Perfect tablet for the Littles,positive +17408,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,The guy at the store was really helpful. There was not a pink Fire Kids Edition so he looked on top of all the shelves and found one. My four year old grand daughter loves it.,"Perfect ""laptop"" for a preschooler",positive +17409,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Good for smaller kids that cannot play or get to play on Xbox games with 7 other Siblings,Great for Small kids,neutral +17410,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Good tablet for kids, only down side is the YouTube for kids app isn't available for the kindle fire",Good tablet for kids,positive +17411,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Great for smaller kids who are Too young to play or get a turn to play on Xbox games with 7 siblings,Great for Small kids,positive +17412,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Set up for kids right out of the box. Can't beat Amazon's warranty either. Thanks for providing an outstanding product.,Great product!,positive +17413,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,My granddaughter is really enjoying this tablet and even though she is only three she is able to easily use it,Great tablet for the little ones,positive +17414,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My daughter loves it. Much faster than her last tablet.,Very good resolution,neutral +17415,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"My granddaughter loves this system. It is easy for her to hold, and she loves to play games on it.",Wonderful for my granddaughter,positive +17416,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Bought this tablet for our 2 year old. She loves to watch videos of nursery rhymes and Bubble Guppies. I can finally get some housework done without interruption. So user friendly, even a 2 year old can figure it out!",Keeps My 2 Year Old Entertained,neutral +17417,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"I bought this for several reasons, the 2 year warranty, ease of use. My granddaughter is 21 months old and she has figured it out. Very durable, she drops it and it keeps on working",Easy for my grand daughter to use,neutral +17418,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This tablet is AWESOME for kids. She is 3 years old and has had it since Christmas. It is easy for her to use and play on her own. It has been dropped multiple times and you'd never know it!!,Kids Amazon Fire Tablet,positive +17419,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Great pad to give the little ones a headstart to the world of tech. Very sturdy cover, nice size for little hands to grip. Very reasonable price. Great buy !!",IPAD for tots,positive +17420,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Limit kids usage of electronics by time but still allow them to play. A must buy for kids,Great for kids,neutral +17421,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Great unit my neice can use when traveling to watch videos and take photos.,Great little unit for young girl,positive +17422,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Growing up I didn't have electronics but this thing is awesome for kids. You can limit usage and break down how much time they can spend doing certain things. Great buy,Kid proof tablet,positive +17423,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,1.0,"Would not take a charge, good thing i tried before wrapping it for Christmas.",Had to return this on Christmas eve day,positive +17424,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Great, non-expensive item for my kids to us and not destroy my Ipad.",Kids loved it!,positive +17425,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,I purchased this for my 3 year old granddaughter after having purchased her older sister one last year when she was 3. It's comforting knowing it has as durable cover to endure the energy of a toddler.,This was an excellent choice for a 3 year old,neutral +17426,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"I bought this for my daughter. It's a little limited in what it can do, but she loves it. She's a little too young to understand the games, but she loves watching cartoons on it.",Limited but Good,neutral +17427,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Great little lap top with touch screen, absolutely ruins you.",Love touch screen technology.,positive +17428,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"My daughter loves it!! Great color, light weight, rubber cover for protection.",Easy to use for my 9 yr old,positive +17429,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Easy to use, love the color and my daughter loves it. Easy to set up very happy with my purchase.",Great light wight,positive +17430,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I bought this for my 3 year old son for Christmas. It keeps him busy while my wife and I take him out to dinner at a restaurant. It's relatively easy to use and he likes some of the kids videos we downloaded for free.,Good Gift!,positive +17431,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My child loves her tablet and I love it. It keeps her busy with learning games and books,Great tablet for kids,positive +17432,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"I love that you can read books as well as play games with this tablet. I bought 2 of them for my little boy and girl. We just charge them up and let them play with them in the car on road trips. They are quite!!! The only thing is, I wish they would have a section of games that can be played without wifi. Some of the apps need wifi to run and some do not. Overall though, I love this tablet!",Great tablet for kids!,neutral +17433,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"This tablet is great. Because it's from Amazon, you can easily switch to a different profile and use it when the kids finally put it down. I have 2 1/2 year old twins and it's hard to get them to sit down. With the Kid's Kindle Fire, they are more than happy to settle down on the couch and play. I highly recommend buying one. It is a life saver!",Kids can't stop playing with their tablets!,neutral +17434,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This has been a wonderful tablet for our 9 year old son. I was able to set reading achievements that he must complete before he can play his games or watch videos. I like how you can secure it and adjust the setting to what we find appropriate for our child.,Fantastic tablet for kids,positive +17435,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,kid proof! bought for my grand babies and they love it!,great for kids,positive +17436,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Good quality little tablet, great for kids. Locked down and does not run full Android so you cannot use google play store apps.",Good kids tablet,positive +17437,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,It's a good tablet for kids the only thing I really don't like is the fact that you need to put in a credit card to be able to get apps but other than that is ok,Good kids tablet,positive +17438,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Searched around for the perfect tablet for my 3 year old. After testing tablets in stores and reading reviews online the kids fire stood out. The 2 year warranty and free year access to kids content is amazing. The soft foam case provides coverage for drops, the battery life is good for a few hours of play time and the charge time is quick after. For the money this tablet cannot be beat , only minor issue ive noticed is having connection issue with networks at times but this is can be fixed by disconcerting and reconnecting to network. Overall this is a Best Buy for the money, tablet can also be used for adults when you exit the free time app.",Great Tablet for Kids,positive +17439,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Give this product a 10 tons of great learning programs.,Great Tablet,positive +17440,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,They learned how to use it very quickly! Great for travelling in the car...reduces boredom!,Granddaughters love it.,positive +17441,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My granddaughter loves this tablet. She is two and has no problem playing the games and using this tablet. It's very user friendly and keeps her busy for hours.,Amazon - Fire Kids Edition - 7 - Tablet - 16gb - G,positive +17442,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,"Great generic tablet for looking to keep kids occupied. Mine enjoy the FreeTime Unlimited, and the child restrictions are great for my needs.My only concern has been for the space available. I was amazed at how quickly they ate up 32 GB of space on apps.",Great Tablet for Kids,positive +17443,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,1.0,"I didon't care for this tablet, downloading apps outside of Amazon was really confusing.",Don't like...too hard to download other apps,neutral +17444,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Used this on a trip from SF to Maui for my 4 year old. She loved it. Perfectly suited for a toddler.,Perfect for my 4 year old,positive +17445,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This tablet is a nice budget friendly device that is also rugged. It has survived countless falls from my 3 yr old. He loves it and it keeps him learning for hours.,Kid tested kid approved,positive +17446,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,We love this tablet for our 2 year old. She can operate it on her own and it has a great variety of educational and learning games for her. We love that it has skype capabilities but the volume for skype is very quiet. Overall great tablet for a first tablet for kids!!,Kindle Fire for kids,positive +17447,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This was the perfect gift for my grand kids they love it.,Grand kids Christmas Gift,positive +17448,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,I got it for my grand daughter's third birthday. The memory is small with the original purchase but you can buy more and I was okay with that.,My grand daughter loves it. She says my computer.,positive +17449,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"My two daughters really enjoy using their Fire tablet. It is really easy to use, sturdy, high definition, has tons of awesome apps integrated for children. My girls were Apple users, yet it was easy to transition.",Great for younger children,positive +17450,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,2.0,"Maybe I had higher expectationin general i will not recommend since the service of Amazon solving situations is not as good as in other products, I've had so much troubles with the amazon free time, I am even not longer using it (it was one of the ""big"" features on the advertisment. I will recommend to look for other alternatives before to take a decision on buying this product",Regular Tablet,neutral +17451,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,2.0,"When this item is charged it works great, but it takes too long to charge. Asking my 3 year old to wait about 3 hours (no exaggerating) is a bit much. We have tried to buy a new charger and it still takes just as long. My niece has this same tablet and it take about 45 minutes to charge once it is fully dead","Great Tablet, but it takes over 3 hours to charge",neutral +17452,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,This thing is pretty cool. My nephew is pretty rough on this thing and it holds up. Nice job on the heavy duty case. It is a little slow though.,Tablet for a small child,neutral +17453,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Love this for my youngest. He had a Nabi, but it just wasn't as user friendly as this is.",Wonderful tablet for kids,positive +17454,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,We purchased 4 of these for our grandkids aged 18 months to 6 yrs and all 4 of them love them. They play with them daily for as long as their parental limits allow. They are very durable and come with a very kid durable skin. The 2 year warranty that covers everything was the selling part for us. The one con is that you don't get google play store.,Grandkids love them,neutral +17455,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"purchased for 4 yr old, he loves it the fact he can play games or movies, love the parental controls as I am able to monitor how much he is on it.",Best purchase for 4 yr old,positive +17456,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"Bought these for my 5yr old twin grandkids and the enjoy the learning games so much. Love that you can limit how long child is engaged with apps, games, or movies on this and that my daughter can use her amazon prime acct with this! 2yr amazon warranty is amazing as well",Great!,positive +17457,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,"A great little tablet built for kids with access to volumes of free apps for a year, including books, games, etc. It can be easily used by kids of almost any age.",Kids Love It!,positive +17458,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,My granddaughter loves this tablet it is durable..,Love this tablet,neutral +17459,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,5.0,Would definitely recommend to family and friends that have little kids great learning tablet,Great for kids,positive +17460,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,3.0,volume is a problem we have to take off the protective case for it to sound clear.,It's okay,positive +17461,"Amazon Kindle Paperwhite - eBook reader - 4 GB - 6 monochrome Paperwhite - touchscreen - Wi-Fi - black,,,",Amazon,4.0,Got this for my 3 year old due to it having the bumper and I will tell you it's well worth it. I couldn't tell you how many times its been dropped and survives every time.,Daughter loves it,neutral