From 8fb18533f164c805908a86d144c659ff0b96e815 Mon Sep 17 00:00:00 2001 From: jindonyy Date: Sat, 30 Jul 2022 05:19:42 +0900 Subject: [PATCH] =?UTF-8?q?Docs:=20README=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a1e7b359..12d7f3c9e 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ ## ✨ Feature -- CRUD API를 사용하여 To do 카드를 추가, 삭제, 수정 구현 -- MVVM 아키텍처에 Controller를 추가하여 컴포넌트가의 의존성을 낮추려 시도 +- [CRUD API](https://github.com/jindonyy/todo-list/blob/dev-FE/front/static/resources/js/utils/fetch.js)를 사용하여 To do 카드를 추가, 삭제, 수정 구현 +- MVVM 아키텍처에 [Controller](https://github.com/jindonyy/todo-list/tree/dev-FE/front/static/resources/js/controllers)를 추가하여 컴포넌트가의 의존성을 낮추려 시도