Blog background management
The project address of the blog front desk: github.com/zaleGZL/zal...
Preface
The blog background management is implemented based on React + Antd. Antd is indeed very suitable for the development of middle and back-end applications. There are a lot of components that can be used, a very React UI library.
If you think the project is good, please click on the "star" in the upper right corner to support, thank you very much! ~( )/~
Technology stack
- react
- ant-design: UI library based on React
- axios: asynchronous request
- react-router-dom: front-end routing
- redux: manage the entire application data
- redux-thunk: redux middleware, mostly used to process asynchronous actions
- styled-components: A kind of CSS in JS, which makes it possible to write native CSS in JS
Realized function
- [x] Blog addition, deletion, modification, and check
- [x] Additions and deletions of categories and labels
- [x] Write a blog
- [x] Change resume
TODO
- [] markdown online editor
- [ ] searching feature