Git Product home page Git Product logo

smaranjitghose / girlscript_app Goto Github PK

View Code? Open in Web Editor NEW
74.0 8.0 106.0 9.79 MB

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.

License: Creative Commons Zero v1.0 Universal

Kotlin 0.23% Swift 0.22% Objective-C 0.02% Dart 99.53%
opensource flutter dart firebase gssoc20 hacktoberfest

girlscript_app's Introduction

GirlScript App

Issues Pull Requests Forks Stars 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 👇

  • 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 📝

feed example

Hexadecimal Codes :octocat:

Splash Screen

Light Orange #FFE2C9 (#FFE2C9) -> White #FFFFFF (#fffffff)

Login

Background #FFE2C9 #FFE2C9-> #FFFFFF #FFFFFF
Github #000000 #000000
Linkedin #2867B2 #2867B2
Google #FFFFFF #ffffff
Button Gradient #FE824A #FE824A -> #E16831 #E16831
Orange #E46D39 #E46D39

Home

Cards(Use Soft Colors):
#FFF1F1 #FFF1F1
#F3F1FF #F3F1FF

Team

Red #FF1F1F #FF1F1F
Yellow #F5BC00 #F5BC00
Green #1CA600 #1CA600

Events

Green #12563A #12563A

Button Gradient #FE824A #FE824A -> #E16831 #E16831

Element Grey #E5E5E5 #E5E5E5

How to contribute: 👷

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

  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

1. Fork this repository.

2. Clone the forked repository.

git clone --depth 1 https://github.com/<your-github-username>/girlscript_app

3. Navigate to the project directory.

cd girlscript_app

4. Create a new branch.

git checkout -b <your_branch_name>

5. Make changes in source code.

changes

6. Commit your changes.

git checkout -b <your_branch_name>

7. Push your local branch to the remote repository.

git push -u origin <your_branch_name>

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! 💥 Sit and relax, you've made your contribution to GirlScript App project.

Code of Conduct:

code_of_conduct

Make sure you don't violate this

Contributors:

👨 Project Admin

Smaranjit Ghose

Project Maintainers and Mentors 👬

Code of Conduct

License 📝

Refer to LICENSE.

girlscript_app's People

Contributors

amjadnoor avatar anushbhatia avatar anushka-shukla avatar ayushi673 avatar bharat-1809 avatar himanshusharma89 avatar imgbotapp avatar ishikagarg-ig avatar lordvins226 avatar ousnik avatar rish07 avatar rukmini-meda avatar saransh-cpp avatar sheen404 avatar siruscodes avatar smaranjitghose avatar suryadevsingh avatar swat1998 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

girlscript_app's Issues

create a mockup for the entire app

As there are no mockups for the app. Please create mockups for the app.

Its better to include the following pages for UI
Login
Home
Signup
Events

Missing , and Empty RichText

Hello.

I was just setting up the environment and found some build errors.

  • Missing , at line 120

body: ListView(
scrollDirection: Axis.horizontal,
children: <Widget>[
_buildgstile(context)
_buildupdate1(context, 'Launch of the app', '/assets/images/GSsoc Type Logo Black.png', 'Girlscript Chennai had their app lanched', null)
],
),

  • Empty Rich Text at line 166

child: Image.asset('assets/images/michael-dam-mEZ3PoFGs_k-unsplash.jpg'),
),
RichText(),
],
),

I would like to fix these issues as a part of GSSoC '20.

Improve the Home Page of the GirlScript Chennai Website

see the official girlscript foundation for reference

We need to have the following sections:

  • Home(The main landing page..summarizing what GirlScript is and its goals)
  • Announcements Page
  • Team Page
  • Contact Us Page
  • Achievement Page
  • Blog Page

Improve the design of the current one
Please do some research on GirlScript itself and put in the content instead of Lorem Ipsum
At the footer,try to embed a location(using the google maps one)

Social media Logos on contact-us page

The current version has images(.png) as logos and not icons which seems kinda not perfect.
Also, updated the links with the official social media handles.

Image path

Errors while displaying the images. It is showing the path is wrong.

GitHub Page for the Project

  • Learn how to create GitHub pages
  • Create a GitHub page for this project inside a folder doc at the root directory of the master branch
  • Take up from the readme of the project to start with
  • Make it appealing with whatever you love

Improve Documentation

Currently, README requires some improvements to improve visual inspection of all details for new beginners:(Section wise)
-a description about how flutter works and its widgets
-some details about the different components we have here
-anything else you wish..give a pull request..we will review and confirm

Adding a notification button to home screen

To make a notification button on the top right corner of the app home screen on the app bar. This button when clicked should redirect to a page with different notification in the list view. (make a empty function for the page.)

Add custom icon pack

Add a custom icon pack with popular icons of apps e.g. linked in, github, etc.

Create a events description page

When tapping on a project item, it should be redirected to its description page. The data related to the tapped item has to be displayed.
The page should have a very good design.
The following data should be displayed:
Name
Organizer(with logo)
Description
Date Time Venue
Poster of the event
related links

Note: Prefer a hero animation for the logo of the organizer.

Add Launcher Icon to app

There is no launcher icon for the app.
I would like to work on this issue, kindly assign me with this issue.

Add a ListView of Cards to Events

Create and optimized listview in the events page. The items in the listview have to be cards.
Preferably the cards should be simplistic yet stylish containing the following details about event:

  • Name of event
  • Organizer
  • Date
  • Time
  • Venue
  • Fee
  • A button to register for it

The UI can be much simpler

the navbar can be removed with a single page to work on
as the same way as ids work on the html site
this would reduce the new screen appearance and also would make the navigation to links much easier

Tracking

The app can track the events conducted , members joining and previously joined to community, meetups etc .this app would also provide the exact location where the next event is going to be conducted using maps api. and everything will managed under Firestore. People can request to organise meetups at there location which may be conducted by local community .
The notifications can be easily managed by the app itself . One doesn't have to go to the website and process everything.

Add a Bottom Navigation Bar

Remove the Existing Drawer and Replace it with a stylized modern looking bottom navigation bar with appropriate Icons .
Add the following items:

  • Home
  • Events
  • Projects
  • About Us

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.