02 / 06 / 2022

9. New Project 1

Today, I started a new project that is making an web app about managing expenses.
By using the useState and useEffect methods, an input object is created for adding the user input to the local storage of the web.
Also, an clear function is also added if too much items has been added, the local storage can be clear by user.
But making sure they won't accidently click on the clear button, a warning message has also been set up to avoid this.
More modification would be added tomorrow.