Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio authored Nov 14, 2024
1 parent 27b01d7 commit 775b1eb
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# 🌱 앱센터 베이직 To-Do List

이 곳은 **앱센터**에서 진행하는 **베이직 To-Do List 실습** 저장소입니다.

---

## 🌿 프로젝트 소개

**To-Do List 애플리케이션**은 사용자가 할 일 목록을 추가, 수정, 삭제할 수 있는 간단한 웹 애플리케이션입니다. 이 실습을 통해 기본적인 **프론트엔드****백엔드** 개발 기술을 익히고, 웹 애플리케이션의 **CRUD** 기능을 구현하는 방법을 살펴봅니다. 각 파트의 파트장이 라이브 코딩을 통해 구현 과정을 설명하여, 베이직 파트원들이 이해할 수 있도록 스터디를 진행합니다.



## 🔔 주요 기능

- **할 일 목록 추가** : 사용자가 새로운 할 일을 추가할 수 있습니다.
- **할 일 목록 조회** : 사용자가 추가한 할 일 목록을 조회할 수 있습니다.
- **할 일 목록 수정** : 사용자가 할 일의 내용을 수정할 수 있습니다.
- **할 일 목록 삭제** : 사용자가 완료한 할 일을 삭제할 수 있습니다.

## 🔨 사용 기술

- **Frontend**:
- React (Web part)
- Jetpack Compose (Android part)


- **Backend**:
- Spring Boot (Server part)
- MySQL


- **기타**:
- Git / GitHub : 버전 관리
- REST API : Swagger

---
## 🎓 기획자
<a href="https://github.com/82everywin" style="margin-right: 20px;">
<img src="https://avatars.githubusercontent.com/u/109841880?v=4" width="100">
</a>


## 🔧 개발자
<p>
<a href="https://github.com/jiyunio" style="margin-right: 20px;">
<img src="https://avatars.githubusercontent.com/u/146628970?v=4" width="100">
</a>

<a href="https://github.com/2mingyu" style="margin-right: 20px;">
<img src="https://avatars.githubusercontent.com/u/76238096?v=4" width="100">
</a>

<a href="https://github.com/ACH1002" style="margin-right: 20px;">
<img src="https://avatars.githubusercontent.com/u/103422938?v=4" width="100">
</a>
</p>

<i>🔥 **helper ~~(브랜치 이슈 해결)~~**</i>
<p></p>
<a href="https://github.com/squidjiny">
<img src="https://avatars.githubusercontent.com/u/92552047?v=4" width="60">
</a>

0 comments on commit 775b1eb

Please sign in to comment.