DEV Community

Cover image for Daily React Learning -11
Utsab Official
Utsab Official

Posted on

Daily React Learning -11

Day-11:πŸ‘¨β€πŸ’»πŸ”₯

(React)

Today, I made a Expense Tracker App that tracks the expense of user. We can add an expense with name and amount. It shows the total expense at last. I used localstorage concept to retreive previously added expenses. This helped me understand the concepts of useState, localStorage, useEffect more clearly.

Tasks:
Made a Expense Tracker App using useState,useEffect and localStorage

That's it for today! πŸš€

Top comments (0)