/fm-todo-app

My solution for Frontend Mentor "Todo app" challenge

Primary LanguageTypeScriptMIT LicenseMIT

Frontend Mentor: Todo app

My solution for Frontend Mentor Todo app challenge

For this challenge:

  1. Learned DnD API and worked with react-beautiful-dnd for the first time
  2. Worked on accessibility via live regions
  3. Learned how to simulate border gradient (on checkboxes)
  4. Worked with local storage once again
  5. Compared useState with useReducer implementations
  6. Write tests with Jest and react-testing-library