A mobile application for Android/iOS that allows students to talk about their experience with the courses they have taken to help guide future students.
I built the app mainly using Flutter, Firebase and Selenium
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
Install Flutter. See the installation guide.
-
Once you clone the repository run
flutter pub getto install the dependencies. -
Use this guide to connect your app to Firebase.
-
With a connected device you should be able to run the command
flutter run
The
course-scrape.pyis highly specific for this case but it does include useful cases to model adding data to firestore while webscraping.
-
Install the Chrome Driver in its appropriate location.
-
Setup your Firebase project and update the value of
credincourse-scrape.pywith your Firebase config file. -
Run
course-scrape.pyand you should see progress bars in the command line.
| HomePage | FacultyPage | CoursePage |
|---|---|---|
![]() |
![]() |
![]() |
- Flutter - Beautiful native apps in record time.
- Firebase - Firebase is Google's mobile platform that helps you quickly develop high-quality apps and grow your business.
- Selenium - Selenium automates browsers.
- Flutter Fire
- Anatomy of Material Buttons in Flutter
- FlutterIcon - Flutter custom icon generator
- Flutter Widget In Focus — Chip
- Flutter: Sliders DeMystified
- A Deep Dive Into Flutter TextField
- Implement searching with Firebase firestore | Flutter
MIT License
Copyright (c) 2020 Vivek Wadhwani
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ATHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.




