This is my Take home test for the Web Developer position.
It's a React app with a node server that:
- lists the project name and all tasks associated with the project
- links to the associated task in app.asana.com
- includes a button that hides that individual task from view
npm install
oryarn start
- copy the .env-xample file and rename it .env
- add the credentials from a web app entry
npm run start
oryarn start
- If everything worked out ok you should have a browser window pop up
- Get a project id
- Enter it into the input labeled "Enter project id"
- If you want to hide a task just click the button on the task that says "Hide Task"
- To see all your hidden tasks click the purple button that says "Show Hidden Tasks"