nishiki-tech / nishiki-frontend

Nishiki is an app for tracking and sharing food inventories within groups for better pantry management.
https://nishiki.tech
MIT License
20 stars 5 forks source link

Feat: implement createGroup api client #183

Closed kanta1207 closed 7 months ago

kanta1207 commented 8 months ago

Overview

What I didn't in this PR

I will tackle on Implementation of CreateGroupForm component in next scope, using common Form component and react-hook-form. In this PR, I only focused on the API call.

Review points

Assignee Checklist:

Reviewer Checklist:

kanta1207 commented 7 months ago

@kanta1207 Thank you for the implementation! Please kindly check the comments I left.

@uskayyyyy Thank you for your review! I addressed the points you brought up. Please take a relook at them 🙏

kanta1207 commented 7 months ago

I thought this PR's scope is a little bit small, but it's good to go. Thanks!

@kotaaaa Yeah indeed maybe I tried to make it too small 😅 I'll just replace form with Form component quickly in next PR