/monsters-rolodex-typescript

🧌ReactJS: This is a web application that displays monsters and allows you to search for them.

Primary LanguageTypeScriptMIT LicenseMIT

Monsters Rolodex (TypeScript)

This is a simple React app that allows you to search for monsters by name. It uses the Robohash API to generate monster images and the JSONPlaceholder API to generate fake user data.

This is a Typescript version of the Monsters Rolodex project.

Live Demo

You can view a live demo of this app here.

Features

  • Search for monsters by name
  • Generate random monster images
  • Generate fake user data

Technologies

How to run the app

  1. Clone the repository
git clone https://github.com/efxlve/monsters-rolodex-typescript.git
  1. Install dependencies
npm install
  1. Run the application
npm start
  1. Open localhost:3000 in your browser

License

This repo is published under the MIT license. For more information, please see the LICENSE file.