Skip to content

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

Notifications You must be signed in to change notification settings

pitchprint/intern-to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages