Skip to content

Zhu-VISH/introduce-yourself-app

 
 

Repository files navigation

Introduce Yourself App

Introduce Yourself is an application to tell a little about yourself. Ask to get an issue assigned.

How to contribute to this project

  • Make sure to read the contributing guidelines before contributing.
  • Fork this repository.
  • Clone your fork on local machine.
  • Switch to the main branch.
  • Make a new branch, preferably with the feature/issue name.
  • Checkout to the new branch with git checkout <new_branch_name>
  • Do the desired changes and commit them with git commit -m '<a nice commit message here>'.
  • Push the change to your fork on GitHub with git push origin <your_branch_name>
  • Make a Pull Request to the main branch in the original repository, i.e. this one.

Note: Make sure you are always up to date with sync and pull upstream. Sync and pull before you start and before you push your work.

Setup

$ Clone the project.
$ Open it on Android Studio, or Visual Studio Code or any other IDE that supports the technologies used.
$ Run the following command on the terminal:- "flutter pub get".
$ Select the device where you want to run this project.
$ Run the project.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 84.8%
  • HTML 11.7%
  • Swift 2.5%
  • Other 1.0%