프론트엔드 개발(3)
-
프론트엔드 개발자가 ui 템플릿 활용한 개발의 대한 특징과 고려사항 + 개인적인 생각
이번 포스팅에서는 개발 비용을 줄이기 위해 프론트엔드 개발 시 UI 퍼블리싱 시간을 줄이기 위해 사용되는 템플릿 활용의 대해 다뤄보겠습니다. 대표적으로 아래와 같이 템플릿이 잘 되어 있습니다. ==> 템플릿 사이트 중 하나 : creative-tim https://demos.creative-tim.com/material-dashboard-pro-material-ui-v4/?_ga=2.260116749.1875566178.1709123070-703334713.1709123070#/admin/dashboard Material Dashboard 2 PRO React by Creative Timwww.creative-tim.com 1. 템플릿 특징- 단돈 몇푼으로 구매하여 본인이 원하는 템플릿을 사용 할 수 있..
2024.02.28 -
[13] 음식점 포스 프로그램 - 프론트엔드 API 연동(2), 계좌 입출금, 음식 구매 연동 (로그 파일 삽입 포함)
지난 시간에는 고객 정보와 로그 관련 API를 연동 작업을 진행 하였습니다. 또한 React-Query와 Recoil 사용 하는 방법에 대해서도 알아가 보았는데, 이번 시간에는 마저 못한 부분 중 하나인 음식 정보 및 계좌 정보를 Front-End 개발자에게 넘겨줄 각각 인터페이스 개발을 이어서 진행 해보겠습니다. github: https://github.com/BerkleyLim/foodstor_pos GitHub - BerkleyLim/foodstor_pos: This is the program on foot store pos machine. This is the program on foot store pos machine. . Contribute to BerkleyLim/foodstor_pos de..
2023.10.29 -
[3] 음식점 포스 프로그램 - 화면단 개발(1) - 고객 정보 입력 개발 및 서비스 개발
지난 시간에 이어서 프론트엔드 셋팅 및 백엔드 셋팅까지 진행해 보았습니다. 이번시간에는 화면단 설계에 들어가보도록 하겠습니다. Github : https://github.com/BerkleyLim/foodstor_pos GitHub - BerkleyLim/foodstor_pos: This is the program on foot store pos machine. This is the program on foot store pos machine. . Contribute to BerkleyLim/foodstor_pos development by creating an account on GitHub. github.com 개발 하기 앞써 먼저 요구 사항을 확인 하도록 하겠습니다. 1. 요구사항 개요 - 고객사께..
2023.09.23