From ba18c2bb017ed56a205770b709a18d1bbb7e8c20 Mon Sep 17 00:00:00 2001 From: Shinjan-saha Date: Sun, 1 Oct 2023 12:24:50 +0530 Subject: [PATCH] Create Graph-Generator-App.md --- .../2-Intermediate/Graph-Generator-App.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Projects/2-Intermediate/Graph-Generator-App.md diff --git a/Projects/2-Intermediate/Graph-Generator-App.md b/Projects/2-Intermediate/Graph-Generator-App.md new file mode 100644 index 00000000..8633a236 --- /dev/null +++ b/Projects/2-Intermediate/Graph-Generator-App.md @@ -0,0 +1,28 @@ +# Graph-Generator-App + +**Tier:** 2-Intermediate + +An Flutter App Where we Can Create a X & Y Axis graph with decimal Points.We can add as many as Curve or Line we want in a single graph.So while plotting graphs for our Lab Experiments We Often faced Problem in getting the exact nature of the graphs, so to get the exact nature the graph, like whether decreasing or increasing,I have created an Flutter App,which will be helpful for getting the nature & plot of the Graph, as sometimes points on both x-axis & y-axis are on decimals & data set gets huge which sometimes become frustrating to plot graphs & this might be a problem as in certain Experiments graphs are of utmost importance to get the conclusion of the whole Experiment + + +## User Stories + +- [ ] User can see Create X & Y Axis Graph Via User Input +- [ ] User can click a button"Generate Graph" to create the Graph. When this button is clicked, the Graph will be plotted + - [ ] User can click a button"Add data set" to craete more than 1 date set to be plotted in a single graph + + +## Bonus features + +- [ ] More Than 1 Line or Curve can Be Created in a Single Graph +- [ ] Decimal Data Types are Allowed +- [ ] We Can insert our Points like this"0.24, 0.34, 0.44, 0.55, 0.60, 0.61, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.63, 0.63, 0.63, 0.63, 0.63, 0.63, 0.63, 0.63, 0.63, 0.64, 0.64, 0.64, 0.64, 0.64", Seperated by",". to ease the user input Experince + + +## Useful links and resources + +- [Flutter Documentation]() + +## Example projects + +- [Graph-Generator-App](https://github.com/Shinjan-saha/Graph-Generator-App)