From 3836886a2781ec7296f5078c68b3ce126820753f Mon Sep 17 00:00:00 2001 From: Halimat Mercy Oseni Date: Sun, 28 Jul 2019 02:21:04 +0100 Subject: [PATCH] Update README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe458ab..f7bf8ea 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,12 @@ ### An app where you can filter different types of mushrooms that meet specific attributes. #### Check out [Mushrooms on heroku](https://filter-mushrooms.herokuapp.com/) -#### App Main functionalities: +## App Main functionalities: - From the data provided from UCI Machine Learning repository, mushroom has twenty-three(23) attributes. -- Each attributes is also classified into its own sub attributes +- Each attributes is also classified into its own sub attributes. +- You can filter mushrooms based on the sub attributes then click on the `Apply Filter` button to view the results in tabular form. +- Filter results is paginated; 25 rows per page. +- You can `Reset` the filter(s) by clicking on the `Reset` button. | Mushroom class | Cap Shape | Cap Surface | Cap Color | Bruises | Odor | Gill Attachment | Gill Spacing | Gill Size | Gill Color | Stalk Shape | Stalk Root | Stalk Surface Above Ring | Stalk Surface Below Ring | Stalk Color Above Ring | Stalk Color Below Ring | Veil Type | Veil Color | Ring Number | Ring Type | Spore Print Color | Population | Habitat | |--- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | @@ -52,5 +55,5 @@ ## References -[Mushroom Dataset on Kaggle](https://www.kaggle.com/uciml/mushroom-classification#mushrooms.csv) -[Mushroom Dataset on UCI ML Repository](https://archive.ics.uci.edu/ml/datasets/Mushroom) +- [Mushroom Dataset on Kaggle](https://www.kaggle.com/uciml/mushroom-classification#mushrooms.csv) +- [Mushroom Dataset on UCI ML Repository](https://archive.ics.uci.edu/ml/datasets/Mushroom)