website: https://austynyou.web.app
Today Diary allows users to CRUD their diary with New, Edit, Diary pages using Path Variable,
react-router-dom such as useParams.
Users can record what happened and how they felt the day to localStorage using Web
Storage APIs, JSON APIs.
Implemented features such as sorting diary items from newest to oldest and filtering them
according to emotion conditions using JS Array APIs.
Implemented custom date format and 12-hour clock format features using JS Date APIs so
that users can check when their diary was written.
Managed diary state globally using React Context, useReducer and Created reusable
components such as MyButton, MyHeader.
Optimized components using React.memo such as DiaryItem, EmotionItem which can render
image files.
Published:December 5, 2022