Build a Todo app with Django and React #1 - Django and React for Beginners.

preview_player
Показать описание
Hi, in this video you will learn how to create a Todo app using the popular web development frameworks Django and React! In this step-by-step tutorial, I will guide you through the process of building a fully functional Todo application from scratch.

First, we'll set up the backend using Django, a robust and flexible Python web framework. You'll learn how to create a Django project, define models for the Todo items, set up a RESTful API using Django REST Framework, and handle CRUD operations for managing the Todo list.

Next, we'll dive into the frontend and leverage React, a popular JavaScript library for building user interfaces. You'll discover how to set up a React project, create components for displaying and manipulating the Todo items, and interact with the backend API to fetch and update data in real-time.

Source code:-
Django:

React:

Follow me: -

Рекомендации по теме
Комментарии
Автор

After a long hiatus from coding this a good refresher, great video bro. Keep it up

CharlesBLim
Автор

Github repo for Django is missing requirements.txt file. Run pip freeze > requirements.txt and add the file to your main branch please

oleksandrpysariev
Автор

Can you teach us how we can create custom apis to perform more functionalities? Thanks for this vide by the way.

abhisheksharma
Автор

I downloaded the django code, write the runserver command and it doesn´t work

luchorse
Автор

you didnt show how to set up the django project at the beginning

width