Skip to content

A Next.js application that uses the Comick.io API to randomly select and redirect to comics based on user-defined filters.

Notifications You must be signed in to change notification settings

GooglyBlox/comick-randomizer

Repository files navigation

Random Comic Finder

A Next.js application that uses the Comick.io API to randomly select and redirect to comics based on user-defined filters.

Getting Started

Prerequisites

  • Node.js 18.0 or later
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/GooglyBlox/comick-randomizer.git
cd comick-randomizer
  1. Install dependencies:
npm install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser to see the application.

About

A Next.js application that uses the Comick.io API to randomly select and redirect to comics based on user-defined filters.

Topics

Resources

Stars

Watchers

Forks