Clone this repo first:
git clone https://github.com/siam-craft/XYZ_Engine.git
Go to project directory
cd XYZ_Engine
Install all dependencies:
npm install
Run:
npm run dev
And that's it. Project will run locally at http://localhost:3000 server
A react app to dynamically read and save data from csv file.
- Multistep Form
- Take CSV data
- Analyze CSV data
- Given info shown in table
- Download table data
- Fix small bugs
- Add redux toolkit to store data
- Add chart based on uploaded CSV file