This is a demo website for a sign-up form. It showcases a simple and responsive design that can be used as a starting point for any project.
- Simple and responsive design
- Validated form fields
- Error messages for what is still needed for the password to be valid
- Toast when the registration is submitted
- Validating the confirm password field with the password field
You can view a live demo of the website live here.
The website was built using the following technologies:
- HTML
- CSS
- JavaScript
The following third-party code was used in the project:
- Font Awesome for the loader icon
- Google Fonts for the font used in the loading text
- Joshwcomeau's CSS Reset for reseting browser's default styling
- Thomas Langnes's Beautiful Photograph
If you want to contribute to the project, you can follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/my-feature
) - Make your changes
- Commit your changes (
git commit -am 'Add my feature'
) - Push to the branch (
git push origin feature/my-feature
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details.