All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • Making a Single page app with React

 Welcome in this Full stack course. This course is mainly based on Django and React and React Native but we will cover much more than just a these frameworks. We will build full application including backend restful API, front-end web app and mobile apps on both Android and iOS.

We will discover how to make a user authentication (register and login users), how to create a full CRUD (create, read, update and delete) and how to create our own endpoints. I will show how to communicate between the API and web app. We will discover how to style the application and restrict certain parts of it to authenticated users only. All that done with very popular frameworks. We will use javascript and python languages and basic knowledge of these are required.

This course is build from two kinds of sections: First is an introduction to the framework where I explain everything from scratch, and 2nd is a hands on section to build a ready application. After finishing this Course you will have both knowledge and also experience how to build a full stack application using Django, React and React Native.

  • basic knowledge of Javascript
  • basic knowledge of python
  • beginner developers who wants to learn Django and React
View More...
  • Section 1 : Introduction 4 Lectures 00:19:32

    • Lecture 1 :
    • Lecture 2 :
    • Technology overview
    • Lecture 3 :
    • Debugging
    • Lecture 4 :
    • IDE
  • Section 2 : Django Introduction 24 Lectures 03:40:55

    • Lecture 1 :
    • Introduction
    • Lecture 2 :
    • Python Installation
    • Lecture 3 :
    • Virtual environment
    • Lecture 4 :
    • Creating Project
    • Lecture 5 :
    • PyCharm IDE
    • Lecture 6 :
    • Files overview and new app
    • Lecture 7 :
    • Migrations
    • Lecture 8 :
    • User and admin
    • Lecture 9 :
    • Field options
    • Lecture 10 :
    • Field types
    • Lecture 11 :
    • Urls
    • Lecture 12 :
    • Class Views
    • Lecture 13 :
    • Model objects methods
    • Lecture 14 :
    • Templates
    • Lecture 15 :
    • Dynamic templates
    • Lecture 16 :
    • Admin customisation
    • Lecture 17 :
    • REST
    • Lecture 18 :
    • Serializers
    • Lecture 19 :
    • Postman & HTTP methods
    • Lecture 20 :
    • Token
    • Lecture 21 :
    • Permissions
    • Lecture 22 :
    • One to one
    • Lecture 23 :
    • One to many
    • Lecture 24 :
    • Many to many
  • Section 3 : Django API project 12 Lectures 02:03:56

    • Lecture 1 :
    • Starting API project
    • Lecture 2 :
    • URLs
    • Lecture 3 :
    • Models
    • Lecture 4 :
    • Serializers
    • Lecture 5 :
    • Testing API
    • Lecture 6 :
    • Custom method
    • Lecture 7 :
    • Request Data
    • Lecture 8 :
    • Update and Create
    • Lecture 9 :
    • Ratings
    • Lecture 10 :
    • Token Auth
    • Lecture 11 :
    • Register User
    • Lecture 12 :
    • Restrictions
  • Section 4 : React Introduction 15 Lectures 02:26:49

    • Lecture 1 :
    • Introduction
    • Lecture 2 :
    • Create App
    • Lecture 3 :
    • Files overview
    • Lecture 4 :
    • Components
    • Lecture 5 :
    • Props
    • Lecture 6 :
    • Events
    • Lecture 7 :
    • State
    • Lecture 8 :
    • Life Cycle methods
    • Lecture 9 :
    • Conditional display
    • Lecture 10 :
    • Loops and keys
    • Lecture 11 :
    • Router
    • Lecture 12 :
    • Context
    • Lecture 13 :
    • Styling
    • Lecture 14 :
    • Hooks - state
    • Lecture 15 :
    • Hooks - effects
  • Section 5 : React project 18 Lectures 02:58:22

    • Lecture 1 :
    • Create Project
    • Lecture 2 :
    • List component
    • Lecture 3 :
    • Fetch data
    • Lecture 4 :
    • CORS
    • Lecture 5 :
    • Details component
    • Lecture 6 :
    • Passing data between components
    • Lecture 7 :
    • Rating
    • Lecture 8 :
    • First POST method
    • Lecture 9 :
    • Update View
    • Lecture 10 :
    • Delete Method
    • Lecture 11 :
    • Setting up controls
    • Lecture 12 :
    • Form inputs
    • Lecture 13 :
    • Update and Save
    • Lecture 14 :
    • Styling
    • Lecture 15 :
    • Routing
    • Lecture 16 :
    • Login
    • Lecture 17 :
    • Token and Cookies
    • Lecture 18 :
    • Register
  • Section 6 : React Native Introduction 15 Lectures 02:07:27

    • Lecture 1 :
    • Framework overview
    • Lecture 2 :
    • Expo
    • Lecture 3 :
    • Running your app
    • Lecture 4 :
    • Files overview
    • Lecture 5 :
    • Components, props and state
    • Lecture 6 :
    • Styling
    • Lecture 7 :
    • Flex
    • Lecture 8 :
    • User inputs
    • Lecture 9 :
    • Lists
    • Lecture 10 :
    • Images
    • Lecture 11 :
    • Platform specific code
    • Lecture 12 :
    • Icon and splash screen
    • Lecture 13 :
    • Navigation
    • Lecture 14 :
    • Build
    • Lecture 15 :
    • Eject
  • Section 7 : React Native project 19 Lectures 02:30:40

    • Lecture 1 :
    • Initialising project
    • Lecture 2 :
    • Getting data from Django
    • Lecture 3 :
    • Styling list
    • Lecture 4 :
    • Enable Navigation
    • Lecture 5 :
    • Passing params
    • Lecture 6 :
    • Icons for rating
    • Lecture 7 :
    • Top bar
    • Lecture 8 :
    • Edit component
    • Lecture 9 :
    • Forms
    • Lecture 10 :
    • PUT method
    • Lecture 11 :
    • Fetch from localhost
    • Lecture 12 :
    • Rate UI
    • Lecture 13 :
    • Rate request
    • Lecture 14 :
    • POST new record
    • Lecture 15 :
    • Delete record
    • Lecture 16 :
    • Login UI
    • Lecture 17 :
    • AsyncStorage
    • Lecture 18 :
    • Token
    • Lecture 19 :
    • Register
  • Section 8 : Deploy Apps 5 Lectures 01:01:56

    • Lecture 1 :
    • Heroku overview
    • Lecture 2 :
    • Preparing Django for Heroku
    • Lecture 3 :
    • Deploying to Heroku
    • Lecture 4 :
    • Firebase account
    • Lecture 5 :
    • Deploy React App
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

73725 Course Views

1 Courses

I'm self-educated Full-stack developer. I have a master's degree in social psychology and I was working as a child therapist for a few years. Due to the decisions I made in my life - to move to another country I had to give up my profession and find something different. I started with programming 6 years ago with simple HTML and CSS websites. Shortly I become a freelancer using mostly flash platform. I got my first full-time position as Front-end developer few years ago. Since I started with programming I learn new technologies every single day. And I strongly believe that's a key to success. Now, mostly I'm working with JavaScript and Python, but I also work with other languages like: Java, Php, ActionScript, Typescript ect. I'm very eager to learn everything related to IT technologies and I'm trying to share my passion with others.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • the-extreme-web-development-course

    The Extreme Web Development Course

    By : Paul Carlo Tordecilla

    Lectures 124 Beginner 4:26:22
  • develop-your-own-chrome-extension-firefox-plugin

    Develop your own Chrome Extension &...

    By : Harshit Srivastava

    Lectures 15 Beginner 2:1:54
  • the-ultimate-codeigniter-3-course

    The Ultimate Codeigniter 3 Course

    By : Paul Carlo Tordecilla

    Lectures 23 Beginner 2:17:35
  • superb-advance-javascript-become-javascript-professional

    Superb Advance Javascript - Become ...

    By : Paul Carlo Tordecilla

    Lectures 28 Beginner 1:28:39
  • application-development-with-ibm-watson

    Application development with IBM Wa...

    By : Harshit Srivastava

    Lectures 14 Intermedite 1:42:29
  • learn-react-16-and-redux-by-building-real-world-application

    Learn React 16 and Redux by buildin...

    By : Haider Malik

    Lectures 74 Beginner 6:46:11

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.