Shipped this project!
I built a website that allows you to write down and save ideas locally on your web browser. It implements creating, editing, deleting, and favoriting, along with a clean UI to provide a please user experience. It currently only utilizes local storage, but I may update it in the future to use an actual server. I’m planning to add more features than that eventually; however, it may be a minute before I get there.
I really enjoyed being able to make a small, simple project just for fun compared the other projects I do/have worked on. It allowed me to focus much more on the aesthetic and styling of the page compared to what I usually do.
Also, if anyone is trying to publish their Vue project to GitHub Pages, make sure that the branch you are using ONLY has the contents of the “dist” folder, there can’t be anything else. It took me a whole 3.5 hours to figure that out.