This is a simple React app that displays a rolodex of monsters. It was created as a learning exercise to get more familiar with React over TypeScript. (Very similar to the Robofriends app)
View the live demo here
- Displays a list of monsters with their name and email
- Monster data is fetched from an external API: https://jsonplaceholder.typicode.com/users
- Searching and filtering monsters by name
- TypeScript
- React