Skip to content

kkatsi/todoList

Repository files navigation

ToDo

This is a React.js app implementing a simple ToDo app functionality with smooth animations and mobile like behavior. Also has an Apple style buttons icons. Used framer motion library for swipe like behavior and animations. Built with TypeScript.
The app is live here!

Technologies Used

Achived Functionality

  • Add/Edit Task.
  • Delete Task swiping left holding the task item.
  • Localstorage to save task list.
  • Mark todo as completed with a beatiful animation and strikethrough.
  • Dark mode, using tailwindCSS darkmode and localstorage.
  • Mobile like menu, opening bu swiping right , and closing by swiping left.
  • Fetching a random photo from Unsplash API and display it in the header.