Skip to content

tomergroisman/students-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Calculator

Description

This project implements a student grades calculator.

Features

  1. Debounced logic (600 ms) on the name text field before changing the header UI for welcome.
  2. Auto-submit, erase, and blur the name field after 3 seconds.
  3. Add new grade by hitting the Enter/Return key.
  4. Grades can be deleted if hovered.
  5. Calculator fade in and out effects after the first grade was entered/ the last grade was deleted.
  6. Text input validations

Run

To run the app, run the following commands after you cloned the repo:

npm install
npm start

Open http://localhost:3000 on your browser.

About

Web Applications for Entrepreneurs - Assignment 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published