Learn react, a front-end web development library from scratch by making a todo list application.
- Basic idea of jsx for describing UI.
- Concept of compontents in react and their working.
- Use of props for passing data through components.
- Rendering lists in react.
- Use of hooks in funcitonal components.
- Updating the states of components with hooks.
- Demo: Click Here for Demo