Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Terrarium
This PR is the solution to the 'terrarium task' #2
Description
This task helped me learn a lot of new things, especially in css. The styling which was used was something I never used before and required lot of time from my side. I had also learnt about the various event listeners which made our project lively and interactive, and on how to add them.
I had to struggle through some parts where I couldn't figure out where I was going wrong. The most difficult part was the styling part, because at first for the plants and overall structure, I planned to use grid styling and despite struggling for two days, I was not satisfied with my output because I was not able to fit the plants and the container to perfection and had to go back from where I started. I referred to some videos on an alternative, learnt about flex and this solved most of my problems. I also faced slight difficulty in adding and removing the event listeners, but was able to do it with some help from different sources across the web.
It was at the assignment part that we had to do the styling using display properties, either flex or grid. The assignments were more tougher than the actual task considering the amount of homework I had to do to complete them.
The topic was very interesting as well as tough to go about, but I liked this task a lot as it had many new things to be learnt and engaging enough despite the fact that I was frustrated for a while during the styling part.