PROJECT ISSUE TICKET
Unexpected Behavior
I'm having trouble trying to create a post request to one of my air-table categories, which is a rating.
Expected Behavior
I want to be able to click on that thumbs up and have it increment and decrement on the thumbs down.
Reproduce the Error
no getting any error just having and issue connecting the components I made.
## Documentation
n/a but I can push up my latest code. I've only made commits on functional code so far.
```md
n/a
Attempted Resolution
I've been looking at tutorials for making both a button and a like counter.
1. https://www.youtube.com/watch?v=xVeE737QPy4&t=552s
2.https://www.geeksforgeeks.org/how-to-create-a-responsive-like-button-in-reactjs/
PROJECT ISSUE TICKET
Unexpected Behavior
I'm having trouble trying to create a post request to one of my air-table categories, which is a rating.
Expected Behavior
I want to be able to click on that thumbs up and have it increment and decrement on the thumbs down.
Reproduce the Error
no getting any error just having and issue connecting the components I made.
Attempted Resolution
I've been looking at tutorials for making both a button and a like counter.