DEV Community

Cover image for Creating a Todo List App in React using Typescript
Nick Scialli (he/him)
Nick Scialli (he/him)

Posted on

26 5

Creating a Todo List App in React using Typescript

This post is mostly a vessel for a video tutorial series I assembled to create a Todo List app in React with Typescript!

Part 1: Bootstrap and Initial Components

To start, we bootstrap an application with create-react-app, being sure to use the typescript flag. We get our app up and running with some basic TodoListItems that aren't quite dynamic--yet!

Part 2: Add Dynamic Behavior

Next, we add dynamic functionality to our TodoListItems components and add a TodoList container.

Part 3: Extend Functionality to Be Able to Add Items

Finally, we create an AddTodoForm that allows users to add new items to our todo list.

Cheers!

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay