emoji_mood_calendar Tailwind Templates

Emoji_mood_calendar

MoodCalendar.tsx 사용자 감정을 기록하고 캘린더에 시각화하는 컴포넌트입니다. Tailwind CSS와 React를 사용해 제작되었습니다.

MoodCalendar.tsx 사용자 감정(무드)을 기록하고 캘린더에 시각화하는 컴포넌트입니다. Tailwind CSS와 React를 사용해 제작되었습니다.

디렉터리 (MoodCalendar.tsx만 건들임)

emoji_mood_calendar
├── public/
├── src/
│   ├── app/
│   │   ├── favicon.ico
│   │   ├── globals.css
│   │   ├── layout.tsx
│   │   └── page.tsx
│   └── components/
│       └── MoodCalendar.tsx  ### Main working file
├── .eslintrc.json
├── .gitignore
├── next-env.d.ts
├── next.config.js
├── package.json
├── postcss.config.mjs
├── README.md
├── tailwind.config.ts
└── tsconfig.json

이하는 creat-next-app으로 만들었을때 자동으로 써진 내용입니다.

This is a Next.js project bootstrapped with create-next-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.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Top categories

Loading Svelte Themes