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.
You can try out the application by visiting this link.
- React
- CSS
To get started, follow these instructions:
- Clone the repository to your local machine.
- Run
npm install
to install the dependencies. - Run
npm start
to start the application. - Visit http://localhost:3000 in your web browser.
Contributions are welcome! To contribute, follow these steps:
- Fork this repository.
- Create a new branch:
git checkout -b my-new-feature
. - Make changes and commit them:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
- Lama Dev (a YouTube channel that inspired this project: video link)
- React Documentation