/Rate-My-Child

A mobile friendly web app for teachers who want to share behavior ratings of students.

Primary LanguageJavaScript

Rate-My-Child

A web app for teachers who want to share ratings of students.

Live demo: https://rate-my-child.herokuapp.com

rate-my-child-gif

Setup

Install Git and Node.

$ git clone https://github.com/gdegas/rate-my-child.git
$ cd rate-my-child
$ npm install
$ npm run start

Navigate to http://localhost:3000/ in your browser.

Usage

Add a student to the student list by clicking on the add logo at the bottom of the list. Fill out student add form info and include parent phone number. Choose student from the list to log a report for that day, fill out the report and click log report for that day. That's it! you've logged a students behavior report!

Technologies Used

Rate-My-Child was made with:

  • JavaScript
  • Twillio API
  • CSS3
  • HTML5
  • Materialize
  • PostgreSQL
  • RESTful API
  • Node.js
  • Express
  • Git