You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/7-bank-project/translations/README.ko.md

1.2 KiB

💵 은행 만들기

이 프로젝트에서는, 가상의 은행을 만드는 방법을 배웁니다. 이 강의에는 웹 앱을 레이아웃과 라우트를 제공하고, 폼을 작성하며 상태를 관리하고, 은행 데이터 API에서 데이터를 가져오는 방법에 대한 지침이 포함되어 있습니다.

Screen1 Screen2

강의

  1. 웹 앱에서 HTML 템플릿과 라우트
  2. 로그인과 가입 폼 제작
  3. 데이터를 가져오고 사용하는 방식
  4. 상태 관리의 개념

크레딧

These lessons were written with ♥️ by Yohan Lasorsa.

If you're interested to learn how to build the server API used in these lessons, you can follow this series of videos (in particular videos 17 through 21).

You can also take a look at this interactive Learn tutorial.