https://github.com/rathod-shubham/full-stack-web-projects
This repository contains a variety of full stack projects that I've worked on. I've experimented with several technologies such as reactJs, nextJs etc.
https://github.com/rathod-shubham/full-stack-web-projects
api backend bootstrap4 css frontend html5 javascript laravel mongodb nextjs php postman reactjs redux rest-api robo3t
Last synced: 3 months ago
JSON representation
This repository contains a variety of full stack projects that I've worked on. I've experimented with several technologies such as reactJs, nextJs etc.
- Host: GitHub
- URL: https://github.com/rathod-shubham/full-stack-web-projects
- Owner: RATHOD-SHUBHAM
- Created: 2020-11-04T01:38:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T05:55:14.000Z (about 3 years ago)
- Last Synced: 2025-01-22T07:37:20.830Z (about 1 year ago)
- Topics: api, backend, bootstrap4, css, frontend, html5, javascript, laravel, mongodb, nextjs, php, postman, reactjs, redux, rest-api, robo3t
- Language: JavaScript
- Homepage: https://shubham-shankar.netlify.app
- Size: 4.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebProjects
All my Web application available here.
### Link to my Portfolio: https://shubham-shankar.netlify.app
## 1] Web Portfolio - My First Web Project
Developed a Dynamic personal portfolio website from the root using JavaScript, PHP and hosted it on cloud.
Performed validations, ensuring privacy and security of data
### Link To My Websit : http://shankarshubham.uta.cloud/Shankar_portfolio/home.php
------------------------------------------------------------------------------------------------------------------------------------------------------
## 2] Whatsapp:
Have you ever been in a situation where you wanted to send message/document to someone on WhatsApp and did not want save their contact??????
By default WhatsApp does not allow you to do that.
So i tought why not build a webapp that allows you to smoothly slide into whatsapp without and send messages or documents wihtout having to save their number into your contact.
>> Just type in the number , smash send button and boom you are into whatsapp/
## Link : https://shubham-whatsapp.netlify.app/whatsapp.html

-------------------------------------------------------------------------------------------------------------------------------------------------------------
## 3] eCommerce
### MERN Stack
An online marketplace application with seller & customer accounts, Different categories, products, shopping cart, order management, and payment processing with Braintree - developed using React, Node, Express and MongoDB.

## Description:
- Shopping cart app is build using MERN stack and RESTful API design.
- Responsive front-end design is done using BootStrap 5.
- Node.Js & ExpressJs is used for backend (API),
- MongoDB as database.
- POSTMAN was used to test API's.
------------------------------------------------------------------------------------------------------------------------------------------------------
## 4] WildFire Tracker Using NASA OPEN API
### React.js App
A fun beginner react project that cover topics such as Components and Props , State and Lifecycle, Conditional Rendering and much more.

## Description
- NASA OPEN API is fetched using fetch and await.
- Google MAP API is required. Get your credentials from google cloud and add it in place of key.
- [DEMO](https://beginner-wild-fire-tracker.netlify.app/)
------------------------------------------------------------------------------------------------------------------------------------------------------
## 5] Sms Application Using Twilio
### React.js, Express.js App
A fun beginner react project to play aroud with Twilio API.

## Description
- First create Twilio account and get the SID and Auth Token.
- Create React App.
- Install Express, Cors, Twilio Packages.
- Create a functional module to write server code.
- Start both the server on port 3000 (react) and 4000 (express).