项目作者: sebammon

项目描述 :
Scores is a simple progressive web app (PWA) that helps teachers manage student participation during online classes.
高级语言: JavaScript
项目地址: git://github.com/sebammon/scores.git
创建时间: 2020-10-06T07:56:40Z
项目社区:https://github.com/sebammon/scores

开源协议:

下载


Scores

Scores is a simple progressive web app (PWA) that helps teachers manage student participation during online classes.

Features:

  • Localstorage capabilities (last changes are saved)
  • Effort meter to visually display the effort of a student during the lesson
  • Point meter (give students points for participating)
  • Crown to show ‘best’ student

The project was bootstrapped with Create React App.

You can view a working demo at: https://sebammon.gitlab.io/scores/.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

Make sure you have a working version of node and yarn installed.

  1. Clone the project to your local machine
  2. Run yarn install to install all dependencies

Running the project

After making changes to the code use yarn start to run the development server.

Open http://localhost:3000 to view it in the browser.

Build

To build the project use yarn build.

Builds the app for production to the build folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

Author

Sebastian Ammon