일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 비전공 개발자
- react
- 백엔드
- MAC
- jQuery
- javascript
- 개발자
- 프론트엔드
- Animation
- image
- hover
- 풀스택
- xcode
- 비전공자
- CSS
- html5
- iPhone
- IOS
- 애니메이션
- 자바스크립트
- ipad
- button
- effect
- SWIFT
- css3
- HTML
- iOS 개발자
- front-end
- keyframes
- php
- Today
- Total
목록front-end (11)
비전공자 개발일기
React, Vue 및 Svelte는 동적 사용자 인터페이스를 구축하는 데 사용되는 인기 있는 프런트 엔드 프레임워크입니다. [React] React의 장점에는 크고 활동적인 커뮤니티, 우수한 문서, 재사용성을 촉진하는 구성 요소 기반 아키텍처가 포함됩니다. 단점으로는 가파른 학습 곡선, 장황한 구문, 상태 및 라우팅을 관리하기 위한 추가 라이브러리의 필요성이 있습니다. [Vue] Vue의 장점에는 완만한 학습 곡선, 명확한 문서, 읽고 쓰기 쉬운 템플릿 기반 구문이 포함됩니다. 단점은 React보다 작은 커뮤니티와 구성 요소 기반 아키텍처의 유연성이 낮다는 것입니다. [Svelte] Svelte의 전문가는 빌드 시 코드를 컴파일하여 로드 시간을 단축하고 번들 크기를 더 작게 만들어 성능을 최적화하는 고..
https://www.toptal.com/developers/gitignore gitignore.io Create useful .gitignore files for your project www.toptal.com # Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods # Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods ### CocoaPods ### ## CocoaPods GitIgnore Template # CocoaPods - Only use to conserve bandwidth / Save time on..
CSS Tabs Product Options Shipping Published Sweep + Slide Dog Toy 1 The Sweep + Slide is an indoor dog toy with a sleek base designed to glide across any floor. Not only does this toy stimulate your dog's natural chase instincts, but it also sweeps away floor dust and grime with a replaceable sweeper bottom cover. Tab 2 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod te..
:root { --bar-color1: #1FE576; --bar-color2: #D7E5DE; --bar-width: 200px; --bar-height: 20px; --anim-duration: 3s; } body { background-color: #B0B0B0; display: flex; justify-content: center; align-items: center; } .progress-bar { position: relative; margin-top: 25%; width: var(--bar-width); height: var(--bar-height); border-radius: calc(var(--bar-height) / 2); overflow: hidden; background-color:..
Numbers API http://numbersapi.com/ Numbers API NumbersAPI An API for interesting facts about numbers Bring meaning to your metrics and stories to your dates An API for interesting facts about numbers Bring your metrics and dates to life Let your metrics tell tales with our API of number facts What tale numbersapi.com Get Fact Get Random Fact * { padding: 0; margin: 0; box-sizing: border-box; fon..
1234 5678 9012 3456 Tony Stark 10/19 06/21 :root { font-size: 24px; } body { background: #1488cc; /* fallback for old browsers */ background: linear-gradient(to left, #283593, #1976d2); height: 100vh; font-family: "Josefin Sans", sans-serif; } /* Background circles start */ .circle { position: absolute; border-radius: 50%; background: radial-gradient(#006db3, #29b6f6); } .circles { position: abs..
This is Typing effect .wrapper { height: 100vh; display: grid; place-items: center; } .typing-demo { width: 21ch; animation: typing 2s steps(22), blink .5s step-end infinite alternate; white-space: nowrap; overflow: hidden; border-right: 3px solid; font-family: monospace; font-size: 2em; } @keyframes typing { from { width: 0; } } @keyframes blink { 50% { border-color: transparent; } }
ROCKET Lorem ipsum dolor sit amet consectetur adipisicing elit. Design Lorem ipsum dolor sit amet consectetur adipisicing elit. Code Lorem ipsum dolor sit amet consectetur adipisicing elit. * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #f3f3f3; overflow: hidden; width: 1200px; margin: ..