Created with CodeSandbox
Here is the CodeSandbox link.
Monsters Rolodex is a single page React application
The app displays a rolodex of Monsters with a search bar. A user can type in the search bar to find a specific monster by name. As the user is typing in the search bar, all monsters that do not contain the string being typed are filtered out of the view.
Key concepts utilized in the development of this project include:
- Class and Functional Components
- State and Props
- Component Lifecycle Methods
- Fetch API request
- Promises
- Asynchronous vs. Synchronous events