Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 559 Bytes

Simple Front-end

The frontend project of a personal blog website whr.one with beautifully designed UI

Working in progress.

Framework Used

  • React.js
  • MUI
  • react-markdown
  • fontawesome

Functionality

User register and login

Admin portal

User favorites

Category and tag

Markdown support

Notes

when using http only cookies, need to configure SpringBoot to allow CORS, set react app address as origins axios should send request with credentials and sprong boot need accept that.

React.StrictMode will render components twice.