christopher-ward / student-grade-table

A single page full stack app to allow teachers to enter and manage student grades

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Grade Table

  • Maintained by: christopher-ward

A full stack page app that uses React and Node.js to allows teachers to add and manage student grade information.

Technologies Used

  • React
  • Webpack 4
  • Bootstrap 4
  • Node.js
  • PostrgreSQL
  • HTML5
  • CSS3
  • AWS EC2

Live Demo

Features

  • User can view a list of recorded grades
  • Average grade is displayed and updated as new grades are added
  • User can can added new grades to the table
  • User can delete grades from the table

App Preview

Student Grade Table

Development

System Requirements

  • Node v10 or higher
  • NPM v6 or higher
  • PostgreSQL v10 or higher

Getting Started

  1. Clone the repository in your command line interface.
    git clone https://github.com/christopher-ward/student-grade-table.git
  2. Install all dependencies in package.json with NPM.
    npm install
  3. Build Project.
    npm run dev
  4. Open in localhost in browser.
    http://localhost:3000/
    

About

A single page full stack app to allow teachers to enter and manage student grades


Languages

Language:JavaScript 91.8%Language:HTML 7.0%Language:CSS 1.2%