I have developed a blog website using HTML, CSS, and React JS, where data fetching is handled through the Axios API. This website features filtering options, implemented using the useContext and useReducer hooks. Additionally, it allows users to create, delete, and edit blog posts.
View Source code here:
https://github.com/BeenishHanif/blogpulse-deploy.git
I have developed a blog website using HTML, CSS, and React JS, where data fetching is handled through the Axios API. This website features filtering options, i…