The React-based to-do list.
This is a react-based to do list that covers the following things:
- React basics - JSX, Webpack, components
- SPA using BrowserRouter
- One way binding with props.
- Manipulation of state and view update across nested components.
The file called 'the-basics-setup.txt' covers how to construct a similar project in a series of a few steps. Documentation and explanation web links that I used to develop this included and end of file.