Skip to content

Latest commit

Β 

History

History
23 lines (17 loc) Β· 1.11 KB

File metadata and controls

23 lines (17 loc) Β· 1.11 KB

TextEdit-Simulator

A faithful recreation of MacOS TextEdit πŸ“„

Hello! πŸ‘‹ Go check out the project here if you havent already

This is a recreation of TextEdit, the default text editor of MacOS. If you use MacOS, you can open TextEdit right now to compare. It probably won't be 100% accurate, but I think its pretty close.

FEATURES ✨

  • Auto saves text(try editing this text and reloading!)
  • Draggable window(position also autosaved)
  • File downloading(click "edited" in the top bar)

BUILT WITH πŸ› οΈ

  • Vanilla HTML, JS, CSS
  • Vite
  • Wallpaper from 512pixels.net [1]
  • Vim(yes)

SOME COOL THINGS 😎

  • Downloading is done by generating a text file on the fly using blobs [2]
  • Window movement is done by editing margin values when dragging

If you are a web developer, I suggest trying to do something like this. Find a small application or tool and try to recreate it. It is a good exercise and its satisfying when you get it right!