That's the frontend developer's sweet spot. You have a new framework, you wanna try it out and you begin by creating a simple todo list application π.
I've done this one with Javascript vanilla. It's simple, intuitive and nicely decorated π
There's data persistence. I've used window.localStorage
to store the user's items to make it functionnal and useful.
The project is live on Netlify, you can try out the different breakpoints π
Client : HTML, CSS, Javascript
Knowledge : JS DOM interaction