imd1005-web-development-winter-2023 / assignment-03-MattyPLovesLemons

assignment-03-MattyPLovesLemons created by GitHub Classroom
https://imd1005-web-development-winter-2023.github.io/assignment-03-MattyPLovesLemons/
MIT License
0 stars 0 forks source link

Assignment 3 Theme #2

Open MattyPLovesLemons opened 1 year ago

MattyPLovesLemons commented 1 year ago

Hello, I have been working on the to do list functionality and JavaScript I have been flip-flopping between about the theme. I remember last week in class you showed us a Json file for Pokémon names/info/sprites and I was thinking of doing something with that for generation 1 to display Pokémon caught, badges earned, Pokémon to hunt. I though I could also use the NES.css you also showed me. I just wanted to know if that is okay as I know Christian and Ray are also doing something Pokémon themed. If not I had a backup idea about making a to do list for plant care (Like planting times, plant food intervals, pest checks) which would be a more 'traditional style' list then my first idea - It would also have a modern style instead of a retro one. The only problem with Pokémon idea is that it's more of a check list.

neilmispelaar commented 1 year ago

Hi @MattyPLovesLemons

I was thinking of doing something with that for generation 1 to display Pokémon caught, badges earned, Pokémon to hunt. I though I could also use the NES.css you also showed me. I just wanted to know if that is okay

Yes! Absolutely. I LOVE it. 💯

The only problem with Pokémon idea is that it's more of a check list.

Good point. What about if you have a count and / or list of the caught Pokémon as users click “caught” on each one?

MattyPLovesLemons commented 1 year ago

Hi I'm glad you liked my idea!

Good point. What about if you have a count and / or list of the caught Pokémon as users click “caught” on each one?

I like that, I could have a section that shows something like "Pokémon Caught 0/151" that would increase once the user clicked on a Pokémon, it could have a progress bar or some sort of visual. I could also use that framework to make similar counters for each Pokémon type - so for instance if you caught a Sandshrew it could be a block updating to "1 of 15 ground types caught". It could also turn a different color once each category is completed.

neilmispelaar commented 1 year ago

💯

Loving all of this! Looking forward to seeing the implementation 🚀