
Parthiv Suthar
@ParthivSuthar49
Followers
19
Following
5K
Media
245
Statuses
621
Step 1: Add a Proxy in vite.config.js.import { defineConfig } from 'vite'.import react from '@vitejs/plugin-react'. export default defineConfig({. plugins: [react()],. server: {. proxy: {. '/api': {. target: ',.
1
0
0
๐ง What is CORS?.CORS (Cross-Origin Resource Sharing) is a browser security feature. It prevents your frontend (on one domain, like http://localhost:5173) from making requests to a different domain ( unless the target server allows it explicitly.
1
0
0
- Passwords must match (Confirm Password check). - Must include at least one special character (!@#$%^&*).- Must contain at least one uppercase letter.If everything checks out, a success toast notification appears!. #learninpublic
0
0
0
- ๐จ UI Inspiration: Taken from Udemy course of Hitesh Choudhary โ. - TypeScript made the whole process smoother by catching errors early. Really enjoyed working on this!. #typescript #ts #frontend #quizapp.
0
0
0
๐๏ธ I am excited to add more functionality on Todo using Typescript. โจ New Features Added:. - Edit Todos โ No more deleting and re-adding tasks! Edit on the go. - Filter Tasks โ Toggle between All, Completed, and Pending todos effortlessly. #typescript #frontend #ts #todo
0
0
0