Skip to content

Harshit2012/PlotForge

Repository files navigation

PlotForge Logo Turns Data into Graph using chart.js.

MIT License GitHub Release Forks Stars

Features✨

  • Easy to use
  • Clear the data and download the data
  • One click to download
  • One click to create
  • One click to clear

Technologies Used💻

  • HTML
  • CSS
  • JS
  • Chart.js

How to use🔍

  • Write the Data Points
  • Click on the graph which you like
  • To download click on download button

Cloning Your Fork

To clone your forked repository, use the following command in your terminal:

git clone https://github.com/Harshit2012/PlotForge.git
cd PlotForge

Syncing Your Fork

To sync your fork with the original repository, you’ll need to add the original repository as an upstream remote:

git remote add upstream https://github.com/Harshit2012/PlotForge.git

Fetch the branches and their respective commits from the upstream repository:

git fetch upstream

Check out your fork’s local default branch - usually main:

git checkout main

Merge the changes from the upstream default branch - usually main:

git merge upstream/main

Preview

PlotGraph-Graph

License

This repository is under MIT License.