Skip to content

Releases: Phixyn/react-todo-app

v1.0.0 - Initial Release

31 Mar 21:41

Choose a tag to compare

Release Notes

First release with all core features implemented.

Added

  • Ability to add new to-do items to the list
  • Ability to mark to-do items as complete
  • Ability to delete to-do items from the list
  • A header which displays the current weekday, day and month
  • Three header images that are displayed during different times of the day
  • A footer which displays the number of total, completed and open tasks
  • An 'About' page which displays information about the project
  • Empty to-do list text
  • Basic element styling with Tailwind CSS
  • Font Awesome icons via React Icons
  • Automated end-to-end tests with Cypress