You can see this page here: manga-visualizer.vercel.app
- 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.
🗼 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.