Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 230508
- 230503
- ActionBar
- textContent
- 안드로이드
- putextra
- intent
- 인텐트
- 함수 인자
- 부가데이터
- C++
- 생명주기
- classList
- serializable
- string
- html
- null-safety
- 프래그먼트
- javascript
- DOMContentLoaded
- Adapter
- Flutter
- querySelector
- ViewPager
- 데이터 타입
- Class
- 230510
- parcelable
- fragment
- DFS
Archives
- Today
- Total
나만의 개발노트
[JS프로젝트] 1. 배경색상 랜덤하게 만들기 _ 230419(수) 본문
[필요한 개념]
- arrayshttps://itnote-for-me.tistory.com/14
- document.getElementById()
https://itnote-for-me.tistory.com/15 - document.querySelector()
https://itnote-for-me.tistory.com/16 - addEventListener()
https://itnote-for-me.tistory.com/17 - document.body.style.backgroundColor
- Math.floor()
- Math.random()
- array.length
[참고]
https://www.freecodecamp.org/news/javascript-projects-for-beginners/#how-to-create-a-color-flipper
프로젝트 참고
https://www.freecodecamp.org/news/javascript-projects-for-beginners/#how-to-create-a-review-carousel
40 JavaScript Projects for Beginners – Easy Ideas to Get Started Coding JS
The best way to learn a new programming language is to build projects. I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript. My advice for tutorials would be to watch the video, build the project, bre
www.freecodecamp.org
'[실습] > [실습] 프론트엔드' 카테고리의 다른 글
[JS프로젝트] 7. QnA 게시판 만들기 (0) | 2023.05.17 |
---|---|
[JS프로젝트] 5. Sidebar 만들기 (0) | 2023.05.15 |
[JS프로젝트] 4. Navbar 만들기 (0) | 2023.05.12 |
[JS프로젝트] 2. 버튼으로 숫자 카운트 (0) | 2023.05.03 |