Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sothulthorn/react-monsters-rolodex

Build and Deploy Monsters Rolodex with React.
https://github.com/sothulthorn/react-monsters-rolodex

api css javascript react

Last synced: about 7 hours ago
JSON representation

Build and Deploy Monsters Rolodex with React.

Awesome Lists containing this project

README

        

# React Monsters Rolodex

Build and Deploy Monsters Rolodex with React.

[`Live View`](https://react-monsters-rolodex-nine.vercel.app/)

This application creates “monster” cards with monster images, and user names as well as emails by connecting to two APIs.

There is also a search bar which can be used to filter and search for the monsters by name.

API for Monsters name

```
https://jsonplaceholder.typicode.com/users
```

API for Monsters images

```
https://robohash.org/
```

## Screenshot

![](/screenshot/app01.png)
![](/screenshot/app02.png)