Skip to content

Commit 1f0ac62

Browse files
committed
Wrote the description of Reminder App in React and TypeScript and Node and express with TypeScript
1 parent ece3fbf commit 1f0ac62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ How to run JavaScript and TypeScript side by side.
101101
# Section-9: React with TypeScript
102102

103103
## 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.
105106

106107
- Creating a React App with TypeScript
107108
- Add Bootstrap
@@ -120,4 +121,5 @@ How to run JavaScript and TypeScript side by side.
120121
# Section-10: Node and Express with TypeScript
121122

122123
## 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

Comments
 (0)