React + Vite app to query Marvel's official API and render the search results.
https://marvel-api-surfer.vercel.app/
Make sure you have Node.js installed on your machine.
Open a new terminal session and clone the repository. Navigate into the root directory and run the command:
npm install
npm run dev