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.
- Host: GitHub
- URL: https://github.com/nekojest/marvel-api-surfer
- Owner: nekojest
- License: mit
- Created: 2023-04-22T11:28:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T19:34:58.000Z (over 2 years ago)
- Last Synced: 2025-02-11T13:57:52.769Z (8 months ago)
- Topics: marvel, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://marvel-api-surfer.vercel.app
- Size: 212 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marvel-api-surfer
React + Vite app to query Marvel's official API and render the search results.
## 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/)