About | Technologies | How to Contribute | Executing Project | License | Author
This Flutter app combines informative Onboarding with secure login, providing a smooth introduction and reliable authentication for users.
- Onboarding Presentation: The Onboarding page offers an introduction to the application and presents its main features.
- Navigation to Login Page: After completing Onboarding, users can access the login page via a button.
- Field Validation: The login page includes validation on the email and password fields to ensure that the data entered is correct. Validations include:
- Valid email format check.
- Password Requirements.
- Clear error messages to indicate problems with fields.
- Development with clean code
- Development with user friendly design
The project was developed using the following technologies and tools:
If you want to contribute to the project, you can follow these steps:
Fork this repository and clone it to your local machine using the code bellow.
https://github.com/Anderson-Andre-P/onboarding_and_signin
Create a new branch with a descriptive name for your contribution.
git checkout -b my-feature
Implement your modifications or additions.
Perform the necessary tests to ensure that your changes work properly.
Commit your changes and push them to your repository.
git commit -m "feat: My new feature"
Open a pull request against this repository, describing your changes and providing additional information if needed.
After your Pull Request is merged, can you delete your feature branch.
Before running 🏁, you need Git installed.
Follow the steps below to run the project on your computer. (using terminal or git bash)
# Cloning the repository
$ git clone git@github.com:Anderson-Andre-P/onboarding_and_signin.git
# Accessing THIS project directory
$ cd './onboarding_and_signin'
# Installing the dependencies
$ flutter pub get
# Run project
$ flutter run
If you have any questions or suggestions about the project, please feel free to contact us. You can find us at [provide contact information such as email address or link to a communication channel]. Thank you for your interest and support for the project!
This project is licensed under LICENSE. Be sure to read the license file for more details.