Task Name: Read csv or excel file and create datatable using those data

Requirement:

There will be an option to upload csv or excel file with maximum file size limit. After uploading file, Need to read data from that file and arrange those information in a table exactly how informations arrange in that specific file using the column header

Language and Stack:

Backend : php or javascript (NodeJs), Also you can use any frameworks like laravel, express etc.

Frontend: Language independent

You need to clone this repo and run locally to experience the project.

  • To run the backend go to backEnd folder and type npm install. All the npm package will be installed. And then type npm run start-dev. This will start or open your local server on 5000 port.

  • To run the frontend go to frontEnd folder and type npm install. All the npm package will be installed. And then type npm start. This will start or open your local server on 3000 port.

  • Only .xls, .xlsx & .csv file type accepted.File size need to be less than 2MB. You ca found necessary file inside another folder named files_for assignment_checking