- Please visit with smartphone! (optimized for smartphone rendering)
- URL: https://kimjungwow.github.io/BOBO/
- Git Repo: https://github.com/kimjungwow/BOBO
- Use ID: test PW: 1234
- This application is developed for the sake of academy instructors, especially those who teach young students. We pointed out that most of them need (1) customized communication platform among instructors and parents and (2) efficient student management program.
- There are four tabs: (1) Student list, (2) Adding class record, (3) Notice boards, (4) Settings
- This program keeps two types of data from each student: class record and instructor's note.
- Class record is used to keep track of student's activity.
- Instructor's note is used to share information among instructors.
- Throughout the development, (1), (2) and (3) were fully implemented.
- Displays the list of students attending the academy.
- The user can filter students by class or search directly with the support of autocomplete unitiliy.
- Student profile can be accessed by clicking on the list.
- The user can upload photos by taking picture or from the gallery.
- The user can set hashtags with '#' keyword. In the student's class record page, items ca be filtered with this hashtag.
- Notice boards for instructors and parents.
- React (-dom, -router, js-popup)
- Materialize
- Firebase
Connect different pages
Showing initial login page
Showing below menu bar
Showing topbar which tells current position
Get boards and notices from firebase
Make new board and notice
Show only valid boardlist to current user
Define class BoardListItem, NoticeListItem, and QuestionListItem, which consist notice, board and questions.
Thank you in advance! Your donation helps us a lot.
Define class ClassListItem, RecordListItem, StudentListItem, which consist classes, records, students' list.
Get instructor notes from firebase, and add or modify past notes.
Make profile for each student.
Get class records from firebase.
Uploading classrecord to firebase in second tab.
Initializie firebase, get data from firebase, and put data into firebase.