https://github.com/codestates-seb/seb39_main_052
This app allows users to to create and share recipes, get recipe recommendations based on ingredients, and organise their fridge.
https://github.com/codestates-seb/seb39_main_052
Last synced: 11 months ago
JSON representation
This app allows users to to create and share recipes, get recipe recommendations based on ingredients, and organise their fridge.
- Host: GitHub
- URL: https://github.com/codestates-seb/seb39_main_052
- Owner: codestates-seb
- Created: 2022-09-06T16:33:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T13:31:29.000Z (over 3 years ago)
- Last Synced: 2025-04-13T01:41:22.321Z (about 1 year ago)
- Language: Java
- Homepage: https://www.seb39myfridge.ml/
- Size: 8.74 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 자취생 냉장고

## 프로젝트 소개
자취생에게 초점을 맞춘 요리앱 자취생 냉장고는 사용자가 가지고 있는 재료를 개인 냉장고에 등록하여 모바일로 관리하고, 그 재료를 통해 어떤 음식을 만들 수 있는지 알려주는 애플리케이션입니다.


## 개발기간
2022년 9월 7일 ~ 2022년 10월 12일
### 배포주소
[https://www.seb39myfridge.ml/](https://www.seb39myfridge.ml/)
## 팀원
| 강성진 (BE) | 김용주 (BE) | 박수진 (FE) | 조하나 (FE) |
| --- | --- | --- | --- |
|  |  | |  |
## 기능
- 나만의 레시피를 작성하고 다른 유저의 레시피에 좋아요와 댓글을 남길 수 있습니다.
- 레시피 제목과 재료 태그로 원하는 레시피를 검색 할 수 있습니다
- 내 냉장고에 있는 재료를 기록하고 해당 재료의 유통기한을 관리 할 수 있습니다.
## 기술스택

## Git Commit Convention
| 태그이름 | 설명 |
| --- | --- |
| feat | 새로운 기능 추가, 기존의 기능을 요구 사항에 맞추어 수정 |
| fix | 기능에 대한 버그 수정 |
| design | 사용자 UI 디자인 변경 (CSS 등) |
| test | 테스트 코드 추가/수정 |
| chore | 오타 수정, 패키지 매니저 수정, 그 외 기타 수정 |
## Project Wiki
[https://github.com/codestates-seb/seb39_main_052/wiki](https://github.com/codestates-seb/seb39_main_052/wiki)