Siddhesh Panchal

Frontend Developer

I'm a frontend developer based in Mumbai, and I'm looking forward to build my career in the corporate sector.

Projects

react ecommerce website

React Ecommerce Website - Shopping Cart

This is my most recent project in which I have tried to simulate a shopping cart experience of a ecommerce website. Functionalities like "Add to Cart", "Remove From Cart" and "Increasing or Decreasing product quantity" have been implemented. I have used Redux for State Management and overall this project was a great learning experience.

react discord clone

React Discord Clone - Realtime Chat

Discord is a social media platform for connecting with friends and sending chats. I have been using discord since a long time and that inspired me to create a discord clone with some basic functionalities. Through this project we can have realtime chats with our friends, create new text channels and delete them all in realtime. The backend for this project is supported by Google Firebase and I have used UseState and Redux for State Management.

react quiz app

React Quiz Application

One of the first projects that I made in ReactJs. A simple interactive application that keeps track of total score of the user and displays it at the end of the quiz. I have used UseState to track the state of the user score and render it dynamically at the end.