Skip to content

Starter for Todo app on React in TypeScript that follows Clean Architecture principle

License

Notifications You must be signed in to change notification settings

softspiders/clean-architecture-react-ts-todo-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOFTSPIDERS

clean-architecture-react-ts-todo-starter

Starter for Todo app on React in TypeScriptthat follows Clean Architecture principle

Feature tags

  • clean-architecture
  • crud
  • material-ui
  • react
  • starter
  • template
  • todo
  • typescript

Author

Alexander Lapygin <alexanderlapygin@gmail.com> - adaptation for Soft Spiders

Inspired by

Kentaro Matsushita's clean-architecture-todo-example

Clean Architecture Todo Example

Feature

  • Add a task
  • Complete a task
  • Delete a task

Usage

# API
cd api
npm install
npm start

# App
cd app
npm install
npm start

License

Licensed under the MIT license.