경매방식과 위치정보를 활용한 회식장소 선정 및 입찰경매 시스템 개발
- React Native
- Expo cli
FrontEnd
├── src
│ ├── components # components source
│ ├── contexts # context api
│ ├── navigateions # @react-navigation
│ ├── utils
│ └── screens # ui screens
│ ├── Account # Login, Sign up ...
│ ├── Mypage # Mypage
│ ├── StoreList # Store tab, map
│ └── auction.js etc # Auction, Bid, Search
# Douwnload Code
git clone https://github.com/Dining-together/Frontend.git
# 디렉터리 이동
cd Frontend
# Install Expo
npm install -g expo-cli
# Install dependencies
npm install
# Start the App
# - The Expo CLI will provide options to open in [web, android or iOS]
npm start