Book Image

Full Stack Web Development Bootcamp with React and Python [Video]

By : Bogdan Stashchuk
Book Image

Full Stack Web Development Bootcamp with React and Python [Video]

By: Bogdan Stashchuk

Overview of this book

This is a practical React and Python Flask full-stack web development Bootcamp. Here, you will start with building real applications from the first lecture. The application will consist of the front-end and back-end parts. The frontend will be built using JavaScript React. The backend API will be built using Python Flask. During the creation of the frontend app, you will perform the following practical tasks: - Initialize a React app using create-react-app - Create different React components - Use useEffect and useState React hooks - Adjust favicon.ico in the frontend app - Create and insert an SVG logo - Make an API request to the Unsplash API - Use React props and state While making an API app, you will perform the following practical tasks: - Create a Python virtual environment using pipenv - Install and use Python packages such as Flask, dotenv, and requests - Create Flask routes - Make external API calls from the Flask app - Accept requests from the clients You will also learn how to use the following applications: - Visual Studio Code - Git and GitHub - Postman By the end of this course, you will become a full-stack web developer with practical knowledge about JavaScript React and Python Flask. The code bundle is available at https://github.com/PacktPublishing/Full-Stack-Web-Development-Bootcamp-with-React-and-Python
Table of Contents (28 chapters)
Free Chapter
1
Introduction
2
Introduction to Web Development
17
Configuring Frontend App to Make New Image API Requests Via Flask API
Chapter 6
React Props and Creation of the Header and Search Components
Content Locked
Section 8
Controlled Search Component
In this video, we will cover controlled search component.