- Designed for all levels of expertise, including beginners.
- Ideal for app developers.
- Beneficial for participants familiar with mobile app development.
You're welcome to contribute using any web development framework.
- Please place your contributions in the appropriate directory.
- If you encounter any issues with an app, don't hesitate to create an issue.
-
Fork this repository: Click the "Fork" button to create your personal copy.
-
Star this repository: Show your support by clicking the star icon.
-
Create a new branch: Make a new branch with your name for your contribution.
git checkout -b your-branch-name
-
Add your folder: Inside the framework-specific folder, create a folder with your name.
-
Commit your code: Provide a clear and concise commit message.
git commit -m "Add your message here"
- Push your branch: Push your branch to your GitHub fork.
git push origin your-branch-name
- Make a pull request: Visit the original repository and create a pull request, explaining your contribution.