Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 804 Bytes

File metadata and controls

28 lines (19 loc) · 804 Bytes

Simple One Page Website

Last updated: 07/01/2022
Status: On Hold
Demo: https://phquang98.github.io/webdev-project002/

Tech

React + TS

Resources

Todo

  • finish the exercise
  • change css to styled-cpn
  • add some simple page to prevent ghost/404 page
    • learn more ytb exercises, replace those with the pages like services and products
    • signUp page === good opportunity for some practice with form
  • code refactor, some part of this website is not DRY
  • play around with React hooks in here

Notes

  • if want to use div as a button, read this first
  • use keyDown, keyPress deprecated