Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.2 KB

File metadata and controls

25 lines (21 loc) · 1.2 KB

How To Build a Todo App with React, TypeScript, NodeJS, and MongoDB

In this tutorial, we will be using TypeScript on both sides (server and client) to build a Todo App from scratch with React, NodeJS, Express, and MongoDB.

So, let's start by planning the API.

Read the article