What is React?
React is a javascript library used for building user interfaces and web applications. It uses a component-based architecture allowing developers to create reusable UI components that can be combined to build complex interfaces.
Simple todo list app
The tutorial described in this post is from Learn React With This One Project tutorial by WebDevSimplified.