Our Internship Plan

Our Internship Plan Phase 1 Markdown Doxygen Intro, Basics , Commonly Used Tags Documentation From Scratch File Snapshots UML Flow Chart OOP MVC Structure(Life cycles, Hooks etc) Bussiness Analysis & Project Plan Preparation. Further Phases For Web Based Applcations Phase 2 DBMS(MYSQL) HTML JS CSS Browser Development Tools Phase 3 IDEs(NotePad++, VS Code, PHP Storm)…

React with Router,AJAX, Redux etc

In this session we will learn Router Link & Nav Link Higher Order Components(HOC) Programatic Redirects Axios (Nodejs utility for AJAX) Route Parameters Switch Tag to link only exact match Importing Images Redux Intro Integrating with Jquery Installations Required For Create React App and React basic stuff npx create-react-app my-app For extra utilities in this…

React Development Basics

Intro: Basics : components, events, templates, props and forms Router : routes, route paramenter, redirects Redux : stores,actions & reducers Samples Git https://github.com/iamshaunjp/react-redux-complete-playlist CDN Links https://reactjs.org/docs/cdn-links.html VS Code extensions that could be handy ES7 React/Redux/GraphQL/React Native Snippets by dsznajder Sublime babel by josh peng Browser extensions React Developer tools by facebook firefox , Chrome It…

React JS Introduction

About React.js is a JavaScript library for building user interfaces. It was created by Facebook and is now maintained by a large community of developers. React allows developers to build reusable UI components and manage the state of those components efficiently. With React, you can build complex and dynamic web applications with a high level…