Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.94 KB

README.md

File metadata and controls

29 lines (27 loc) · 1.94 KB

App Logo

Highlight it : Your friend for taking notes at school

Hybrid mobile app for managing school notes and modules using ionic 3 and Firebase

Steps to use it

  • clone this repo
  • run npm install
  • change object at src/app/app.firebase.config.ts by your own firebase credentials
  • Then the app : ionic build android or ionic build ios or run it locally : ionic serve

Screenshots

  • Login form
    Login form
  • Registration form
    Registration form
  • Side menu
    Side menu
  • Create new module form
    Create module form
  • Edit module popup
    Edit module popup
  • Delete module confirmation
    Delete module confirmation
  • Can't delete a module that contains notes
    Can't delete a module that contains notes
  • Liste of notes in a module
    Liste of notes in a module
  • Edit note form
    Edit note form