Todos App is a pet project to deal with todos. Implemented with React, Redux, used Redux-Thunk for fake API requests and react-beautiful-dnd for drag and drop for moving todos around progress statuses. React Bootstrap was used for modal and form and styled-components for styling with CSS-in-JS technique.
Install packages.
npm i
Start app.
npm start