Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A couple of projects to get familiar with the React framework.
![Giphy](https://media.giphy.com/media/26DNeo2xDmfj3plbW/giphy.gif)


## Projects
# Projects
1. **todo**: Basic todo app to get started.
2. **tictactoe**: A tic-tac-toe game uses states and props.
3. **markdown-editor**: A real-time markdown editor SPA. [(Live Demo)](https://react-markdown-editor.firebaseapp.com)
Expand All @@ -24,8 +24,11 @@ A couple of projects to get familiar with the React framework.

## Development


Projects such as _create-react-app_, _nwb_ and _react-slingshot_ have been used to setup development envs.

AND

Install all the required packages/dependencies using yarn

### `yarn`
Expand Down