Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 462 Bytes

Painter

그림판 애플리케이션

기능

  • 크기 조절
  • 그리기 및 채우기
  • 색 선택 및 두께 조절
  • 초기화 또는 그림 저장

사용 기술

  • Front-End : Vanila JavaScript
  • Back-End : 없음
  • Database : 없음
  • Deployed : Heroku

Start

  1. 레포지토리의 소스코드 pull
  2. npm i
  3. npm start
  4. localhost:8080에서 확인

Reference