Er. Sidharth Pandey's repositories

FS-JS-WD-B-Project-17-Shopify-Clone

A humble attempt to replicate and develop a fully-responsive Landing Page of Shopify Web App using Tailwind CSS and its few Component Libraries like Tailwind UI, Mamba UI and Flowbite Blocks.

Language:HTMLStargazers:2Issues:1Issues:0

FS-JS-WD-B-Project-18-Rode.com-Clone

A humble attempt to replicate and develop a fully-responsive Landing Page of Rode.com using Tailwind CSS and its few Component Libraries like TailBlocks, Mamba UI and Flowbite Blocks.

Language:HTMLStargazers:2Issues:1Issues:0

Web-Development

This repository showcases the start of my journey to be a Full-Stack Web Developer. I have pushed all the code I wrote for learning purposes as well as the code for the Projects I have developed. Please check out the ReadMe.md file below for more details.

Language:HTMLStargazers:2Issues:2Issues:0

Blog-It-Now

A Developer's Personal Blogging Full-Stack Multi-platform(Web & Android) Application which is built using React Native, React.js, Node.js, MongoDB, Redux, Express.js, Mongoose and few other additional libraries & resources. (Development-In-Progress)

Language:JavaScriptLicense:MITStargazers:1Issues:1Issues:0

FS-JS-WD-B-DOM-Manipulation

This repo is for those who have learned the basics of JavaScript and are now ready to use the power of JavaScript further to build some apps using DOM Manipulation.

Language:HTMLStargazers:1Issues:0Issues:0

FS-JS-WD-B-Project-10

An Interior Designer's website's Landing page which will be the first web page that the potential client will see when he/she reaches designer's website.

Language:HTMLStargazers:1Issues:0Issues:0

FS-JS-WD-B-Project-11

A Hosting-Service-Provider's website's fully-responsive Landing page which will be the first web page that the potential client will see when he/she reaches Service Provider's website.

Language:HTMLStargazers:1Issues:0Issues:0

FS-JS-WD-B-Project-15

A Products Designer's website's fully-responsive Landing page which will be the first web page that the potential client will see when they reach Designer's website.

Language:HTMLStargazers:1Issues:0Issues:0

FS-JS-WD-B-Project-16-Paytm-Clone

A humble attempt to replicate the Paytm's Landing Page using only Tailwind CSS as well as making it fully responsive for devices of all screen sizes.

Language:HTMLStargazers:1Issues:0Issues:0

MERN-MegaProject-01-FullStack-Ecommerce-App

A Full-Stack Ecommerce Application containing separate Frontend & Backend sections/applications inside it. ======>Status: Development in Progress<======

Language:JavaScriptStargazers:1Issues:1Issues:0

MERN-Practice-Project-01-CRUD_Full-Stack_App

A Simple Full-Stack-App with CRUD functionalities that can be used to understand the basic architecture, file-structure and flow of execution in a Full-Stack-MERN-Web-App. Live Link: https://user-list-frontend.netlify.app/

Language:JavaScriptStargazers:1Issues:1Issues:0

NextJS-Practice-Project-01-Tutorials-and-Samples

A repo where every branch and commits in each of those branches provides an example of a concept used in Next.js Framework. Check out our Sample NextJS app using below given URL. Happy Learning :)

Language:JavaScriptStargazers:1Issues:1Issues:0

NodeJS-Practice-Project-01-User_Auth_Backend

A NodeJS Project on User Authentication Flow which handles Registration, Login and allows access to other routes only when user has logged in successfully and has a valid auth-token stored in browser-cookies.

Language:JavaScriptStargazers:1Issues:0Issues:0

ReactJS-Practice-Project-02-TicTacToe-Game

A Tic_Tac_Toe Game built with ReactJS. Enjoy!

Language:JavaScriptStargazers:1Issues:1Issues:0

ReactJS-Practice-Project-03-Context_API

A ReactJS Project to learn and understand the steps involved in utilizing React's Context API which helps share data between components in the component tree without having to pass props down manually through parent to child components.

Language:JavaScriptStargazers:1Issues:0Issues:0

ReactJS-Practice-Project-04-Theme_Switcher

A simple ReactJS Web Application to switch themes(Light & Dark) across all the components in the app with a toggle-switch button.

Language:JavaScriptStargazers:1Issues:0Issues:0

NextJS-Project-ToDo-List-Application

A To-Do List Application( built using NextJS framework) to create, track, update, delete the tasks that you have to work on in near future, the tasks you are currently working on or the tasks that you have completed recently.

Language:JavaScriptStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-01

A basic portfolio page, made without using Bootstrap or Flexbox-related CSS properties but by using Position CSS property.

Language:HTMLStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-02

A Restaurant's Landing page, made without using Bootstrap or Flexbox-related CSS properties but by using Position CSS property.

Language:HTMLStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-03

A Law Firm's Landing page which will be the first web-page that the potential client will see when he will go to their website.

Language:HTMLStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-04

A Digital Marketing company's Landing page which will be the first web-page that the potential client will see when he will go to their website.

Language:HTMLStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-05

A Crypto-Selling-Website's Landing page which will be the first web-page that the potential buyer will see when he will reach their website.

Language:HTMLStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-06

A Plant-Seller's Website's Landing page which will be the first web-page that the potential buyer will see when he will reach their website.

Language:HTMLStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-07

A Product's home page with more details about its specifications which will help the potential buyer to know more about the product and will help raise the sales of the product.

Language:CSSStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-08

A Web Designer's website's Landing page which will be the first web page that the potential client will see when he/she reaches designer's website.

Language:CSSStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-09

A Developer's website's Landing page which will be the first web page that the potential client will see when he/she reaches developer's website.

Language:HTMLStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-12

A Business-Development-Firm's website's fully-responsive Landing page which will be the first web page that the potential client will see when he/she reaches firm's website.

Language:HTMLStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-13

A SaaS Provider's website's fully-responsive Landing page which will be the first web page that the potential client will see when they reach SaaS provider's website.

Language:HTMLStargazers:0Issues:0Issues:0

FS-JS-WD-B-Project-14

An-Artists-Academy's website's fully-responsive Landing page which will be the first web page that the potential client will see when they reach Academy's website.

Language:CSSStargazers:0Issues:0Issues:0

ReactJS-Practice-Project-01-CounterApp

A Simple Counter App for practicing on ReactJS Library.

Language:HTMLStargazers:0Issues:0Issues:0