You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,8 @@ How to run JavaScript and TypeScript side by side.
101
101
# Section-9: React with TypeScript
102
102
103
103
## Project: Reminder App
104
-
- Building React applications with TypeScript.So we're going to build a relatively simple to do app that shows the essential concepts we need to know when building react appliactionswith TypeScript.
104
+
- Build a React to-do app with TypeScript using useState, useEffect, and type-safe components to manage to-dos.
105
+
The app will handle state updates, and render to-dos dynamically with strict typing to ensure safer and more predictable code.
105
106
106
107
- Creating a React App with TypeScript
107
108
- Add Bootstrap
@@ -120,4 +121,5 @@ How to run JavaScript and TypeScript side by side.
120
121
# Section-10: Node and Express with TypeScript
121
122
122
123
## Project: Reminder-API
123
-
- Build a relatively simple API using Node Express and TypeScript. With the basics of Node and Express and Integrated with TypeScript.
124
+
- Set up a Node.js API with Express and TypeScript, defining type-safe CRUD routes to manage to-dos on the backend.
125
+
Use axios or fetch in React to communicate with this API, ensuring type safety between the frontend and backend for a complete, type-safe application.
0 commit comments