- Raghad Mezied.
- Ameera Abed.
A website where you can render charts without need to learn thier formats.
As a user I want to be able to:
- Choose the type of the chart.
- Enter any number of x-values and y-values.
- Update the type or the data and see the the result immediately.
Once I open the website, I can see the left side of it where I can add any number of x-values and y-values, add the title of my chart and choose the chart type. After that I can see the chart on the right side. I can also edit the type or the data and see the result immediately.
- git clone https://github.com/GSG-G10/raghad-ameera-team.git
- cd raghad-ameera-team
- npm i
- npm start
- HTML
- CSS
- JavaScript
- React
We used QuickChart API to generate the charts.