inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

인프런 워밍업 클럽 스터디 1기 FE 과제(4번, 5번, 6번 과제)

이슬
0

[4번 과제(Day5) - 책 리스트 나열 앱]

따라하며 배우는 자바스크립트 A-Z

학습 범위: Section 5 ~ 6

https://github.com/helloleesul/inflearn-warmup-club-study/tree/main/book-list-app

과제 이미지

image


[5번 과제(Day5) - Github Finder 앱]

따라하며 배우는 자바스크립트 A-Z

학습 범위: Section 5 ~ 6

https://github.com/helloleesul/inflearn-warmup-club-study/tree/main/github-finder-app

과제 이미지

image

import { Octokit } from "https://esm.sh/@octokit/core";
!username && alert("유저 이름을 입력해주세요."); // 변경 전
if (!username) return alert("유저 이름을 입력해주세요."); // 변경 후

[6번 과제(Day6) - 비밀번호 생성 앱]

따라하며 배우는 자바스크립트 A-Z

학습 범위: Section 7 ~ 8

https://github.com/helloleesul/inflearn-warmup-club-study/tree/main/password-generator-app

과제 이미지

image

웹 개발 인프런 워밍업클럽 FE 1기 과제

답변 0