webAhead1 / flexible

1 stars 3 forks source link

Sign in/up Submit Button Functionality #49

Closed Iz1cK closed 2 years ago

Iz1cK commented 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

abdallah0100 commented 2 years ago

done, submitted a pull request.