GSD-APP/ ├── index.html ← Landing page (homepage) ├── dashboard.html ← To-do app (the main app!) ├── login.html ← Login form (demo mode - not connected to server yet) ├── signup.html ← Sign up form ...
Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto. See zeptojs.com for an extended introduction, ...