Thank you to anyone who reads and replies to this. I do not know what I'm doing wrong by this point.
I've been trying to connect the React.js frontend to my ASP.NET Core backend. I've tried both Fetch and Axios and I've been getting the same error each time, however it doesn't make sense to me...
Thank you for reading. I'm trying to figure out how to make each letter of the placeholder username and password text either shake or animate in a wavy motion, however if you type in words the placeholder would disappear and stop animating as typical. I was using Framer Motion & React: Wavy...
I have a table (named Products) in the database (named MyData) that have the following columns:
My goal is to write a web page using ASP.NET Core that shows the table above and by selecting the desired product, assigning other parameters, such as length, width, information, ..., and can save...
Hello, I have the following problem:
"Create an app that filter rooms and pick the ones that fit the required number of participants.
As a result, the app should return the list of available slots for each of the rooms.
Constraints: a slot start at every 15th ( 0, 15, 30, 45).
Example: room...