This project is a simple Next.js application built using
create-next-app.
It displays cat images (CATAAS API) with a clean UI.
- Next.js 14+ (App Router)
- React
- TypeScript
- CSS (globals.css)
- ESLint
- Vercel friendly project structure Screenshot
cataas_nextjs_webapp-main/
│── .gitignore
│── README.md
│── eslint.config.mjs
│── next.config.mjs
│── package.json
│── tsconfig.json
│── public/
│ ├── next.svg
│ ├── vercel.svg
│ ├── window.svg
│── app/
│ ├── page.tsx
│ ├── layout.tsx
│── styles/
│ ├── globals.css
- Fetch & display cat images\
- Clean Next.js structure\
- Responsive front‑end\
- Ready for deployment on Vercel
npm install
# or
yarn installnpm run devEasily deploy on Vercel
https://cataasnextjswebappdeployed.vercel.app/This project currently has no license specified.