Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 900 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 900 Bytes

You can see this page here: manga-visualizer.vercel.app

⛩️ A web page for reading manga.

  • The images are ordered with grid layout
  • The idea is to make it responsive to cell phones, laptops and tablets.
  • The visual elements were tested in several browsers.
  • The next-theme library was used to add two themes, dark and light. It can be switched with a small button on the home page.
  • The next js router was used to create dynamic routes.
  • Installed a ran prettier to make code consistent throughout the app.

🈸 Getting Started

🗼 First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

🏯 You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.