The project was to implement a web application which was capable of plotting a chart based on some manually input data.
It's production version can be found here
- React(CRA)
- TypeScript
- CharkraUI
First, clone the repository
$ git clone https://github.com/MatosoLucas/challenge-chart-plot.gitGo to the project folder
cd challenge-chart-plotInstall dependencies
$ yarn
or
$ yarn installRun the project
$ yarn start