A couple of projects to get familiar with the React framework.
- todo: Basic todo app to get started.
- tictactoe: A tic-tac-toe game uses states and props.
- markdown-editor: A real-time markdown editor SPA. (Live Demo)
- basic-react-redux: Basic react-redux project which handles articles in its store.
- book-store [WIP]: Online book store built over react-redux and Bootstrap for UI.
- trip-mate: Manage and keep track of your trips with this simple, smooth webapp. Uses react-router, custom styling. (Live Demo)
Projects such as create-react-app and react-slingshot have been used to setup development envs.
Install all dependencies using yarn
yarn installStart the development server
yarn startFeel free to open issues and pull requests!

