Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sothulthorn/react-monsters-rolodex
- Owner: sothulthorn
- Created: 2023-09-30T13:37:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T13:59:06.000Z (about 1 year ago)
- Last Synced: 2023-11-02T14:44:03.816Z (about 1 year ago)
- Topics: api, css, javascript, react
- Language: JavaScript
- Homepage: https://react-monsters-rolodex-nine.vercel.app
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)