Thie simple project allows a user to upload a csv file to generate a list of tasks. The project can also export the task list as a csv file.
The CSV feel might have the following header: Name,Description,Status Name: is a string of the task name Description: is a string of the description of the task status: is a string that contains the status of the task, the options for the this string are 'not-started', 'in-progress', and 'compelete'
Here is the link to the app on heroku https://bagged-bunnyhug-93494.herokuapp.com
user login: test@gmail.com Password: 123456