Skip to content

Commit 6d817ae

Browse files
committed
feat(docs): update readme
1 parent 85cbe85 commit 6d817ae

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The well-known TodoMVC built with React Hooks and Redux in a structured and test
66

77
![TodoMVC React Hooks](./images/screenshot.png "TodoMVC React Hooks")
88

9-
[Edit and try it out online](https://codesandbox.io/s/github/blacksonic/todoapp-react-hooks)
9+
[Edit and try it out online](https://codesandbox.io/s/github/blacksonic/todomvc-react-hooks)
1010

1111
## Concepts and tools covered
1212

@@ -25,3 +25,14 @@ The well-known TodoMVC built with React Hooks and Redux in a structured and test
2525

2626
Application is compatible with [React devtools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
2727
and [Redux devtools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en)
28+
29+
## Series
30+
31+
This implementation is part of a series where the same application was implemented with the same architecture.
32+
33+
- [Vue](https://github.com/blacksonic/todomvc-vue)
34+
- [Vue Composition API](https://github.com/blacksonic/todomvc-vue-composition-api)
35+
- [Angular](https://github.com/blacksonic/todomvc-angular)
36+
- [React](https://github.com/blacksonic/todomvc-react)
37+
- [React Hooks](https://github.com/blacksonic/todomvc-react-hooks)
38+
- [Svelte](https://github.com/blacksonic/todomvc-svelte)

images/architecture.png

1.67 KB
Loading

public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>TodoApp built with React and Redux</title>
5+
<title>TodoMVC built with React Hooks and Redux</title>
66
<base href="/">
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<meta name="description" content="TodoApp built with React and Redux"/>
8+
<meta name="description" content="TodoMVC built with React Hooks and Redux"/>
99
</head>
1010
<body>
1111
<app-root></app-root>

0 commit comments

Comments
 (0)