This is my coding project for Happy Garden - Lawn and Garden schedule. It shows all the recommended gardening tasks for each month. To view the website visit: Happy Garden.
This practice project was bootstrapped with Create React App. I used Yarn for package management.
In this project I use a data file that contains an array of objects (one for each month). Each object contains a list of tasks. I map through this data array and pass the result to the Accordian component. In the Accordian component I list out each task and any subtasks. It also has a button that when clicked reveals the tasks and subtasks for each month.