An open API service indexing awesome lists of open source software.

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.

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


Screen Shot 2022-01-31 at 7 02 38 AM

-------------------------------------------------------------------------------------------------------------------------------------------------------------

## 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.

MERN

## 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.

Screen Shot 2021-06-25 at 9 16 45 AM

## 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.

Screen Shot 2021-10-05 at 11 21 27 PM

## 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).