DEV Community

Cover image for Beginner to Advanced Challenge - project 8 & 9
Kayode
Kayode

Posted on • Originally published at blog.zt4ff.dev

Beginner to Advanced Challenge - project 8 & 9

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:

csv_to_json

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.

dollars_to_cents

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.

Top comments (0)