micheaol / Portfolio-project

The purpose of this project is to build a portfolio web app to showcase some if not all of the projects and my skills as a web developer. Built with Javascript, CSS, and HTML.
MIT License
2 stars 0 forks source link

Portfolio-project #3

Closed micheaol closed 3 years ago

micheaol commented 3 years ago

In this pull request I added the following:

  1. Add a contact form to your portfolio with my coding partner.
  2. Added name field that accepts up to 30 chars.
  3. Email field accepts only emails.
  4. Message field accepts up to 500 chars.
  5. All fields have placeholder text.
  6. All fields have the correct type.
  7. A user cannot submit the form if one or more of the fields is empty.
  8. Data collection by using the Formspree service.
  9. use Flexbox
  10. Implement the button interactions (enable, hover, etc.).