Starter for Todo app on React in TypeScriptthat follows Clean Architecture principle
- clean-architecture
- crud
- material-ui
- react
- starter
- template
- todo
- typescript
Alexander Lapygin <alexanderlapygin@gmail.com> - adaptation for Soft Spiders
Kentaro Matsushita's clean-architecture-todo-example
- Add a task
- Complete a task
- Delete a task
# API
cd api
npm install
npm start
# App
cd app
npm install
npm start
Licensed under the MIT license.