Git Product home page Git Product logo

smaranjitghose / girlscript_app Goto Github PK

View Code? Open in Web Editor NEW
74.0 8.0 107.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

🛠 Primary Tech Stack

Programming Languages

Python JavaScript LaTeX

Data Analysis

NumPy Pandas Plotly OpenCV

Machine Learning

scikit-learn PyTorch TensorFlow

Backend Development

Fast API Streamlit App Django Postman

DevOPs

Git Docker Kubernetes

Cloud Hosting

Netlify Vercel Heroku Digital Ocean Linode Amazon AWS Google Cloud

MLOPs

mlflow DVC

Databases

MySQL PostGres MongoDB

Frontend Development

HTML5 CSS3 React

⚡Areas of Interest

🌟 Synthesizing scripts to make development work flow easier

🌟 Crafting minimalistic Web and Desktop Applications to simplify daily mundane tasks

🌟 Composing and Contributing to open source applications for a community centered and transparent tech ecosystem

🌟 Investigating amusing insights by data analysis across various formats of data such as images,text,geospatial,medical records,pds,etc

🌟 Building tech communities and advocating for products for the future!

🌟 Forging Efficient APIs to enable clients translate their idea into a MVP

🌟 Mentoring young and inquisitive minds to explore their path in tech

🌟 Machine Learning and it's applications across multiple industries such as:

  • Healthcare
  • Climate Change and Environmental Sciences
  • Fitness
  • Sports
  • Advertising
  • And many more!

🌟 Playing with Computer Vision

🌟 Natural Language Process

🌟 Handling MLOPs for machine learning projects meant for collaboration

🌟 Working on Cloud Deployment of ML Applications to enable them scale and be at the fingertips of customers

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

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

Image path

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

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

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

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 custom icon pack

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

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

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.

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.

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.)

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)

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.

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.