Skip to content

blpk2005/cataas_nextjs_webapp

Repository files navigation

Cataas Next.js Webapp

This project is a simple Next.js application built using create-next-app.
It displays cat images (CATAAS API) with a clean UI.

🚀 Tech Stack

  • Next.js 14+ (App Router)
  • React
  • TypeScript
  • CSS (globals.css)
  • ESLint
  • Vercel friendly project structure Screenshot
Screenshot 2025-12-10 at 9 32 39 PM

📁 Project Structure

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

🧩 Features

  • Fetch & display cat images\
  • Clean Next.js structure\
  • Responsive front‑end\
  • Ready for deployment on Vercel

🛠️ Installation

npm install
# or
yarn install

▶️ Run Development Server

npm run dev

Open http://localhost:3000

🌐 Deployment

Easily deploy on Vercel

https://cataasnextjswebappdeployed.vercel.app/

📜 License

This project currently has no license specified.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors