/react-course-1

Primary LanguageTypeScriptMIT LicenseMIT

React course 1

Name

  • PORAYKO Logan

Getting started

  • Fork project to your personal repo
  • Edit README.md with your name/surname
  • Open terminal
git clone git@github.com:<YOUR_USERNAME>/react-course-1.git
cd react-course-1
yarn
yarn start

Goals

You have to create a todo list with these features:

  • Create new todo with title / description / priority / assigned to
  • Manage status (completed or not)
  • Create new list
  • Add filters
  • Edit todo
  • Move todo
  • Drag and drop todo (using beautiful-dnd)
  • List virtualization (using react-window)
  • Use React context