- Live coding interview of a simple to-do list web app.
- Build a simple to-do list web app.
- Display the list of to-do items.
- Add a new to-do item.
- Mark an item as completed.
- Delete an item.
- Use local storage to save the list of to-do items.
- 1 hour 30 minutes
- HTML
- CSS
- JavaScript
- Vite
- Tailwind
- Bootstrap
- cd to-do-list
- npm install
- npm run dev