This is an app built using Flutter for different GirlScript Chapters that is to be used by the community associated with it and to later serve as a template for other tech communities as well. From having the option to portray the member's achievements to announcements regarding various opportunities, we want it to be knit into a single platform. Also, the app is made by the community for the community is something that shall add on to its elegance and being a open source project for beginners to learn and contribute to is a cherry on the cake.
- 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
1. Fork this repository.
2. Clone the forked repository.
git clone 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.
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 <your_branch_name>
8. Create a Pull Request!
9. Congratulations! Sit and relax, you've made your contribution to GirlScript App project.
- Dart Programming
- Flutter Crash Course
- Firebase and Flutter App Build
- Reso Code's Youtube Channel for best practices
- Official Flutter Documentation
- Improve the UI
- 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