AcculizeinTech - Ethical Hacking Institute In Agra / Digital Marketing Course In Agra / Graphics Designing Institute In Agra By Ishika Agarwal Intern Full Stack Course curriculum Full Stack
FRONTEND FRAMEWORKS AND LIBRARIES
What You’ll Learn in This MERN Stack Course? Part – 1: HTML, CSS , JAVASCRIPT, REACT, BOOTSTRAP MODULE 01 HTML HTML Formatting Bold Italic Text Underlined Text trike Text Monospaced Font Superscript Text Subscript Text Inserted Text Smaller Text Larger Text Deleted Text
Emphasized Text Marked Text/Highlight Text Strong Text Text Abbreviation Text Direction Quoting Text Short Quotations Address Text HTML comments Normal comment Conditional Comments Using Comment Tag HTML Images HTML Link
URL (Uniform Resource Locator) E-mail Link SMS Link Target Link Phone Link Download Link Move to Top in Page Linking to a specific part of the same page Base Path/URL HTML Table Table Headings Cellpadding and Cellspacing Attributes Colspan and Rowspan Attribute Table Header, Body, and Footer
Nested Tables HTML Form Form <form> </form> Input Restrictions HTML Input Attributes HTML5 Attributes Linking to other sites (absolute URL)
Module-02
Module-03
Module-05
React 1. Introduction to React What is React? Why React? React Environment Setup Create React App React Components React JSX 2. React Basics React Rendering Elements React Components React Props React State Module-06
React life cycle methods 3. Handling Events Handling Events in React React Forms Controlled Components React Conditional Rendering 4 . React Lists and Keys Rendering Lists Using Keys 5. React Hooks Introduction to Hooks useState Hook useEffect Hook Custom Hooks
React Router Introduction to React Router Setting up React Router Route Matching Navigating with React Router React State Management Context API useContext Hook React Higher-Order Components (HOC) Understanding Higher-Order Components React Projects Mini projects to practice
Part – 2: NodeJs, ExpressJs, MongoDb
Module-07 NodeJs Module-08 Module-09 Module-10
Module-11 Module-12 Express Js
Module-13 M ONGO MongoDB is a NoSQL database that provides a flexible, scalable, and high-performance database solution. It stores data in JSON-like documents, 1. Introduction to MongoDB 2. Installing MongoDB 3. Basic Concepts Database: A container for collections. Collection: A group of MongoDB documents, similar to a table in relational databases. 4. CRUD Operation 5.Querying Data 6. Indexes 7. Aggregation 8. Working with Mongoose 9. Schema Design: Design your schema according to your application needs and query patterns. Indexing: Use indexes to optimize query performance. Data Validation: Use Mongoose or MongoDB’s built-in validation to enforce data integrity.