Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  1. mayoufi

    Build a Medium Clone with React and Laravel

    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 36 Lectures ( 12h 46m ) | Size: 5.76 GB Take Your Skills to the Next Level as You Build a Dynamic Blogging Platform with Advanced React and Laravel Techniques What you'll learn: Achieve...
  2. Xebecxxx

    THE FULL STACK REACT COURSE FROM ZERO TO HERO

    Link : https://mega.nz/folder/dKonRIjB#Yty_NFuxp8ZIzP2RyoEX9w
  3. mayoufi

    React - The Complete Guide-BBC News website clone

    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 5 Lectures ( 1h 33m ) | Size: 1.1 GB BBC News clone React JS project What you'll learn: Students will learn to create clone projects Student will learn to use React JS, Tailwind CSS and...
  4. mayoufi

    React - The Complete Guide-Airbnb website clone

    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 6 Lectures ( 2h 38m ) | Size: 1.5 GB Airbnb clone React JS project What you'll learn: Students will learn to create clone projects Student will learn to use React JS, Tailwind CSS and...
  5. mayoufi

    React - The Complete Guide-Whatsapp Website Clone

    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz Language: English | Size: 2.69 GB | Duration: 2h 35m WhatsApp clone React JS project What you'll learn Improve skills in front end web development Can create different website clones Will help you to add new project to the resume Improve...
  6. manocat

    Build a Simple Calculator in React + JavaScript Foundations-Udemy Coupon

    Build a Simple Calculator in React + JavaScript Foundations Learn the Foundations of React and JavaScript by Building a Calculator. Includes JSX, Callbacks, Events, + More What you'll learn The purpose of ReactJS Building a Simple React Web Page The Tools Needed to work with React Introduction...
  7. manocat

    AWS & React: Deploy an Auto-Scaling E-Commerce App with ELB-Udemy Coupon

    AWS & React: Deploy an Auto-Scaling E-Commerce App with ELB AWS Foundations | Amazon EC2 | EC2 Configuration | AWS Storage (EBS, EFS) | ELB | ASG | Route 53 | ReactJS | E-Commerce What you'll learn Navigating the AWS Management Console Securing an AWS account with Multi-Factor Authentication...
  8. manocat

    Complete JavaScript, jQuery and React Bootcamp - Hands-On-Udemy Coupon

    Complete JavaScript, jQuery and React Bootcamp - Hands-On Learn to Harness the Power of JavaScript, jQuery and React to Build Stunning Front-End User Interfaces. What you'll learn Understand the Document Object Model (DOM) Manipulate Web Page Components using the DOM Learn how to Embed Internal...
  9. manocat

    Build a Connect-4 Clone in React + JavaScript Foundations-Udemy Coupon

    Build a Connect-4 Clone in React + JavaScript Foundations Learn the Foundations of React and JavaScript by Building a Fully Functional Connect-4 Game Clone. What you'll learn Introduction to the Document Object Model (DOM) DOM Manipulation JavaScript Foundations JavaScript Arithmetic Operators...
  10. кнαη

    Yenilendi : Django & React Vite Js ile E-Ticaret Sitesi 2024

    *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
  11. tempcp001

    Edit Product Screen in React native expo

    import React, { useState } from 'react'; import { FlatList, View } from 'react-native'; import { Searchbar } from 'react-native-paper'; import RestaurantCard from './card'; import { useNavigation } from '@react-navigation/native'; const ProductsScreen = () => { const [searchQuery...
  12. tempcp001

    Review Screen template in react native

    import React, { useState, useEffect } from 'react'; import { View, FlatList } from 'react-native'; import ReviewCard from './card'; const ReviewsScreen = () => { const [reviews, setReviews] = useState([]); useEffect(() => { // Dummy data const dummyData = [ {...
  13. tempcp001

    Order Screen template in react native expo

    import React, { useState } from 'react'; import { FlatList, View } from 'react-native'; import OrderCard from './card'; import { Searchbar } from 'react-native-paper'; import { useNavigation } from '@react-navigation/native'; const DUMMY_DATA = [ { id: '1', userId: '10', price: '100'...
  14. tempcp001

    Home Template in react native expo

    import React from 'react'; import { Dimensions, ScrollView } from 'react-native'; import { View, StyleSheet, Text } from 'react-native'; import { LineChart } from 'react-native-chart-kit'; import HomeCard from './card'; const Home = () => { const data = { labels: ['January'...
  15. tempcp001

    Button Component in React Native expo component #4

    import { StyleSheet, Text, TouchableOpacity, View } from 'react-native' import React from 'react' import { ActivityIndicator } from 'react-native' import { Colors } from '../constants/colors' export default function SubmitButton({ title, onPress, loading }) { return (...
  16. tempcp001

    Modal Component in React Native expo component #3

    import { AntDesign } from "@expo/vector-icons"; import { StyleSheet, View, Modal as RNModal, TouchableOpacity, } from "react-native"; import React from "react"; export default function Modal({ visible, onDismiss, children }) { return ( <RNModal visible={visible}...
  17. tempcp001

    Source Code  Image input in react native expo

    import { Image, StyleSheet, View, TouchableOpacity } from 'react-native' import React, { useContext } from 'react' import { AntDesign } from '@expo/vector-icons'; import * as ImagePicker from 'expo-image-picker'; export default function ImageInput({ image, setImage, link }) { const pickImage...
  18. tempcp001

    Source Code  Image input in react native expo

    import { Image, StyleSheet, View, TouchableOpacity } from 'react-native' import React, { useContext } from 'react' import { AntDesign } from '@expo/vector-icons'; import * as ImagePicker from 'expo-image-picker'; export default function ImageInput({ image, setImage, link }) { const pickImage...
  19. tempcp001

    Custom text input in react native

    import React from 'react'; import { View, Text, TextInput, StyleSheet } from 'react-native'; const CustomInput = ({ label, placeholder, value, onChangeText, ...otherProps }) => ( <View style={styles.container}> {label && <Text style={styles.label}>{label}</Text>} <TextInput...
  20. mayoufi

    Reactfolio: Building an Impressive Portfolio App with React

    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 122 Lectures ( 1h 35m ) | Size: 403 MB Step-by-Step Guide from Beginner to Pro What you'll learn: Build interactive web applications using React. Implement routing and navigation within...
  21. manocat

    React Query |TanStack Query:Server State Management in React-Udemy Coupon

    React Query |TanStack Query:Server State Management in React Master React Query: Data fetching, mutation, and Caching What you'll learn Learn efficient data fetching, updating, and synchronization with React Query Acquire practical knowledge in caching, background fetching, and mutations...
  22. mayoufi

    React JS Made Easy - Using Next.JS [2024]

    µMP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 42 Lectures ( 6h 33m ) | Size: 3.8 GB Learn React JS using Next.JS Framework What you'll learn: Become an advanced, confident React developer from scratch React fundamentals: components...
  23. manocat

    React Native Unveiled: From Basics to Mobile Mastery-Udemy Coupon

    React Native Unveiled: From Basics to Mobile Mastery Mastering React Native: JavaScript Essentials, Core Concepts, Styling Techniques, and App Navigation What you'll learn Understand App Development: Grasp the nuances of app vs. web development and the role of React Native. Distinguish between...
  24. manocat

    Next.js Web Dev: Master this Powerful React Framework-Udemy Coupon

    Next.js Web Dev: Master this Powerful React Framework Next.js Mastery: Harnessing React, Advanced Routing, Seamless API Integration, and Web Optimization Strategies What you'll learn Understand Next JS fundamentals, including its core features and advantages. Successfully set up and install...
  25. manocat

    React.JS for Ecommerce: Building a Store with React.JS-Udemy Coupon

    React.JS for Ecommerce: Building a Store with React.JS From React.js Fundamentals to Crafting an Online Storefront What you'll learn E-Commerce Foundations: Grasping the essence of online commerce and React JS's role in it React & JavaScript Essentials: Mastering basic constructs like...
  26. manocat

    React.JS Crash Course: The Complete Course for Beginners-Udemy Coupon

    React.JS Crash Course: The Complete Course for Beginners Create web apps that are robust, quick, user-friendly, and responsive. What you'll learn Learn how to create amazing front-end UIs with React! Build a remarkably reusable system components for React Discover the React notion of components...
  27. carxproveteran

    React.JS Crash Course: The Complete Course for Beginners

    React.JS Crash Course: The Complete Course for Beginners Create web apps that are robust, quick, user-friendly, and responsive. What you'll learn Learn how to create amazing front-end UIs with React! Build a remarkably reusable system components for React Discover the React notion of components...
  28. carxproveteran

    The Front-End Web Developer Bootcamp: HTML, CSS, JS & React✨✨✨

    The Front-End Web Developer Bootcamp: HTML, CSS, JS & React Get started as a front-end web developer with HTML, CSS, JavaScript, React.JS, and more! What you'll learn Learn the fundamentals of HTML and CSS, including tags, attributes, selectors, and styles. Learn how to create responsive...
  29. carxproveteran

    React.JS for Ecommerce: Building a Store with React.JS✨✨✨

    React.JS for Ecommerce: Building a Store with React.JS From React.js Fundamentals to Crafting an Online Storefront What you'll learn E-Commerce Foundations: Grasping the essence of online commerce and React JS's role in it React & JavaScript Essentials: Mastering basic constructs like...
  30. carxproveteran

    Next.js Web Dev: Master this Powerful React Framework✨✨✨✨

    Next.js Web Dev: Master this Powerful React Framework Next.js Mastery: Harnessing React, Advanced Routing, Seamless API Integration, and Web Optimization Strategies What you'll learn Understand Next JS fundamentals, including its core features and advantages. Successfully set up and install...
  31. carxproveteran

    ChatGPT & React: Introduction to the AI Chatbot Revolution

    ChatGPT & React: Introduction to the AI Chatbot Revolution Integrating AI &amp; Web Development: Master ChatGPT, React.js, API Integration, and UI Design What you'll learn Integrating ChatGPT with React JS: Embedding OpenAI's ChatGPT into React JS applications for AI-driven conversations. UI...
  32. carxproveteran

    AWS, JavaScript, React | Deploy Web Apps on the Cloud✨✨✨

    AWS, JavaScript, React | Deploy Web Apps on the Cloud Cloud Computing | Linux Foundations | LAMP Stack | DBMS | Apache | NGINX | AWS IAM | Amazon EC2 | JavaScript | React What you'll learn Foundations of Cloud Computing on AWS and Linode Cloud Computing Service Models (IaaS, PaaS, SaaS)...
  33. nikhilesh00

    React front to back 2022 course at free🔥🔥🔥❤

    https://mega.nz/folder/g5lAiIIa#k6jeHvmMwd-iIEMsemU7NQ
  34. manocat

    Build a Custom E-Commerce Site in React + JavaScript Basics-New Coupon

    Build a Custom E-Commerce Site in React + JavaScript Basics Build a Fully Customized E-Commerce Site with Product Categories, Shopping Cart, and Checkout Page in React. What you'll learn Introduction to the Document Object Model (DOM) The Foundations of JavaScript JavaScript Arithmetic...
  35. manocat

    Complete Bootstrap & React Bootcamp with Hands-On Projects-New Coupon

    Complete Bootstrap & React Bootcamp with Hands-On Projects Learn to Build Responsive, Interactive Web Apps using Bootstrap and React. What you'll learn Learn the Bootstrap Grid System Learn to work with Bootstrap Three Column Layouts Learn to Build Bootstrap Navigation Components Learn to Style...
  36. Ray1205

    React Premium Course - Beginner friendly course

    The ultimate react course for beginner ---- MEGA
  37. mayoufi

    Complete React Js Guide: From Fundamentals to Dynamic Apps

    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Language: English | Duration: 2h | Size: 1.1 GB Unleash the Power of React JS: Craft Dynamic and Thrilling Web Applications What you'll learn Grasp React Fundamentals: From JSX to state management, build a solid React foundation. Design...
  38. mayoufi

    Crack The Code To Australian Employment

    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz Language: English | Size: 711.97 MB | Duration: 2h 0m Insider Secrets for Foreigners Seeking Jobs in Australia What you'll learn Learn about the top high-demand industries and jobs in Australia Understand the Australian Job Market Landscape...
  39. mayoufi

    React: Working with Loops

    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Skill Level: Intermediate | Genre: eLearning | Language: English + srt | Duration: 1h 17m | Size: 135 MB One of the key features of React is the ability to create dynamic and interactive components, and loops are a critical component...
  40. carxproveteran

    Build a Connect-4 Clone in React + JavaScript Foundations - ✨✨✨

    Build a Connect-4 Clone in React + JavaScript Foundations Learn the Foundations of React and JavaScript by Building a Fully Functional Connect-4 Game Clone. What you'll learn Introduction to the Document Object Model (DOM) DOM Manipulation JavaScript Foundations JavaScript Arithmetic Operators...
  41. carxproveteran

    Build a Custom E-Commerce Site in React + JavaScript Basics - New Coupon

    Build a Custom E-Commerce Site in React + JavaScript Basics Build a Fully Customized E-Commerce Site with Product Categories, Shopping Cart, and Checkout Page in React. What you'll learn Introduction to the Document Object Model (DOM) The Foundations of JavaScript JavaScript Arithmetic...
  42. manocat

    Complete Bootstrap & React Bootcamp with Hands-On Projects-Udemy Coupon

    Complete Bootstrap & React Bootcamp with Hands-On Projects Learn to Build Responsive, Interactive Web Apps using Bootstrap and React. What you'll learn Learn the Bootstrap Grid System Learn to work with Bootstrap Three Column Layouts Learn to Build Bootstrap Navigation Components Learn to Style...
  43. manocat

    Complete JavaScript, jQuery and React Bootcamp - Hands-On-Udemy Coupon

    Complete JavaScript, jQuery and React Bootcamp - Hands-On Learn to Harness the Power of JavaScript, jQuery and React to Build Stunning Front-End User Interfaces. What you'll learn Understand the Document Object Model (DOM) Manipulate Web Page Components using the DOM Learn how to Embed Internal...
  44. manocat

    Build a Custom E-Commerce Site in React + JavaScript Basics-Udemy Coupon

    Build a Custom E-Commerce Site in React + JavaScript Basics Build a Fully Customized E-Commerce Site with Product Categories, Shopping Cart, and Checkout Page in React. What you'll learn Introduction to the Document Object Model (DOM) The Foundations of JavaScript JavaScript Arithmetic...
  45. manocat

    Build a Connect-4 Clone in React + JavaScript Foundations-Udemy Coupon

    Build a Connect-4 Clone in React + JavaScript Foundations Learn the Foundations of React and JavaScript by Building a Fully Functional Connect-4 Game Clone. What you'll learn Introduction to the Document Object Model (DOM) DOM Manipulation JavaScript Foundations JavaScript Arithmetic Operators...
  46. binccworld

    Complete Bootstrap & React Bootcamp with Hands-On Projects

    Learn To Build Responsive, Interactive Web Apps Using Bootstrap And React Course Link: https://thextar.com/threads/complete-bootstrap-react-bootcamp-with-hands-on-projects.162/
  47. binccworld

    Complete JavaScript, jQuery and React Bootcamp - Hands-On

    Learn To Harness The Power Of Javascript, Jquery And React To Build Stunning Front-End User Interfaces. Course Link: https://thextar.com/threads/complete-javascript-jquery-and-react-bootcamp-hands-on.163/
  48. binccworld

    Build a Custom E-Commerce Site in React + JavaScript Basics

    Build A Fully Customized E-Commerce Site With Product Categories, Shopping Cart, And Checkout Page In React. Course Link: https://thextar.com/threads/build-a-custom-e-commerce-site-in-react-javascript-basics.164/
  49. binccworld

    Build a Connect-4 Clone in React + JavaScript Foundations

    Learn The Foundations Of React And Javascript By Building A Fully Functional Connect-4 Game Clone. Udemy Course Link: https://thextar.com/threads/build-a-connect-4-clone-in-react-javascript-foundations.165/
  50. rowexih662

    React – The Complete Guide 2023 (Incl. React Router & Redux)

    Dive in and learn React.js from scratch! Learn React, Hooks, Redux, React Router, Next.js, Best Practices and way more! What you’ll learn Build powerful, fast, user-friendly and reactive web apps Provide amazing user experiences by leveraging the power of JavaScript with React Join more than...
Top Bottom