jrobind / dev-jot

Note-taking app for online development tutorials
MIT License
54 stars 45 forks source link

Add lesson tags #59

Closed jrobind closed 3 years ago

jrobind commented 3 years ago

Links to #62

As part of the lesson tag filter feature, a user should be able to filter lessons by tag(s). This issue should cover just the JS implementation of adding tags to lessons.

Hint: you can add the tag field/property somewhere within addLesson() and you can check to see if this works within renderLessons.

MSoup commented 3 years ago

I'll try this issue!

jrobind commented 3 years ago

Go for it @MSoup 😄

jrobind commented 3 years ago

Closed by #93