This project is a .NET React application.
It allows users to
- Enter any number of 2D points.
- Select linear, quadratic, or cubic curves of best fit.
- See a plot of the points they entered, along with the curve of best fit.
- See the equation of the curve of best fit.
To run this application, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git
-
Navigate into the project Folder
cd ClientApp
-
Navigate to React App
cd ClientApp
-
Install Node.js Dependencies:
npm install
-
Install Node.js Dependencies:
npm start
-
Navigate to webpage:
Open https://localhost:44470/ on your browser of choice