Code Monkey home page Code Monkey logo

Welcome! Happy to see you hereโ€‚

banner (1)

Ayush Kanduri's Dev Card

Hi, I'm ๐—”๐˜†๐˜‚๐˜€๐—ต ๐—ž๐—ฎ๐—ป๐—ฑ๐˜‚๐—ฟ๐—ถ, a passionate ๐—™๐˜‚๐—น๐—น ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ ๐—ช๐—ฒ๐—ฏ ๐——๐—ฒ๐˜ƒ๐—ฒ๐—น๐—ผ๐—ฝ๐—ฒ๐—ฟ from ๐—œ๐—ป๐—ฑ๐—ถ๐—ฎ!

  • ๐Ÿ’ป I have worked as a Project Engineer at Wipro Limited for 2 Years.
  • ๐Ÿš€ Iโ€™m currently looking for a Job with a role of MERN Stack Web Developer.
  • ๐Ÿ”ญ Iโ€™m currently working with MongoDB, ExpressJS, ReactJS, NodeJS.
  • ๐ŸŒฑ Iโ€™m currently learning MERN Stack & building Projects in public.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate with people with Amazing Ideas.
  • โšก Fun fact: I love connecting & socializing with new people.

๐Ÿ“ž Connect with me

๐๐จ๐ซ๐ญ๐Ÿ๐จ๐ฅ๐ข๐จ ๐–๐ž๐›๐ฌ๐ข๐ญ๐žโ€ƒ|โ€ƒ๐‘๐ž๐ฌ๐ฎ๐ฆ๐ž


๐Ÿ”ฅ Tech Stack

Front End Skills :

JAVASCRIPT HTML5 CSS3 SASS BOOTSTRAP REACT MUI STYLEDCOMPONENTS REDUX REACTROUTER

Back End Skills :

NODE EXPRESS NPM JWT

Database Skills :

MONGODB REDIS

Tools :

NETLIFY HEROKU AWS VERCEL VSC GIT


๐Ÿ“Š GitHub Stats

GitHub Streak
GitHub Stats
GitHub Langs

โญ Thanks for the visit!

trophy

Visitor Count

Quote of the Day

Typing SVG

Ayush Kanduri's Projects

nasa-mars-images-pagination icon nasa-mars-images-pagination

This project uses the NASA API to fetch all the Mars Rover Images for a particular SOL. The fetched images are then shown in a Pagination Format where the user can navigate through the pages. This API Web App uses the Async-Await for the fetch() API calls. It also implements an XHR AJAX API Call Synchronously in the Proxy Server. Synchronous XHR AJAX Call is just used for the demonstration purpose as a study case. It is never recommended as it causes lag. Always use Asynchronous Calls only. It uses a Backend Proxy Server to hide the API Key in the browser & to solve CORS Error.

nasa-mars-rover-photos icon nasa-mars-rover-photos

This project uses the NASA API to fetch all the Mars Rover Images on a particular date. This API Web App uses the Async-Await for the fetch() API calls. It also implements a Promisified XHR AJAX API Call Asynchronously in the Proxy Server. It uses a Backend Proxy Server to hide the API Key in the browser & to solve CORS Error.

nasa-mars-sol-photos icon nasa-mars-sol-photos

This project uses the NASA API to fetch all the Mars Rover Images for a particular SOL & Page Number. This API Web App uses the Async-Await for the fetch() API calls. It also implements a XHR AJAX API Call Asynchronously in the Proxy Server. It uses a Backend Proxy Server to hide the API Key in the browser & to solve CORS Error.

ping-pong-game-using-javascript icon ping-pong-game-using-javascript

This is a Ping Pong Game App built using HTML, CSS, Javascript. Player is given 2 paddles and a ball, where he/she competes with oneself & the score is displayed accordingly. This App is most suitable & responsive for the Desktop Version.

placement-cell-application icon placement-cell-application

The Placement Cell Application is a Full Stack Application built using MongoDB, ExpressJS, NodeJS, EJS, Express Partials-Layouts, GulpJS, Vanilla JS & implements RestFul CRUD APIs along with CRUD Operations. This project is basically used for the purpose of assigning students to the interview slots of the incoming companies for the visit, at the backend for the employees to work. It manages both student & interview information along with the company visits. This website is only restricted for the use of employees. This website is completely Responsive across all the Devices.

react-assignments icon react-assignments

This repository contains all the React Assignments from my online learning courses.

restful-crud-apis icon restful-crud-apis

This project implements RESTful CRUD APIs for an E-Commerce Platform for managing product inventory, using NodeJS, ExpressJS, MongoDB. This is a Back-End API Project. User can create a new product. User can get list of all the products. User can get a particular product. User can delete a particular product. User can update a particular product's quantity.

simple-todo-list-app icon simple-todo-list-app

This project is a Simple Todo List App which is built using the HTML, CSS, Vanilla Javascript. It implements all the basic functionalities of a todo list, i.e, CRUD Operations (Create Read Update Delete).

single-digit-counter icon single-digit-counter

This is a simple and interactive Single Digit Counter. It is built using HTML, CSS, Javascript. This was a part of my Online Course Front End Assignment.

social-media-app-react icon social-media-app-react

This project is a Social Media App built using MERN Stack. Users are able to create, share the posts and connect with each other across the platform. This website is completely Responsive across all the Devices.

spotify-app-meen icon spotify-app-meen

The Spotify Clone App is a Song Based Web App designed using Full Stack Web Development through the Technology of MEEN Stack (MongoDB, ExpressJS, EJS, NodeJS), RedisDB, GulpJS, NodeMailer, and Passport Auths. This website is completely Responsive across all the Devices.

superhero-hunter-app icon superhero-hunter-app

This project is Super Hero Hunter App in which we use superheroAPI() to fetch the records and details of all the superheroes along with some additional features. It is built using HTML, CSS, Vanilla Javascript. Users are Shown some ongoing Super Hero Videos playing in the background of the website. Users can Enter their Problems in the form to which the most suitable Super Hero is assigned to Assist. Users can Check out the famous Super Hero Quotes. Users can Mark their Favourite Super Heroes in the 'favourites' section. It is stored persistently in the browser's local storage. Users are able to Search for the Super Heroes by entering the name or searchable-term in the Search Input. It shows a list of results as autocomplete suggestions, which upon clicking directs us to that particular superhero card with all the information provided by the SuperHero() API.

the-social-book icon the-social-book

The Social Book is a Social Media Website designed using Full Stack Web Development through Back-End Technology of MEN Stack (MongoDB, ExpressJS, NodeJS), RedisDB, GulpJS & Passport Auths. Users are able to create, share the posts and connect with each other across the platform. This website is completely Responsive across all the Devices.

the-social-book-mini-chat-server icon the-social-book-mini-chat-server

This repository contains the Mini Server or the Backend Proxy Server which is used in the Full Stack or MERN App of The Social Book Application, apart from the main server. It serves the purpose of a Chat Server which is used for the interaction with the main server. It handles the Chat Socket-IO Events on the Server Side with the help of an HTTP Server. It is a Backend Side Proxy Server to handle CORS issues, ENV Variables leakage prevention & other issues.

todo-list-app icon todo-list-app

This project is a Todo List Application which is built using the HTML, CSS, Vanilla Javascript. It implements all the basic functionalities of a todo list, i.e, CRUD Operations (Create Read Update Delete). It implements IIFE Module Design Pattern. Users are able to Create new tasks. Users are able to Read the created tasks data. Users are able to Complete the task by checking off the task with a strike through. Users are able to Delete the task. Users are able to Update the tasks with many customized options. Users are able to View a Banner with current date-time. Users can Toggle through the Dark-Light mode. Users can Check the count of remaining tasks, Complete all tasks together, Delete all completed tasks together.

toggle-dark-mode icon toggle-dark-mode

This is a simple and interactive program to toggle the Dark & Light Mode. It is built using HTML, CSS, Javascript. This was a part of my Online Course Front End Assignment.

ui-calculator icon ui-calculator

This is a Stylish UI Calculator. It is a Simple Calculator with many operations to perform. It is built using HTML, CSS, Javascript (jQuery & DOM).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.