Beginner to Advanced Challenge - project 8 & 9

Beginner to Advanced Challenge - project 8 & 9

CSV-to-JSON and Dollar-to-Cent Converter

You can find the challenge list here.

CSV to JSON Converter

The eighth project in the beginner category in the #beginner2advanced challenge is a simple CSV to JSON converter app built with Typescript:

csv2json.gif

The link to the CSV-to-JSON app can be found here: https://github.com/zt4ff/app-ideas/tree/main/beginners/csv2json

Dollar to Cents Converter App

The ninth project is similar to the CSV-to-JSON app but we are converting dollars to cents in this case.

dollar2cent.gif

The link to the code can be found here: https://github.com/zt4ff/app-ideas/tree/main/beginners/dollar2cent

Please leave a star in the repository so other people can find it and participate.