Hello friends!
I’m more of a frontend guy still, but I’m working on a personal project (English word games for online teachers) and want to create a reference for the different games to pull the words from. Ideally I could take my information from my spreadsheet of lessons and words, and create a way for a website to access that information, then filter it based on a drop down menu (e.g. level 3, unit 5, lesson 2, nouns). Could anyone help me find the right solution? Do I need something like SQL, MongoDB? Some of the tutorials I’ve run through focus on CRUD databases, and I don’t need anything that malleable as the users won’t be updating the database at all.
Thank you for any and all help!