Mann23 / 27-Programming-Club-FrontEnd

Website for Programming Club of DAIICT
0 stars 2 forks source link

Create,Delete,View Blog #1

Closed Mann23 closed 3 years ago

Mann23 commented 3 years ago

Implement feature to Create,Delete or View Blogs

ghost commented 3 years ago

Structure of the blog functionality has been done in the commit https://github.com/Mann23/27-Programming-Club-FrontEnd/commit/4db219d170ac51153bec1d4a3544ba4f238e6b47.

ghost commented 3 years ago

Directory structure has been changed for better development workflow management in the commit https://github.com/Mann23/27-Programming-Club-FrontEnd/commit/14f87feac4e6fbfb92ccd50c21b050c5ace4f30f

ghost commented 3 years ago

Added demo data for further development in the commit https://github.com/Mann23/27-Programming-Club-FrontEnd/commit/ea34a94b359cacbc86fd45ae1a8f12b43d0bc337

ghost commented 3 years ago

I have converted some of the class components into functional components in order take the advantage of hooks, implemented the useState and useEffect hooks, created endpoints for fetching data from apis using axios, also made some ui changes in blog-card and view-blog component.

Mann23 commented 3 years ago

Good. Generate your pull request on deploy .So that i will merge the code with deployAndChange branch. I will merge and route the components there.

ghost commented 3 years ago

Okay 👍