Skip to content

ftgibran/comic-vine-app

Repository files navigation

Comic Vine App

This is an app that provides information about comic characters. All data comes from Comic Vine.

Features

  • Paginated list of all available characters
  • Detailed information page for any character
  • Search input with preview
  • Add/remove any favorite character
  • Edit simple information of any character
  • Local storage for favorite and edited character
  • Favorite filter
  • Dark mode

Getting Started

First, install the dependencies

yarn

Running in Dev mode

To start the application in dev mode, run this following:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Running in Demo mode

To see the completed result, run this following:

yarn demo

Open http://localhost:3000 with your browser to see the result.

Run with Docker

First, build the images

yarn docker:build

Then, run the container

yarn docker:run

Open http://localhost:3000 with your browser to see the result.

About

Next JS Sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors