Closed Iz1cK closed 2 years ago
Code the functionality for the submit button
On the sign in page have it submit an http request to the backend to validate user details. On the sign up page submit an http request to the backend to register the user.
Look at the flexible-api to understand how the structure works
on submit - redirect to homepage
done, submitted a pull request.
Code the functionality for the submit button
On the sign in page have it submit an http request to the backend to validate user details. On the sign up page submit an http request to the backend to register the user.
Look at the flexible-api to understand how the structure works
on submit - redirect to homepage