Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.36 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.36 KB

Flog

Means Fwio's blog.

Introduction

A personal blog built with Vite & React, deployed with Github Pages.

Features

Acknowledgement

Dev Logs

Requirement

  • Responsive (Refer Responsive Design of Windi CSS, Mobile First)
  • Use Hooks to build React components
  • Automatically read .md files and generate routes ( markdown-it)

Todo

  • Learn and apply React Router.
  • Capsulate NavLink to HOC for scoped CSS.
  • Implement the Posts component
  • Design the Router architechture
  • Integrate MDX
  • Stylize the output HTML
  • Auto route generation via vite-plugin-pages
  • Component testing with Vitest
  • Static Web App Deployment, with Github Pages.