This project is part of the fullstack course at MIT. It's a simple React application demonstrating a basic login form with validation using the Formik library. The form includes an email field, a password field, and a submit button. It checks for empty fields and validates the email format.
- Email and password field validations.
- Display of error messages for invalid inputs.
- Alert message upon successful form submission.
- React
- Formik (for form handling and validation)
- Clone the repository:
git clone [repository-link]
cd [project-directory]
npm install
npm start
Usage The application will be running on localhost:3000 by default. You can interact with the login form by entering an email and password. The form will validate the input and show error messages if the input is invalid.
Contributing This project is part of an educational course and is not open for contribution. However, feedback and suggestions are always welcome.
License MIT