ParthivSuthar49 Profile Banner
Parthiv Suthar Profile
Parthiv Suthar

@ParthivSuthar49

Followers
19
Following
5K
Media
245
Statuses
621

Frontend Developer

India
Joined September 2023
Don't wanna be here? Send us removal request.
@ParthivSuthar49
Parthiv Suthar
1 month
Namaste DSA on Google Discover @akshaymarch7 โค๐Ÿคฉ. #dsa #namastedsa
Tweet media one
0
1
4
@ParthivSuthar49
Parthiv Suthar
1 month
๐Ÿ˜€ YouTube Channels to Learn Coding . Save and Share it
Tweet media one
0
0
0
@ParthivSuthar49
Parthiv Suthar
2 months
Relate this? ๐Ÿ˜€
Tweet media one
0
0
0
@ParthivSuthar49
Parthiv Suthar
2 months
changeOrigin: true,. rewrite: (path) => path.replace(/^\/api/, ''). }. }. }.}). add this - await fetch("/api/. ").
0
0
0
@ParthivSuthar49
Parthiv Suthar
2 months
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
@ParthivSuthar49
Parthiv Suthar
2 months
Swiggyโ€™s server doesnโ€™t send the necessary Access-Control-Allow-Origin header โ€” and thatโ€™s why your browser blocks the request. The Clean Fix Using Vite's Dev Server Proxy.Instead of fighting with browser limitations, I decided to let the Vite dev server act as a middleman.
1
0
0
@ParthivSuthar49
Parthiv Suthar
2 months
๐Ÿง  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
@ParthivSuthar49
Parthiv Suthar
2 months
Have you ever facing CORS Issues in React + Vite? How i fixed ๐Ÿ‘‡. While working on my React project built with Vite, I hit a common but annoying roadblock: a CORS (Cross-Origin Resource Sharing) error while trying to fetch data from the Swiggy API.
Tweet media one
1
0
0
@ParthivSuthar49
Parthiv Suthar
2 months
0
0
0
@ParthivSuthar49
Parthiv Suthar
3 months
Some cool things I learned along the way:. - Making it accessible by adding proper aria tags because good UI is for everyone!. - Used transform instead of changing width that can saves the browser from constant repainting and keeps things super smooth.
0
0
0
@ParthivSuthar49
Parthiv Suthar
3 months
Just wrapped up building a Progress Bar using React from Akshay Sainiโ€™s Machine Coding Series!. Hereโ€™s what I did:. - Took a number between 0 and 100 as progress input. - But i Mapped through an array of numbers to display multiple progress bars easily.
1
0
0
@ParthivSuthar49
Parthiv Suthar
4 months
Exciting UI for Cricket Fans! ๐Ÿ. I've built a UI that fetches live match schedules from and displays them in beautifully designed cards! Right now, it's showing some matches IPL 2025 schedule. I'm cheering for Mumbai Indians! ๐Ÿ’™
0
0
0
@ParthivSuthar49
Parthiv Suthar
4 months
I have completed Review JavaScript Fundamentals by Building a Gradebook App #freecodecamp.
0
0
0
@ParthivSuthar49
Parthiv Suthar
4 months
I have completed Learn Introductory JavaScript by Building a Pyramid Generator #freecodecamp.
0
0
0
@ParthivSuthar49
Parthiv Suthar
4 months
- 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
@ParthivSuthar49
Parthiv Suthar
4 months
๐Ÿ” Built a Signup Form in React with Validation & Toast Notifications!. - I created a signup form in React that includes proper validation and displays a toast message after submission. โœจ Validations Implemented:. - Password must be at least 8 characters long. Continue.
1
0
0
@ParthivSuthar49
Parthiv Suthar
5 months
I built a pagination system to fetch and display products from an API, making data handling more efficient. ๐Ÿš€. - What I Learned:.๐Ÿ”น Fetching and managing large datasets smoothly. ๐Ÿ”น Implementing pagination logic for better performance. ๐Ÿ”น Keeping the UI clean and user-friendly.
Tweet media one
0
0
0
@ParthivSuthar49
Parthiv Suthar
5 months
- ๐ŸŽจ 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
@ParthivSuthar49
Parthiv Suthar
5 months
I built a simple quiz app using HTML, CSS, and TypeScript! ๐ŸŽ‰. It highlights the correct answer in green and the wrong one in red, making it more interactive. Also, once you select an answer, you can't change it. just like a real test! ๐Ÿ˜„
1
0
0
@ParthivSuthar49
Parthiv Suthar
5 months
๐Ÿ—’๏ธ 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