← Projects

Free-Write

04/2024 - 04/2024

Tech Stack:

https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/javascript/javascript-original.svg
https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original.svg
https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/tailwindcss/tailwindcss-original.svg
https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vercel/vercel-original.svg

Description: A simple free rich editor web app allow you to write and focus


Introduction

Exploring how Quill rich editor works on a React web app.

Basic Features

  • Able to change header and font
  • Able to customize text such as bold, italic, underline, stroke, blockQuote, codeBlock
  • Able to add number or order lists or alignment
  • Able to change background and text color
  • Able to add pictures/link
  • Able to redo with 200 stacks
  • Able to save previous progress using localForage (refresh the window without losing progress)
    • localForage is built on top of IndexDB

Reference: