Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.29 KB

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