AI prompts
base on OpSo is a Flutter app that provides comprehensive information about various open-source programs <div align="center">
<h1>OpSo - Open Source Programs App</h1>
</div>
OpSo is a Flutter app that provides comprehensive information about various open-source programs, including Google Summer of Code, Summer of Bitcoin, Linux Foundation, and more. It allows users to explore different open-source opportunities, learn about their eligibility criteria, and access important resources.
<table align="center">
<thead align="center">
<tr border: 2px;>
<td><b>🌟 Stars</b></td>
<td><b>🍴 Forks</b></td>
<td><b>🐛 Issues</b></td>
<td><b>🔔 Open PRs</b></td>
<td><b>🔕 Close PRs</b></td>
</tr>
</thead>
<tbody>
<tr>
<td><img alt="Stars" src="https://img.shields.io/github/stars/andoriyaprashant/OpSo?style=flat&logo=github"/></td>
<td><img alt="Forks" src="https://img.shields.io/github/forks/andoriyaprashant/OpSo?style=flat&logo=github"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/andoriyaprashant/OpSo?style=flat&logo=github"/></td>
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/andoriyaprashant/OpSo?style=flat&logo=github"/></td>
<td><img alt="Close Pull Requests" src="https://img.shields.io/github/issues-pr-closed/andoriyaprashant/OpSo?style=flat&color=green&logo=github"/></td>
</tr>
</tbody>
</table>
<div align="center">
<img src="https://github.com/user-attachments/assets/3356c768-fd24-4e10-a59c-6b6d4a0229d8" alt="Screenshot 1" width="300"/>
<img src="https://github.com/user-attachments/assets/02c3ce48-6d42-4108-8860-297b842687cf" alt="Screenshot 2" width="300"/>
<img src="https://github.com/user-attachments/assets/4089939f-b4b6-4926-bcfc-5640bc72a60e" alt="Screenshot 3" width="300"/>
<img src="https://github.com/user-attachments/assets/a703a897-4bde-4e2a-b92d-6adf55662a41" alt="Screenshot 4" width="300"/>
<img src="https://github.com/user-attachments/assets/0e6ede93-f0b6-485b-892d-c1227230216c" alt="Screenshot 5" width="300"/>
<img src="https://github.com/user-attachments/assets/0dddf5b0-8c32-4df2-8f10-07a74ec1caff" alt="Screenshot 6" width="300"/>
<img src="https://github.com/user-attachments/assets/202dcbf0-66de-4678-934e-919bf0805fa0" alt="Screenshot 7" width="300"/>
<img src="https://github.com/user-attachments/assets/e6882f24-596d-4da5-b1f3-4cceb28337f6" alt="Screenshot 8" width="300"/>
<img src="https://github.com/user-attachments/assets/0aa57bd2-6f60-414f-a93f-2a3a17f9db77" alt="Screenshot 9" width="300"/>
<img src="https://github.com/user-attachments/assets/613cb443-0b65-4ba1-bf49-1b29b1401431" alt="Screenshot 10" width="300"/>
<img src="https://github.com/user-attachments/assets/a0484dd7-169c-4c88-812b-afc30577d6e2" alt="Screenshot 11" width="300"/>
<img src="https://github.com/user-attachments/assets/7a82f4de-d0b7-4aec-8e7e-43ac4af26e78" alt="Screenshot 12" width="300"/>
<img src="https://github.com/user-attachments/assets/ed6f5bdc-d97c-4c7c-915b-4fb2c5517595" alt="Screenshot 13" width="300"/>
<img src="https://github.com/user-attachments/assets/1c2b1c05-12ae-4e4e-8028-3d4da1e4d003" alt="Screenshot 14" width="300"/>
<img src="https://github.com/user-attachments/assets/7c154317-3fef-4c6c-a897-43b10206f960" alt="Screenshot 15" width="300"/>
</div>
<!-- License -->
<div>
<h2><img src = "https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Page%20with%20Curl.png" width="35" height="35"> License</h2>
</div>
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
This project is licensed under the [MIT License](./LICENSE).
## Contributing to OpSo
Thank you for considering contributing to OpSo! We welcome contributions from the community to help improve the app and add new features. Below are some guidelines for contributing:
### Bug Reports and Feature Requests
If you encounter any bugs or have ideas for new features, please [open an issue](https://github.com/yourusername/OpSo/issues) on GitHub. Make sure to provide detailed information about the issue or feature request, including steps to reproduce the bug if applicable.
### Code Contributions
We appreciate any code contributions that enhance the functionality or improve the user experience of OpSo. To contribute code, follow these steps:
1. Fork the repository to your GitHub account.
2. Clone your forked repository to your local machine.
3. Create a new branch for your feature or bug fix: `git checkout -b feature-name`.
4. Make your changes and ensure that the code follows the [Flutter style guide](https://flutter.dev/docs/development/tools/formatting).
5. Test your changes locally to ensure they work as expected.
6. Commit your changes with descriptive commit messages: `git commit -m "Add feature XYZ"`.
7. Push your changes to your forked repository: `git push origin feature-name`.
8. Create a pull request against the `main` branch of the original repository.
## Getting Started
To run the OpSo app locally, you need to have Flutter and Dart installed on your machine. Follow these steps:
1. Clone this repository:
```bash
git clone https://github.com/andoriyaprashant/OpSo.git
```
2. Navigate to the project's root directory:
```bash
cd OpSo
```
3. Install dependencies:
```bash
flutter pub get
```
4. Check for Flutter setup and connected devices:
```bash
flutter doctor
```
5. Run the app:
```bash
flutter run
```
<hr>
### Adding New Open Source Programs
If you would like to add information about a new open-source program to OpSo, you can contribute by:
1. Gathering comprehensive information about the program, including its objectives, eligibility criteria, application process, and important dates.
2. Creating a new screen in the app to display information about the program.
3. Adding the program to the list of options in the home screen with relevant details.
4. Testing the new feature to ensure it works correctly.
### Improving Documentation
Good documentation is essential for the success of any open-source project. If you notice any areas where the documentation can be improved, feel free to make updates or additions.
<hr>
<!-- Open Source Programs -->
<div>
<h2><img src="https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/blob/master/Emojis/Hand%20gestures/Flexed%20Biceps.png?raw=true" width="35" height="35" > Open Source Programs</h2>
</div>
<table border="1" cellpadding="10">
<tr>
<td rowspan="2">
<img src="https://github.com/Meetjain1/wanderlust/assets/133582566/21b2bc42-bdd5-487a-a083-1b262c2f6d9b" alt="GSSOC Logo" width="100" height="55">
</td>
<td>
<strong>GSSOC 2024</strong>
</td>
</tr>
<tr>
<td>
This project is part of GirlScript Summer of Code. We enthusiastically welcome community contributions to enhance OpSo.
</td>
</tr>
</table>
<hr>
<!-- Code of conduct -->
<div>
<h2><img src = "https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Hand%20gestures/Handshake.png" width="35" height="35"> Code of Conduct</h2>
</div>
Please note that by contributing to OpSo, you agree to abide by the [code of conduct](Code_of_Conduct.md). We expect all contributors to uphold the principles of respect, inclusivity, and collaboration.
<hr>
", Assign "at most 3 tags" to the expected json: {"id":"10110","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"