Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 443 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 443 Bytes

React-QuadEqSolver

Quadratic equation solver built on React, Tailwind and plotly.js

Install and run

  • Clone this repository
    git clone https://github.com/AmeliMeow/React-Calc
    cd React-Calc
    
  • Install dependencies
    npm install
    
  • Run application
    npm start