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

https://github.com/nekojest/marvel-api-surfer

React app to interact with Marvel's API and display search results.
https://github.com/nekojest/marvel-api-surfer

marvel react tailwindcss typescript vite

Last synced: 6 months ago
JSON representation

React app to interact with Marvel's API and display search results.

Awesome Lists containing this project

README

          

# marvel-api-surfer
React + Vite app to query Marvel's official API and render the search results.

![app](https://github.com/wizardofcmd/marvel-api-surfer/assets/70809221/14c113f9-39d9-426b-b2f6-b128819ab581)

## Deployment
https://marvel-api-surfer.vercel.app/

## Installation
Make sure you have [Node.js](https://nodejs.org/en/download) installed on your machine.

Open a new terminal session and clone the repository. Navigate into the root directory and run the command:

```
npm install
```

## Usage
```
npm run dev
```

## License
[MIT](https://choosealicense.com/licenses/mit/)