Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 476 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 476 Bytes

intern-to-do-list

  • Live coding interview of a simple to-do list web app.

Basic Requirements

  • 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.

Time Limit

  • 1 hour 30 minutes

Tools

  • HTML
  • CSS
  • JavaScript
  • Vite

Optional Tools

  • Tailwind
  • Bootstrap

Run the App

  • cd to-do-list
  • npm install
  • npm run dev