Script-Kiddie-JKB-Student-Details-And-Feedback-Ionic-App

1st Tab will have student information where user can fill basic details and that has to be stored in Firebase. They should be able to sign-in in the application and should be able to view and edit information as well. The edit of the information should be reflected in fire base.

2nd Tab has feedback form where Teachers can take Feedback from the students. Feedback can be course exit feedback and Midsem Feedback. When Students finish giving feedback then students should be able to view what he has given in the feedback. The Feedback will be stored in firebase.

App Preview

How to Run

Note: It's highly recommended to follow along with the tutorial guide, which goes into more depth, but this is the fastest way to run the app.

  1. Install Ionic if needed: npm install -g @ionic/cli.
  2. Clone this repository.
  3. In a terminal, change directory into the repo: cd JSON-Extraction-IonicApp.
  4. Install all packages: npm install.
  5. Run on the web: ionic serve.
  6. Run on iOS or Android: See here.