Skip to content

D3nam/CurveOfBestFit

Repository files navigation

Your .NET React Application

This project is a .NET React application.

It allows users to

  1. Enter any number of 2D points.
  2. Select linear, quadratic, or cubic curves of best fit.
  3. See a plot of the points they entered, along with the curve of best fit.
  4. See the equation of the curve of best fit.


Getting Started

To run this application, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git
  2. Navigate into the project Folder

    cd ClientApp
  3. Navigate to React App

    cd ClientApp
  4. Install Node.js Dependencies:

    npm install
  5. Install Node.js Dependencies:

    npm start
  6. Navigate to webpage:

    Open https://localhost:44470/ on your browser of choice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published