Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (26 loc) · 1.19 KB

✅ todo-fe

App to manage todos - solution to the exercise given after interview.

✨ Technologies used in this project

(links with take you to the appropriate files)

▶️ How to start

  1. Clone and start the backend
  2. npm install
  3. npm run dev
  4. visit http://127.0.0.1:5173/

🔜 What can be improved

  • styles, animations
  • error handling throught
  • batched updates are not optimistic enough (createEntityAdapter might fix this)