This is a simple login form built with React. It includes form validation, user credential check via a mock API, and redirection upon successful login. The app uses Reactstrap for styling and Cypress for end-to-end testing.
- Form validation (email and password rules)
- Terms of service checkbox
- Redirection to
/successafter successful login - Error messages for invalid inputs
- E2E testing with Cypress
- React
- Reactstrap
- Axios
- React Router DOM
- Cypress (for testing)
- MockAPI (for fake user data)