Hi, My Name is Shivam Khandelwal and
I am a Full-Stack Web Developer recently graduated from LNMIIT, Jaipur.

Smart Brain

This app deployed on Heroku, analyses web images and identifies faces within the images. The app was created using React. It Uses the clarifai API for the face recognition, React for the front end, Node & express for the backend and postgresql database for the user sign in and registration process.

Web Calculator App

The idea was to create a web based calculator. HTML and CSS will be responsible for structure of calculator and javascript will handle the math operations using DOM events.

Robofreinds App

It is the first app I have created using the React JavaScript library, also making use of the Tachyons CSS framework as well as the users data API 'jsonplaceholder' and image API 'Robohash'. We can find different robo users by their name in search bar.

JS Background Genereator

This is a simple JavaScript app that generates the CSS code for a linear-gradient page background. This is made mainly with the help of DOM Manipulation techniques. It can generate beautiful backgrounds for websites using different colour inputs.

My Youtube Downloader

This project helps us to download Youtube vedios directly by just copying URL of vedio from youtube and pasting it in search box of our website. It will convert vedio format to .mp4 and then download the vedio in our system by connecting through the expressJs server.

CRUD Post App made with MERN Stack

A Single page React and Redux application where users can add, view, update and delete posts. In this project, we config our own Webpack, Redux, React-Router and start our node server from scratch. This project uses mongoDB for database, Nodejs & expressJS for backend.