Skip to content

mminhou/VanillaBoard

Repository files navigation

Vanilla Board

Back-End

  • Server based on express
  • Using port 3000

API END POINT

url description type
/api/life life json GET
/api/rank rank json GET
/api/food food json GET
/api/travel travel json GET
/api/culture culture json GET
/detail/:category/:id scrap from origin source GET
$ cd backend

$ node server.js

Front-End

  • based on vanilla JS
  • webpack, babel 개발환경 settings

Function

  • 홈 / 라이프 / 푸드 / 여행 / 컬쳐 / 즐겨찾기 화면 구성
  • Router
  • Favorite
  • Image lazy loading
  • Infinity scroll
  • Simple cache
  • XHR loading -> fail....
$ npm install

$ npm start

Screen

🌟 Main page

main

🌟 Life, Food, Travel, Culture page

travel

🌟 Detail page

detail

🌟 Favorite page

favorite

About

Simple Board using post through 'zum' scraping

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published