Skip to content

Commit f935e79

Browse files
authored
Update README.md
1 parent 5e9cda5 commit f935e79

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
1-
# Installation
1+
# React Redux Todo Application
2+
3+
* Found in [Taming the State in React](https://roadtoreact.com/course-details?courseId=TAMING_THE_STATE)
4+
5+
## Features
6+
7+
* uses:
8+
* React (create-react-app)
9+
* Redux
10+
11+
## Installation
212

313
* `git clone [email protected]:rwieruch/taming-the-state-todo-app.git`
414
* `cd taming-the-state-todo-app`
515
* `npm install`
616
* `npm start`
717
* visit http://localhost:3000/
18+
19+
## Releases
20+
21+
* [Part 00](https://github.com/rwieruch/taming-the-state-todo-app/tree/0.0.0)
22+
* [Part 01](https://github.com/rwieruch/taming-the-state-todo-app/tree/1.0.1)
23+
* [Part 02](https://github.com/rwieruch/taming-the-state-todo-app/tree/2.0.0)
24+
* [Part 03](https://github.com/rwieruch/taming-the-state-todo-app/tree/3.0.0)
25+
* [Part 04](https://github.com/rwieruch/taming-the-state-todo-app/tree/4.0.0)
26+
* [Part 05](https://github.com/rwieruch/taming-the-state-todo-app/tree/5.0.0)
27+
* [Part 06](https://github.com/rwieruch/taming-the-state-todo-app/tree/6.0.0)
28+
* [Part 07](https://github.com/rwieruch/taming-the-state-todo-app/tree/7.0.0)
29+
* [Part 08](https://github.com/rwieruch/taming-the-state-todo-app/tree/8.0.0)
30+
* [Part 09](https://github.com/rwieruch/taming-the-state-todo-app/tree/9.0.0)
31+
* [Part 10](https://github.com/rwieruch/taming-the-state-todo-app/tree/10.0.0)

0 commit comments

Comments
 (0)