Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# TwoSpoon
# ✌🏻 TwoSpoon

hanspoon 페이지 개선을 목표로 하는 프로젝트입니다.

## 🛠 사용기술

<img src="https://img.shields.io/badge/React-20232a?style=for-the-badge&logo=React&logoColor=#5bccea"/> <img src="https://img.shields.io/badge/Typescript-3178C6?style=for-the-badge&logo=Typescript&logoColor=white"/> <img src="https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white"/> <img src="https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white"> <img src="https://img.shields.io/badge/firebase-%23039BE5.svg?style=for-the-badge&logo=firebase">

## 📅 기간

2022.03.07 ~ 2022.04.01

## 📝 프로젝트 진행과정 기록

[TwoSpoon - Wiki](https://github.com/TeamCooks/TwoSpoon/wiki)에서 확인할 수 있습니다.

## 📌 팀 컨벤션

[TwoSpoon - Convention](https://github.com/TeamCooks/TwoSpoon/wiki/%ED%8C%80-%EC%BB%A8%EB%B2%A4%EC%85%98)

## 🤼‍♀️ 팀 구성

| 이정민 | 이정훈 | 이한결 | 이효원 |
| :----------------------------------------------------------------------: | :--------------------------------------------------------------------: | :----------------------------------------------------------------------: | :------------------------------------------------------------------: |
| [@hustle-dev](https://github.com/hustle-dev) | [@jhyj0521](https://github.com/jhyj0521) | [@hanana1253](https://github.com/hanana1253) | [@hhhyyo](https://github.com/hhhyyo) |
| <img src="https://avatars.githubusercontent.com/hustle-dev" width="100"> | <img src="https://avatars.githubusercontent.com/jhyj0521" width="100"> | <img src="https://avatars.githubusercontent.com/hanana1253" width="100"> | <img src="https://avatars.githubusercontent.com/hhhyyo" width="100"> |
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "dx",
"version": "0.1.0",
"name": "twospoon",
"version": "0.0.1",
"private": true,
"description": "hanspoon 개선을 위한 TwoSpoon 프로젝트 입니다.",
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
Expand Down