yejipractice / Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OICD 공모전 - 회식모아(Dining-together) -Frontend

image

프로젝트 소개

경매방식과 위치정보를 활용한 회식장소 선정 및 입찰경매 시스템 개발

🛠️ Frontend 기술스택 🛠️

  • React Native
  • Expo cli

👇프로젝트의 자세한 설계과정을 보고싶다면 click 👇

image

디렉터리별 설명

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

Get started

# 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

About


Languages

Language:JavaScript 100.0%