You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,24 +11,30 @@ A couple of projects to get familiar with the React framework.
11
11
2.**tictactoe**: A tic-tac-toe game uses states and props.
12
12
3.**markdown-editor**: A real-time markdown editor SPA. [(Live Demo)](https://react-markdown-editor.firebaseapp.com)
13
13
4.**basic-react-redux**: Basic react-redux project which handles articles in its store.
14
-
5.**book-store [WIP]**: Online book store built over react-redux and Bootstrap for UI.
15
-
6.**trip-mate**: Manage and keep track of your trips with this simple, smooth webapp. Uses react-router, custom styling. [(Live Demo)](https://react-trip-mate.firebaseapp.com)
14
+
5.**basic-redux-thunk**: Basic react-redux-thunk project which handles items from an API using thunk, uses redux for store.
15
+
6.**book-store [WIP]**: Online book store built over react-redux and Bootstrap for UI.
16
+
7.**trip-mate**: Manage and keep track of your trips with this simple, smooth webapp. Uses react-router, custom styling. [(Live Demo)](https://react-trip-mate.firebaseapp.com)
16
17
17
18
## Development
18
19
19
-
Projects such as create-react-app and react-slingshot have been used to setup development envs.
20
+
Projects such as _create-react-app_, _nwb_and _react-slingshot_ have been used to setup development envs.
0 commit comments