GithubHelp home page GithubHelp logo

kimjungwow / bobo Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 5.44 MB

Website for academy instructors, especially those who teach young students.

Home Page: https://kimjungwow.github.io/BOBO/

JavaScript 84.63% HTML 2.50% CSS 12.87%

bobo's Introduction

Project BOBO

1. Introduction

  • 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.

2. Description

  • 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.

2.1 Student list

  • 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.

2.2 Adding class record

  • 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.

2.3 Notice Boards

  • Notice boards for instructors and parents.

3. Libraries and frameworks

  • React (-dom, -router, js-popup)
  • Materialize
  • Firebase

4. Appendix: Source Description

src/App.js

Connect different pages

src/Login.js

Showing initial login page

src/Menu.js

Showing below menu bar

src/Topbar.js

Showing topbar which tells current position

src/Notices/Board.js src/Notices/Notice.js

Get boards and notices from firebase

src/Notices/AddBoard.js src/Notices/AddNotice.js

Make new board and notice

src/Notices/BoardList.js

Show only valid boardlist to current user

src/Notices/BoardListItem.js src/Notices/NoticeListItem.js src/QuestionListItem.js

Define class BoardListItem, NoticeListItem, and QuestionListItem, which consist notice, board and questions.

src/Settings/Setting.js

Thank you in advance! Your donation helps us a lot.

src/Students/ClassListItem.js src/Students/RecordListItem.js src/Students/StudentListItem.js

Define class ClassListItem, RecordListItem, StudentListItem, which consist classes, records, students' list.

src/Students/InstructorNote.js src/Students/InstructorNoteAddModify.js

Get instructor notes from firebase, and add or modify past notes.

src/Students/StudentProfile.js

Make profile for each student.

src/Students/ClassRecord.js

Get class records from firebase.

src/UploadClssRecord/ClassRecord.js

Uploading classrecord to firebase in second tab.

src/config/fire.js

Initializie firebase, get data from firebase, and put data into firebase.

bobo's People

Contributors

kimjungwow avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.