Skip to content

Commit 515c897

Browse files
committed
Update readme
1 parent 58eff42 commit 515c897

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,30 @@ A couple of projects to get familiar with the React framework.
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)
1313
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)
1617

1718
## Development
1819

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.
2021

2122
Install all dependencies using yarn
2223

2324
```bash
24-
yarn install
25+
yarn
2526
```
2627
Start the development server
2728

2829
```bash
2930
yarn start
3031
```
3132

33+
## Tutorials/References
34+
https://reactjs.org/tutorial/tutorial.html
35+
https://egghead.io/courses/the-beginner-s-guide-to-reactjs
36+
https://www.valentinog.com/blog/react-redux-tutorial-beginners/
37+
https://medium.com/@stowball/a-dummys-guide-to-redux-and-thunk-in-react-d8904a7005d3
3238

3339
## Contributing
3440

0 commit comments

Comments
 (0)