From d30b77fd6f9467c4930173b31167f6b32dab24d4 Mon Sep 17 00:00:00 2001 From: Vedant Yetekar <91487253+vedantyetekar@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:44:33 +0530 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d73dcb --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# ***Monsters Rolodex*** + +This is Monsters Rolodex web application. +A simple create-react-app (command line utility of ReactJS) with some cards and a search box. +The user can search by typing a card name and the results are produced in a real-time way based on the characters the user is typing! +A good demonstration of the component and state usage inside ReactJS. +Every component must be simple and it should be doing one task well. +State uplifting should be used when we want to inform different components down in the hierarchy of state changes.