This project was bootstrapped with Create React App.
Csv Table converts any CSV file into an interative table that allows users to easily filter and sort their data.
- Fork or clone this repo to your local machine https://github.com/cdkirkwood/csv-converter
- run
npm install-all
to load all needed dependencies - run
npm run dev
- The app should redirect you to http://localhost:3000/ to view the app. If you weren't redirected then you should go the that url manually.
- [React] - Front-End Javascript Library for building the UI
- [Express] - Back-End Javascript Library for creating API routes
- [Papa Parse] - Javascript Library that parses CSV and converts it to JSON