HTML Canvas Practice Recently I learned how to use html canvas tag. After reading a bit of MDN, I built a simple position detect page. User can draw a line by clicking and when user click the start point, the line turns into red line and user no longer can draw line until user click the reset...
9.22.2020
9.17.2020
Toy project with React + TypeScript + Firebase - LinkBook
Written by swimmingkiim
on 9월 17, 2020
in 리액트, 웹 프로그래밍, 타입스크립트, Firebase, linkbook, React, toy project, typescript
with
댓글 없음
LinkBook Archive web links that you want to keepTry it yourself :DUser Experience User can login or sign up with email and password.User can login via Google or Github account.User can create, read, update, delete links.User can assign title and related tags(keywords) when creating or updating...
9.11.2020
How to start your React Native project
Written by swimmingkiim
on 9월 11, 2020
in 리액트, 리액트 네이티브, expo, how to, React, React Native, start
with
댓글 1개
What is React Native? React Native is an open-source mobile application framework created by Facebook, Inc. It is used to develop applications for Android, IOS, Web and UWP by enabling developers to use React along with native platform capabilities.
- wikipedia First, you need these on your...
9.10.2020
TypeScript 기본 개념 정리
Written by swimmingkiim
on 9월 10, 2020
in 웹 프로그래밍, JavaScript, programming, typescript, web
with
댓글 없음
아래 정리는 노마드코더의 TypeScript 강의를 듣고 복습으로 작성한 것입니다.TypeScript란 TypeScript는 JavaScript를 기초로 해서 만들어졌다.말랑한 언어인 JavaScript에 엄격하게 타입을 구분해서 사용하는 것이 TypeScript이다.TypeScript는 컴파일 되어서 JavaScript로 사용된다.사소한 실수를 하더라도 TypeScript는 컴파일 과정에서 걸러지기 때문에 버그를 줄일 수 있다.설치 npm install typescript --save-dev (개별 프로젝트에 설치시)npm install...
I made a new portfolio website with React
Written by swimmingkiim
on 9월 10, 2020
in 웹 프로그래밍, personal, portfolio, programming, React, web
with
댓글 없음
I made new portfolio website About a while ago, I built a personal portfolio website. I already had one, but it was just not look nice to me. SO, I decided to build another one. Again, I kept carried on with the concept of "Swimming Pool". But this time I worked differently. First, I built chunks of...