An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 자취생 냉장고

image

## 프로젝트 소개

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

![main-after-fridge](https://user-images.githubusercontent.com/92300124/195007555-9fd3d514-ab2a-4696-b7d0-00d8571f1a70.gif)
![search-title-ingredient](https://user-images.githubusercontent.com/92300124/195007568-ddcb588f-cc75-4995-86e2-44d07c963a61.gif)

## 개발기간

2022년 9월 7일 ~ 2022년 10월 12일

### 배포주소

[https://www.seb39myfridge.ml/](https://www.seb39myfridge.ml/)

## 팀원

| 강성진 (BE) | 김용주 (BE) | 박수진 (FE) | 조하나 (FE) |
| --- | --- | --- | --- |
| ![ced4d4e2a8451e629881c3c85af889f9-sticker](https://user-images.githubusercontent.com/92300124/195006962-2aaaebce-96a7-4ce2-92e4-820d93f3371e.png) | ![a8ab908130be9676fe49bcbbb9ee2359-sticker](https://user-images.githubusercontent.com/92300124/195006988-76a838db-2619-49ea-80fa-fa58b25f783f.png) | ![e4c959150218423d688e1d99226efee0-sticker](https://user-images.githubusercontent.com/92300124/195006987-028db0f9-aab0-48d1-a7a4-1514e54a4917.png)| ![c669bf29052634654f6db18d59c87f19-sticker](https://user-images.githubusercontent.com/92300124/195006977-5b9a4567-43ac-4e1e-9a07-6a1657ce3854.png) |

## 기능

- 나만의 레시피를 작성하고 다른 유저의 레시피에 좋아요와 댓글을 남길 수 있습니다.
- 레시피 제목과 재료 태그로 원하는 레시피를 검색 할 수 있습니다
- 내 냉장고에 있는 재료를 기록하고 해당 재료의 유통기한을 관리 할 수 있습니다.

## 기술스택

![Screenshot_2022-10-11_at_2 29 10_PM](https://user-images.githubusercontent.com/92300124/195007746-48f411f4-9182-46e0-8767-35ecc655d253.png)

## 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)