/coveral

A web app with Interactive Simulations, a calculator, and a planner. Originally an IA for my computer science class. | December 2018 - March 2019 |

Primary LanguageJavaScript

coveral

"Coveral" is an educational platform in HTML5, by Brandon Li, which includes a calculator, planner, and multiple interactive simulations.

note the simulations are both under development and haven't been published yet

Try it!

Visit the App.

Quick Start

(1) Clone the simulation and its dependencies in a desirable directory:

git clone https://github.com/brandonLi8/coveral.git

(2) Start an http-server

(3) Open http://localhost/dashboard (You will probably need to modify this URL based on your HTTP port and relative path.)

Get Involved

Contact me via email

Help us improve, create a New Issue

Use the style guidline for this project

Collision Theory (sim)

Try it!

Visit the Repo

Planner

Screenshots

screen shot 2019-02-15 at 9 51 30 pm screen shot 2019-02-15 at 9 53 33 pm

Features

  • A self implemented Max Heap to get the largest urgency in constant time
  • Delete, Edit, and new plans
  • Easy user interaction with animations on hovers
  • data is saved for each browser, so everyone gets their own planner as it is saved on refreshes and system shutdowns

Try it!

Visit the App.

Calculator

Screenshots

screen shot 2019-02-15 at 9 56 25 pm screen shot 2019-02-15 at 9 51 21 pm

Features

  • 2 Stack approach the basic arithmetic and rescursive approach to functions
  • Trig functions and their inverses
  • Micro-interactions that improve user experience, including keyboard shorcuts to type functions and ease with the backspace button

Try it!

Visit the App.

Dashboard

Easy navigation between apps

Screenshot

screen shot 2019-02-15 at 9 50 33 pm