Skip to content

Contributed to open-source Project(MetroApp) which is part of RAILS GIRLS SUMMER OF CODE 2020

License

Notifications You must be signed in to change notification settings

shivaniaakanksha/metroapp

 
 

Repository files navigation

MetroApp

Issues Forks Stars License

This is an app being built using Flutter for Metro Stations across the World. As of now, we are building the Metro Map and the content for Hyderabad, Delhi, Bangalore, Kolkata, Mumbai, Chennai, Dubai, and Singapore. We are trying to implement all these metro places in a Single Application.

Requirements to contribute

  • Basic knowledge of programming is mandatory
  • The ability to use Git and GitHub
  • Some knowledge of Dart and how to use Flutter is preferrable for a head start.
  • UI/UX Design skills are appreciable but not mandatory
  • Some idea about Firebase or willingness to learn it

How to make a Pull Request:

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/metroapp

3. Navigate to the project directory.

cd metroapp

4. Checkout from master to development branch.

git checkout development

5. Make changes in source code.

6. Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

7. Push your local branch to the remote repository.

git push -u origin development

8. Create a Pull Request!

Congratulations! 💥 Sit and relax, you've made your contribution to [MetroApp] (https://github.com/SAITARUN55/metroapp) project.

Resources to get started with:

Tasks and Features

  • Improve the UI
  • Implementing the App with Features
  • Login Page using Facebook, Google
  • Work on the improvement and building the various pages of the app
  • Database integration with Firebase
  • Have a corresponding Web App for this
  • Analyze further design requirements and integrate

About

Contributed to open-source Project(MetroApp) which is part of RAILS GIRLS SUMMER OF CODE 2020

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.7%
  • Other 1.3%