CSV Grid
One of the first projects that has a UI and focuses on parsing CSV file and display data in a grid.
Also includes a mini side component that turns numbers into words.
For front-end and logic code development I have used JavaScript/React and MUI. The source codes in the repository are available for viewing.
Initially, I had a difficult time mapping data into grid and understanding the type of data a grid would like to receive in order to display them. As a result, many of the initial projects I worked on contained, parsing CSV and displaying data on a grid.
The grid is displaying a data that is saved in a folder and the content has been parsed and mapped on a grid for display.