/search

Simple Search App with Next.js, SWR and Vercel

Primary LanguageJavaScript

This is a search app that runs on Next.js. It uses:

  • serverless function for API
  • SWR for data fetching
  • Vercel for hosting
  • Block.css for styling

To run, install packages then run

npm run dev
# or
yarn dev