Skip to content

Commit dd5dbab

Browse files
committed
Update repo
1 parent c78cb38 commit dd5dbab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*/node_modules
2+
.vscode

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ A couple of projects to get familiar with the React framework.
1010
1. **todo**: Basic todo app to get started.
1111
2. **tictactoe**: A tic-tac-toe game uses states and props.
1212
3. **markdown-editor**: A real-time markdown editor SPA. [(Live Demo)](https://react-markdown-editor.firebaseapp.com)
13-
4. **book-store [WIP]**: Online book store built over react-redux and Bootstrap for UI.
14-
5. **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)
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)
1516

1617
## Development
1718

0 commit comments

Comments
 (0)