General JavaScript Assistance Needed
Budget: $10 – $30 CAD
I'm in need of JavaScript help, but I've skipped the specific questions pertaining to what I exactly need in terms of assistance, JavaScript frameworks or libraries, and the main purpose of the project. This could mean I need help on multiple fronts. So, I'm seeking an experienced JavaScript developer with broad expertise including but not limited to:
- Debugging
- Code optimization
- Designing interactive web elements
- Working with commonly used frameworks such as React, Angular, and Vue.js
- Creating dynamic web pages
- Building web applications
- Enhancing user interactions
Your bid should reflect your ability to handle a wide array of tasks and complexities. As we move forward, I will provide more detailed information about the specific tasks at hand.
Here is the task:
I have a website (online store mock up) almost done (on my local computer). But few issues I still have with the Contact Us form (email validation. With the header container (the hamburger and logo image touch each other).
Rules for the form:
1. All fields must be filled in (validation works)
2. autofill (doesn't work)
3. phone number in 10 digit format (check works)
4. The email input must follow the rules of RegEx for email validation and must be matched with the second email entered (does not work)
5. email again. But email passes without problems in the format sad@df and tyr@df, which is wrong
6. Enter your date of birth. The user must be 18+ (working) 7. Comments: at least 3 characters.
8. Check the box that you agree with our rules, Terms, etc. (works)
If you have time, you can also check:
Move the hamburger to the left, and move the logo to the right. They are in a container and I can't figure them out. Somewhere other rules prevent this from being done.
Go through the code files and straighten them, and correct duplicates if there are any. Maybe there are tips for minor changes in the design. The website had to display well on all platforms. (It seems to work)
In general, the most important thing is to understand the form
- Debugging
- Code optimization
- Designing interactive web elements
- Working with commonly used frameworks such as React, Angular, and Vue.js
- Creating dynamic web pages
- Building web applications
- Enhancing user interactions
Your bid should reflect your ability to handle a wide array of tasks and complexities. As we move forward, I will provide more detailed information about the specific tasks at hand.
Here is the task:
I have a website (online store mock up) almost done (on my local computer). But few issues I still have with the Contact Us form (email validation. With the header container (the hamburger and logo image touch each other).
Rules for the form:
1. All fields must be filled in (validation works)
2. autofill (doesn't work)
3. phone number in 10 digit format (check works)
4. The email input must follow the rules of RegEx for email validation and must be matched with the second email entered (does not work)
5. email again. But email passes without problems in the format sad@df and tyr@df, which is wrong
6. Enter your date of birth. The user must be 18+ (working) 7. Comments: at least 3 characters.
8. Check the box that you agree with our rules, Terms, etc. (works)
If you have time, you can also check:
Move the hamburger to the left, and move the logo to the right. They are in a container and I can't figure them out. Somewhere other rules prevent this from being done.
Go through the code files and straighten them, and correct duplicates if there are any. Maybe there are tips for minor changes in the design. The website had to display well on all platforms. (It seems to work)
In general, the most important thing is to understand the form