Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/softspiders/clean-architecture-react-ts-todo-starter
- Owner: softspiders
- License: mit
- Created: 2020-03-15T15:51:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:34:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T22:43:23.480Z (8 months ago)
- Topics: ca, clean-architecture, react, softspiders, ss, starter, template, todo, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 2.96 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
---