App Development
<사용법>
git clone 이후 이 레포 자체를 안드로이드 스튜디오로 여는 게 아니라
레포 안에 있는 book_pet 폴더를 안드로이드 스튜디오로 오픈 하셔야 실행이 합니다.
<페이지 가이드>
genreChoice.dart == '취향선택'; (안상준)
home.dart == '홈페이지';
bookList.dart == '책목록';
bookInfo.dart == '책정보';
myPage.dart == '마이페이지';
search.dart == '검색';
menu.dart == '메뉴';
calendar.dart == '캘린더';
myLibrary.dart == '나의 서재';
bookReport.dart == '독후감';
bookReportList.dart == '후기 게시판';
bookMeetingList.dart == '독서 모임 목록';
bookMeetingInfo.dart == '독서 모임 정보';(송수민)
createBookMeeting.dart == '독서 모임 생성';
login.dart == '로그인 화면' == 이정윤