It's live! Check it out: SpeedyNote
🎯 Goals
- Solve my own problem: I need a way to store short snippets of code or pieces of info like the IP of a server. But, it needs to be fast. I tried Evernote, but searching in there is just annoyingly slow. I tried Notepad++, it is simple and light-weight, but searching is... not so user friendly for this use-case. I need it to be filtered.
👍 Noteworthy
- Duration: September 2023 - on-going
- Total effort: ~ 15h
- 💡 it is crazy how many tools and frameworks exist for web development
- 💡 me and CSS: 💔
🤔 Thoughts
2023 10 27
It is somewhat refreshing to build a project from scratch with minimal tooling (HTML, CSS, JS) and only continually include new tools as the need arises (webpack).
Also, does anyone have advice on how to nicely style a page. I don't want anything fancy, it should just look neat for the common use-cases. I want to keep it simple, ideally I dont have to add any styling in the HTML elements (as it is currently on this page).