Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantyetekar committed Jan 24, 2022
1 parent 4806c48 commit d30b77f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d30b77f

Please sign in to comment.