Skip to content

jackielin7789978/lets-bike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021 the F2E 挑戰賽 Week2 - Let's BIKE

網站連結

Introduction

使用 React 實作公共自行車站點資訊網,可使用地圖介面查看附近 YouBike 租借站點及相關資訊。資訊是串接交通部 TDX API 取得。

MOTC Transport API V2

Feature

  • 依據定位顯示附近的 Ubike 站
  • 依據地圖中心位置顯示附近的 Ubike 站
  • 點擊站點圖標查看單車站資訊 (可租還車數、地址、服務狀態等等)
  • 點擊「前往導航」開啟 Google Map
  • 搜尋車站
  • 搜尋單車路線

使用技術及第三方套件

如何執行

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.