Skip to content

AYFG/CatLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

93 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

캣둜그 (CatLog)

λ‹Ήμ‹ μ˜ μ†Œμ€‘ν•œ 반렀묘λ₯Ό μœ„ν•œ 건강 닀이어리

πŸ”— λͺ©μ°¨

  1. πŸ“± μ•± μ†Œκ°œ
  2. ✨ κΈ°λŠ₯
  3. πŸ“ 폴더 ꡬ쑰
  4. πŸ”Ž ν”„λ‘œμ νŠΈ λ‹€μ΄μ–΄κ·Έλž¨
  5. πŸš€ μ‹œμž‘ν•˜κΈ°

πŸ“± μ•± μ†Œκ°œ

μΊ£λ‘œκ·ΈλŠ” 반렀묘의 건강과 일상을 μ²΄κ³„μ μœΌλ‘œ κ΄€λ¦¬ν•˜κΈ° μœ„ν•œ λͺ¨λ°”일 μ•±μž…λ‹ˆλ‹€.
κ³ μ–‘μ΄μ˜ 건강 기둝, μ§„λ£Œ 일정, 일상 기둝 등을 μΊ˜λ¦°λ” 기반 UI둜 κΈ°λ‘ν•˜κ³  확인할 수 μžˆμ–΄, 기얡에 μ˜μ‘΄ν•˜λ˜ 관리 λ°©μ‹μ—μ„œ λ²—μ–΄λ‚˜ 데이터 기반으둜 μΌ€μ–΄κ°€ κ°€λŠ₯ν•©λ‹ˆλ‹€.
λ˜ν•œ, μ—¬λŸ¬ 마리 κ³ μ–‘μ΄μ˜ 정보λ₯Ό 각각 등둝 및 관리할 수 μžˆμ–΄ λ‹€λ¬˜ κ°€μ •μ—μ„œλ„ 효율적인 건강 관리가 κ°€λŠ₯ν•˜λ©°, 각 κ³ μ–‘μ΄μ˜ κ°œλ³„ μƒνƒœλ₯Ό μž₯기적으둜 μΆ”μ ν•˜κ³  비ꡐ할 수 μžˆλŠ” λ§žμΆ€ν˜• 반렀묘 관리 λ„κ΅¬λ‘œ ν™œμš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

TypeScript React Native Expo TanStack Query Zustand Rive Node.js Express MongoDB Mongoose Nginx


πŸ‘Ύ κΈ°λŠ₯

캣둜그 μ•± μ§„μž… νšŒμ›κ°€μž… 둜그인
반렀묘 정보 생성 건강검진 기둝 생성 건강검진 기둝 μˆ˜μ •
일일 건강 기둝 생성 일일 건강 기둝 μˆ˜μ • 일일 건강 기둝 μ‚­μ œ
반렀묘 정보 μˆ˜μ • 반렀묘 정보 μ‚­μ œ λ‘œκ·Έμ•„μ›ƒ

πŸ“ ν”„λ‘œμ νŠΈ ꡬ쑰

└── CatLog/
    β”œβ”€β”€ CatLog_back
    β”‚   β”œβ”€β”€ .gitignore
    β”‚   β”œβ”€β”€ app.ts
    β”‚   β”œβ”€β”€ bruno
    β”‚   β”‚   └── CatLog
    β”‚   β”œβ”€β”€ bun.lock
    β”‚   β”œβ”€β”€ controllers
    β”‚   β”‚   β”œβ”€β”€ auth.ts
    β”‚   β”‚   β”œβ”€β”€ cat.ts
    β”‚   β”‚   β”œβ”€β”€ dailyLog.ts
    β”‚   β”‚   └── medicalLog.ts
    β”‚   β”œβ”€β”€ dist
    β”‚   β”‚   β”œβ”€β”€ app.js
    β”‚   β”‚   β”œβ”€β”€ controllers
    β”‚   β”‚   β”œβ”€β”€ middleware
    β”‚   β”‚   β”œβ”€β”€ models
    β”‚   β”‚   β”œβ”€β”€ routes
    β”‚   β”‚   └── types
    β”‚   β”œβ”€β”€ middleware
    β”‚   β”‚   β”œβ”€β”€ authChecker.ts
    β”‚   β”‚   └── error.ts
    β”‚   β”œβ”€β”€ models
    β”‚   β”‚   β”œβ”€β”€ cat.ts
    β”‚   β”‚   β”œβ”€β”€ dailyLog.ts
    β”‚   β”‚   β”œβ”€β”€ medicalLog.ts
    β”‚   β”‚   └── user.ts
    β”‚   β”œβ”€β”€ package-lock.json
    β”‚   β”œβ”€β”€ package.json
    β”‚   β”œβ”€β”€ routes
    β”‚   β”‚   β”œβ”€β”€ auth.ts
    β”‚   β”‚   β”œβ”€β”€ cat.ts
    β”‚   β”‚   β”œβ”€β”€ dailyLog.ts
    β”‚   β”‚   └── medicalLog.ts
    β”‚   β”œβ”€β”€ tsconfig.json
    β”‚   └── types
    β”‚       β”œβ”€β”€ error.ts
    β”‚       └── request.ts
    └── CatLog_front
        β”œβ”€β”€ .gitignore
        β”œβ”€β”€ README.md
        β”œβ”€β”€ android
        β”‚   β”œβ”€β”€ .gitignore
        β”‚   β”œβ”€β”€ app
        β”‚   β”œβ”€β”€ build.gradle
        β”‚   β”œβ”€β”€ gradle
        β”‚   β”œβ”€β”€ gradle.properties
        β”‚   β”œβ”€β”€ gradlew
        β”‚   β”œβ”€β”€ gradlew.bat
        β”‚   └── settings.gradle
        β”œβ”€β”€ app
        β”‚   β”œβ”€β”€ (tabs)
        β”‚   β”œβ”€β”€ +not-found.tsx
        β”‚   β”œβ”€β”€ ChangeCat
        β”‚   β”œβ”€β”€ CreateCat.tsx
        β”‚   β”œβ”€β”€ DailyLog
        β”‚   β”œβ”€β”€ DeleteCalendarModal.tsx
        β”‚   β”œβ”€β”€ DeleteCatModal.tsx
        β”‚   β”œβ”€β”€ EditCalendarModal.tsx
        β”‚   β”œβ”€β”€ EditCatModal.tsx
        β”‚   β”œβ”€β”€ Login.tsx
        β”‚   β”œβ”€β”€ LogoutModal.tsx
        β”‚   β”œβ”€β”€ MedicalLog.tsx
        β”‚   β”œβ”€β”€ ReLogin.tsx
        β”‚   β”œβ”€β”€ Signup.tsx
        β”‚   └── _layout.tsx
        β”œβ”€β”€ app.json
        β”œβ”€β”€ assets
        β”‚   β”œβ”€β”€ fonts
        β”‚   β”œβ”€β”€ images
        β”‚   └── whitecat.riv
        β”œβ”€β”€ babel.config.js
        β”œβ”€β”€ bun.lock
        β”œβ”€β”€ components
        β”‚   β”œβ”€β”€ RouteButton.tsx
        β”‚   β”œβ”€β”€ SubmitButton.tsx
        β”‚   └── socialButton.tsx
        β”œβ”€β”€ eas.json
        β”œβ”€β”€ global.css
        β”œβ”€β”€ ios
        β”‚   β”œβ”€β”€ .gitignore
        β”‚   β”œβ”€β”€ .xcode.env
        β”‚   β”œβ”€β”€ CatLog
        β”‚   β”œβ”€β”€ CatLog.xcodeproj
        β”‚   β”œβ”€β”€ CatLog.xcworkspace
        β”‚   β”œβ”€β”€ Podfile
        β”‚   β”œβ”€β”€ Podfile.lock
        β”‚   β”œβ”€β”€ Podfile.properties.json
        β”‚   └── catlog.riv
        β”œβ”€β”€ metro.config.js
        β”œβ”€β”€ nativewind-env.d.ts
        β”œβ”€β”€ package-lock.json
        β”œβ”€β”€ package.json
        β”œβ”€β”€ store
        β”‚   └── useCatStore.ts
        β”œβ”€β”€ tailwind.config.js
        β”œβ”€β”€ tsconfig.json
        β”œβ”€β”€ types
        β”‚   β”œβ”€β”€ auth.ts
        β”‚   β”œβ”€β”€ cat.ts
        β”‚   β”œβ”€β”€ dailyLog.ts
        β”‚   β”œβ”€β”€ error.ts
        β”‚   β”œβ”€β”€ import-image.d.ts
        β”‚   β”œβ”€β”€ medicalLog.ts
        β”‚   └── rive-react-native.d.ts
        └── utils
            β”œβ”€β”€ calculateAge.ts
            β”œβ”€β”€ calculateNextDate.ts
            β”œβ”€β”€ fetchApi.ts
            └── storage.ts

πŸ”Ž ν”„λ‘œμ νŠΈ λ‹€μ΄μ–΄κ·Έλž¨

diagram


πŸš€ μ‹œμž‘ν•˜κΈ°

μ•± κ΅¬κΈ€μŠ€ν† μ–΄ 링크 이미지

Google Playμ—μ„œ 앱을 λ‹€μš΄λ‘œλ“œν•΄ μ‚¬μš©ν•΄ λ³΄μ„Έμš”.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors