lsubak / PortfolioSite

The source code for my personal portfolio site.
https://lsubakportfolio.com/
0 stars 0 forks source link

Add real-time email validation - with React? #2

Open lsubak opened 4 years ago

rahul-s-bhatt commented 3 years ago

Hey, could you assign this to me? I can help you with the email validation using React.

lsubak commented 3 years ago

Ah hello! I apologize, but this is really a personal repository meant to showcase my own skills, or try my own stuff out. It's public mostly for ease of sharing, and I'm not looking for other contributors. Thank you for your interest though!

There's plenty of other open source repos that I'm sure would love your help. :)

lsubak commented 3 years ago

Added basic React rewrite of the form on the react-contact-form-rewrite branch.

Still needs the actual form validation moved over to the React component. Also need to make sure to update to use the "production" style of adding React to the project, and not the simple "try it out" style of just adding the script references.