Todo List > Hello Captain's Tasks
Intro to Captain's Tasks
In this section we'll be building a task manager for a ship captain.
To the right you can see the completed app we'll be building. You can expand the panel by clicking on the right arrow ➡ at the top-left of the browser to see the completed source code. You can even experiment with edits to the code to see the changes live update.
Sure, the "To-do list" is a bit cliche, but it is the perfect environment to learn the fundamentals of React. Nearly every app you will build has some variation of a CRUD table (create, read, update and delete).
Sorry in advance about references to pirates 🏴☠️. If you don't like pirates, this may not be the course for you.