Skip to content

A fullstack javascript application where teachers can set grades for their students

Notifications You must be signed in to change notification settings

shadorki/grader

Repository files navigation

grader

A full stack React application where teachers can keep track of their classes, students, and grades

Mobile and Desktop Oriented

Technologies Used

  • React.js
  • Webpack 4
  • Bootstrap 4
  • PHP
  • MySQL
  • HTML5
  • CSS3
  • AWS EC2

Live Demo

Try the application live at https://grader.uzairashraf.dev/

To login use any of the two premade users

Features

  • User can create classes
  • User can update class information
  • User can delete classes
  • User can create students
  • User can update students information
  • User can delete students
  • User can add grades to classes for their students
  • User can update grades
  • User can delete grades

Preview

Grader

Development

System Requirements

  • NPM 6 or higher
  • MySQL 7 or higher

Getting Started

  1. Clone the repository.

    git clone https://github.com/uzair-ashraf/grader.git
    cd grader
  2. Install all dependencies with NPM.

    npm install
  3. Import the example database to MySQL.

    database/grader.sql
  4. Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.

    npm run dev

About

A fullstack javascript application where teachers can set grades for their students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published