https://github.com/zlhshn/escaped-button
https://github.com/zlhshn/escaped-button
react-bootstrap react-forms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zlhshn/escaped-button
- Owner: zlhshn
- Created: 2023-12-07T22:19:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T22:23:34.000Z (over 2 years ago)
- Last Synced: 2025-10-04T06:54:23.730Z (8 months ago)
- Topics: react-bootstrap, react-forms
- Language: JavaScript
- Homepage: https://form-react-brown.vercel.app
- Size: 764 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Escaped Button 💨🙂
## Description
I created this project to learn how to use form elements with React.
Validation =>
✔ Filling in all fields,
✔ The email must be valid => contain @, have 2 or 3 digits after the @ sign,
✔ İmage must be a url.
* If the user navigates to the button without providing validation, preventing the user from clicking the button
* When the form is submitted, the information is displayed as a card structure at the bottom and the inputs in the form are emptied.
* Setting whether to display the password when the Show/Hidden button is clicked.
## Project Live Link
[Click](https://form-react-zlh.vercel.app/)
## How does my project look

## Technologies
* React
* React form
* React-Bootstrap