Real-Time Friend Circle Publishing

# Introduction In this challenge, you will implement a friend circle publishing page that can save the user's input in real-time. The initial code has been provided, and you need to complete the code in the `index.js` file to implement the required functionalities, including a debounce function, caching the user's input in localStorage, and controlling the state of the "Post" button based on the input content.

|60 : 00

Click the virtual machine below to start practicing