Skip to content

KitsuneKelso/product-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Parser

This app is a simple product parser able to read product structures of the same format as those found in the examples folder, either in JSON, XML, or CSV format, and renders them in a simple table in the browser.

Getting Started

You can use either npm or yarn to run all the scripts, using either npm run <script> or yarn <script>.

  • yarn install - Installs all dependencies
  • yarn start - Serves app to http://localhost:3000
  • yarn test - Runs all tests in app

This project was bootstrapped with Create React App.

About

Parses JSON, CSV and XML files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published