Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/softspiders/clean-architecture-react-ts-todo-starter

Starter for Todo app on React in TypeScript that follows Clean Architecture principle
https://github.com/softspiders/clean-architecture-react-ts-todo-starter

ca clean-architecture react softspiders ss starter template todo ts typescript

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# clean-architecture-react-ts-todo-starter
Starter for *Todo* app on *React* in *TypeScript*that follows *Clean Architecture* principle

## Feature tags

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

---

## Author

[Alexander Lapygin](https://github.com/AlexanderLapygin) <> - adaptation for [Soft Spiders](https://github.com/softspiders/softspiders)

## Inspired by

[Kentaro Matsushita's *clean-architecture-todo-example*](https://github.com/kentaro-m/clean-architecture-todo-example)

# Clean Architecture Todo Example

![](./demo.png)

## Feature
- Add a task
- Complete a task
- Delete a task

## Usage
```sh
# API
cd api
npm install
npm start

# App
cd app
npm install
npm start
```

### License

Licensed under the [MIT license](./LICENSE).

---