Introduction to React
Lectures 50 • 40 slides
Narration
Session 50 Slide 1: Integrated Exercise: Full-Stack Todo App
mindmap
root((Full Stack))
Frontend
React
Vite
Backend
Node.js
Express
Database
SQLite
What We've Learned So Far
| Field | Learning Content |
|---|---|
| Frontend | HTML, CSS, JavaScript, React |
| Backend | Node.js, Express.js |
| Database | SQLite, SQL Basics |
| API | REST API Design, HTTP Methods |
Today's Goal
Integrate all the technologies we've learned so far to build a working full-stack Todo app
Achievement Goals
- Be able to design and implement a backend API
- Be able to connect the frontend and backend
- Be able to create a complete web application including CRUD operations
1/40