We will be learning to create a React todo app using REST API. For the back-end, we will be using the Laravel 8 RESTful APIs. For this todo app, I will be starting with user registration, user login. Then the user will be able to create the task, retrieve the task lists, update and delete the task. I will try to create a simple todo app for demonstration purposes. Later, we can extend its functionality as a project portal. I have already created the RESTful APIs using Laravel 8 with Passport auth for the React Todo app . I will be trying to demonstrate all the basic steps so that you can understand exactly the same. Here, we will be implementing the React Todo App using Laravel 8 REST API. So, let’s create a new app in React .
Firstly, let me explain you what we will be creating in this React Todo App.
#react #laravel #api #web-development