Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smaranjitghose/girlscript_app
A boilerplate for any technical community to pick up and use for their own without any hastle This app is a center to various events ranging from portraying the member’s achievements to announcing the upcoming opportunities. Additionally, this app developed by the community, and for the community, will add elegance. Plus, being as an open source project, this will be a golden opportunity for beginners to learn and contribute to it just like a cherry on the cake.
https://github.com/smaranjitghose/girlscript_app
dart firebase flutter gssoc20 hacktoberfest opensource
Last synced: about 1 month ago
JSON representation
A boilerplate for any technical community to pick up and use for their own without any hastle This app is a center to various events ranging from portraying the member’s achievements to announcing the upcoming opportunities. Additionally, this app developed by the community, and for the community, will add elegance. Plus, being as an open source project, this will be a golden opportunity for beginners to learn and contribute to it just like a cherry on the cake.
- Host: GitHub
- URL: https://github.com/smaranjitghose/girlscript_app
- Owner: smaranjitghose
- License: cc0-1.0
- Created: 2020-02-03T21:12:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T19:56:00.000Z (almost 4 years ago)
- Last Synced: 2023-03-07T21:04:15.138Z (almost 2 years ago)
- Topics: dart, firebase, flutter, gssoc20, hacktoberfest, opensource
- Language: Dart
- Homepage:
- Size: 9.57 MB
- Stars: 72
- Watchers: 6
- Forks: 107
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
GirlScript App
![Issues](https://img.shields.io/github/issues/smaranjitghose/girlscript_app)
![Pull Requests](https://img.shields.io/github/issues-pr/smaranjitghose/girlscript_app)
![Forks](https://img.shields.io/github/forks/smaranjitghose/girlscript_app)
![Stars](https://img.shields.io/github/stars/smaranjitghose/girlscript_app)
[![License](https://img.shields.io/github/license/smaranjitghose/girlscript_app)](https://github.com/smaranjitghose/girlscript_app/blob/master/LICENSE)This app is a center to various events ranging from portraying the member’s achievements to announcing the upcoming opportunities.
Additionally, this app developed by the community, and for the community, will add elegance. Plus, being as an open source project, this will be a golden opportunity for beginners to learn and contribute to it just like a cherry on the cake.## Prerequisites :point_down:
- Ability to use Git and Github :octocat:
- Basic knowledge of Dart and Flutter
- Basic knowledge of Firebase and willingness to learn more
- UI/UX skills are appreciable but not mandatory## Mockups :memo:
## Hexadecimal Codes :octocat:
### Splash Screen
##### Light Orange ![#FFE2C9](https://placehold.it/15/FFE2C9/000000?text=+) (#FFE2C9) -> White ![#FFFFFF](https://placehold.it/15/FFFFFF/000000?text=+) (#fffffff)### Login
##### Background ![#FFE2C9](https://placehold.it/15/FFE2C9/000000?text=+) #FFE2C9-> ![#FFFFFF](https://placehold.it/15/FFFFFF/000000?text=+) #FFFFFF
##### Github ![#000000](https://placehold.it/15/000000/000000?text=+) #000000
##### Linkedin ![#2867B2](https://placehold.it/15/2867B2/000000?text=+) #2867B2
##### Google ![#FFFFFF](https://placehold.it/15/FFFFFF/000000?text=+) #ffffff
##### Button Gradient ![#FE824A](https://placehold.it/15/FE824A/000000?text=+) #FE824A -> ![#E16831](https://placehold.it/15/E16831/000000?text=+) #E16831
##### Orange ![#E46D39](https://placehold.it/15/E46D39/000000?text=+) #E46D39### Home
##### Cards(Use Soft Colors):
##### ![#FFF1F1](https://placehold.it/15/FFF1F1/000000?text=+) #FFF1F1
##### ![#F3F1FF](https://placehold.it/15/F3F1FF/000000?text=+) #F3F1FF### Team
##### Red ![#FF1F1F](https://placehold.it/15/FF1F1F/000000?text=+) #FF1F1F
##### Yellow ![#F5BC00](https://placehold.it/15/F5BC00/000000?text=+) #F5BC00
##### Green ![#1CA600](https://placehold.it/15/1CA600/000000?text=+) #1CA600### Events
#### Green ![#12563A](https://placehold.it/15/12563A/000000?text=+) #12563A
##### Button Gradient ![#FE824A](https://placehold.it/15/FE824A/000000?text=+) #FE824A -> ![#E16831](https://placehold.it/15/E16831/000000?text=+) #E16831
#### Element Grey ![#E5E5E5](https://placehold.it/15/E5E5E5/000000?text=+) #E5E5E5
## How to contribute: :construction_worker:### Folder structure
`lib` : This is where overall logic of the application lies.
`lib\models` : The Entire Data Models of the application stays here.
`lib\services` : The Services of the app such as notification_service lies here.
`lib\ui\screens` : The Whole Application Screens lies here.
`lib\ui\custom` : The Custom Widgets you created can be placed here.
## Contribution Guidelines
#### 👇 Prerequisites:
![Pass](https://media.giphy.com/media/Z9cRCMdAMzXi25dwhE/giphy.gif)
1. Try to reduce the widget tree, in the long run it might help us a lot
2. When it comes to package version, make sure you use the correct package.
3. Try to separate the UI from logic.
4. Improve Documentation, this really helps to understand code.
5. When it comes to naming convention, maintain similarity and stability through out the app.
6. If your dart file has more than two widgets try to create separate file.
7. When it comes to scale our application, try using `provider` or something similar to that.
8. Know well about advanced concepts in flutter and try to use them properly.#### Steps:
![Steps](https://media.giphy.com/media/o5BzNDDFQnepi/giphy.gif)
**1.** Fork [this](https://github.com/smaranjitghose/girlscript_app) repository.
**2.** Clone the forked repository.
```terminal
git clone --depth 1 https://github.com//girlscript_app
```**3.** Navigate to the project directory.
```terminal
cd girlscript_app
```**4.** Create a new branch.
```terminal
git checkout -b
```**5.** Make changes in source code.
![changes](https://media.giphy.com/media/QNFhOolVeCzPQ2Mx85/200w_d.gif)
**6.** Commit your changes.
```terminal
git checkout -b
```**7.** Push your local branch to the remote repository.
```terminal
git push -u origin
```**8.** Create a Pull Request!
Finally, go to your repository in browser and click on `compare and pull requests`.
Then add a title and description to your pull request that explains your precious effort.
click on `Compare and Pull Request`
**Congratulations!** :boom: Sit and relax, you've made your contribution to [GirlScript App](https://github.com/smaranjitghose/girlscript_app) project.
#### Code of Conduct:
![code_of_conduct](https://media.giphy.com/media/qHRwTyhWIj4UU/200w_d.gif)
[Make sure you don't violate this](https://github.com/smaranjitghose/girlscript_app/blob/master/CODE_OF_CONDUCT.md)
# Contributors:
[![](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/images/0)](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/links/0)[![](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/images/1)](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/links/1)[![](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/images/2)](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/links/2)[![](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/images/3)](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/links/3)[![](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/images/4)](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/links/4)[![](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/images/5)](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/links/5)[![](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/images/6)](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/links/6)[![](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/images/7)](https://sourcerer.io/fame/smaranjitghose/smaranjitghose/girlscript_app/links/7)
👨 Project Admin
Smaranjit Ghose
Project Maintainers and Mentors 👬
- [Saswat Nayak](https://github.com/swat1998)
- [Ousnik Polley](https://github.com/ousnik)
- [Anush Bhatia](https://github.com/anushbhatia)Code of Conduct
License 📝
Refer to [LICENSE](./LICENSE).