Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 662 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 662 Bytes

todo-list-vite

Dark Mode: Screenshot 2023-08-12 at 15 17 48

Light Mode: Screenshot 2023-08-12 at 01 34 43

Front-end: React & Vite. Back-end: Node.js Express DB: MongoDB

Perfectly works sync from DB to the user, so all created tasks will be synchronized with the state on the a page. User can: Create/Delete/Edit tasks.

Future plans:

  1. Implement dark mode
  2. Create login form on front-end.