vencewho
vencewho
KPCKevin Powell - Community
Created by vencewho on 4/26/2024 in #front-end
Login Page Improvements/Changes
You're right! But did I mess up or use the properties incorrectly in the css part?
4 replies
KPCKevin Powell - Community
Created by vencewho on 12/13/2023 in #back-end
Local Storage Usage In React Using Axios
Okay, thanks. That solves that my question.
9 replies
KPCKevin Powell - Community
Created by vencewho on 12/13/2023 in #back-end
Local Storage Usage In React Using Axios
Will it be accessible to all of my react components?
9 replies
KPCKevin Powell - Community
Created by vencewho on 12/13/2023 in #back-end
Local Storage Usage In React Using Axios
So far I'm not getting errors, but do you think I code it the right way? Like, is that how it works?
9 replies
KPCKevin Powell - Community
Created by vencewho on 12/12/2023 in #back-end
What's wrong with my code? Currently learning back-end & bumped into a problem.
Wow, it works now. Thank very much!
14 replies
KPCKevin Powell - Community
Created by vencewho on 12/12/2023 in #back-end
What's wrong with my code? Currently learning back-end & bumped into a problem.
But so far it there something wrong with my codes in server.js? I mean my query for login.
14 replies
KPCKevin Powell - Community
Created by vencewho on 12/12/2023 in #back-end
What's wrong with my code? Currently learning back-end & bumped into a problem.
Maybe I should try to exclude LoginValidation.js for a while to see if it's really the problem and you're right I should not restrict the characters.
14 replies
KPCKevin Powell - Community
Created by vencewho on 12/12/2023 in #back-end
What's wrong with my code? Currently learning back-end & bumped into a problem.
because the minimum password should be 8, what do you think?
14 replies
KPCKevin Powell - Community
Created by vencewho on 12/12/2023 in #back-end
What's wrong with my code? Currently learning back-end & bumped into a problem.
Wait, I think I know what's wrong. const password_pattern = /^(?=.[a-z])(?=.[A-Z])(?=.\d)(?=.[@$!%?&])[A-Za-z\d@$!%?&]{8,}$/; I think in this part
14 replies
KPCKevin Powell - Community
Created by vencewho on 12/12/2023 in #back-end
What's wrong with my code? Currently learning back-end & bumped into a problem.
Here's what LoginValidation.js looks like
14 replies
KPCKevin Powell - Community
Created by vencewho on 12/12/2023 in #back-end
What's wrong with my code? Currently learning back-end & bumped into a problem.
After logging my credentials I'm expecting to be directed to home page. The problem is when I typed my username and password it shows that the password didn't match in red text even it's already stored in my database.
14 replies