Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 2.67 KB

README.md

File metadata and controls

44 lines (25 loc) · 2.67 KB

React Form Validation

This is a simple React application that demonstrates form validation using regular expressions. It allows users to register by entering their username, email, birthday, password, and confirmation password. The application validates the form inputs and displays error messages when the inputs do not meet the specified criteria.

Demo

You can try out the application by visiting this link.

Technologies Used

  • React
  • CSS

Getting Started

To get started, follow these instructions:

  1. Clone the repository to your local machine.
  2. Run npm install to install the dependencies.
  3. Run npm start to start the application.
  4. Visit http://localhost:3000 in your web browser.

Contributing

Contributions are welcome! To contribute, follow these steps:

  1. Fork this repository.
  2. Create a new branch: git checkout -b my-new-feature.
  3. Make changes and commit them: git commit -am 'Add some feature'.
  4. Push to the branch: git push origin my-new-feature.
  5. Submit a pull request.

Acknowledgments

  • Lama Dev (a YouTube channel that inspired this project: video link)
  • React Documentation

Final Look

Screenshot of My Project