From the course: ChatGPT for Web Developers
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Create a user interface with ReactJS - ChatGPT Tutorial
From the course: ChatGPT for Web Developers
Create a user interface with ReactJS
- [Tutor] Previously we have successfully created RESTful API. Now we want to create a client application and we're going to ask ChatGPT to create a client side React application. And I am providing you with a few more instructions for the APIs. So we're using cors and also nodemon. And cors is to allow to handle requests from different origins because now we're going to handle the requests the API calls from the client React application. And we're using also nodemon which is a utility application to restart the server automatically whenever there is a change in the js file. So for example, if you make any change right here. So we're going to open the console you see that it's going to restart the server automatically, so you don't need to stop and start manually the server whenever you make a change in the file. So let's look at the few changes that we've made. So whenever I change an item to the list I'd rather…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
Build a password generator5m 41s
-
(Locked)
Create a 2D game using JavaScript7m 46s
-
(Locked)
Challenge: Create a RESTful API37s
-
(Locked)
Solution: Create a RESTful API6m 2s
-
(Locked)
Create a user interface with ReactJS4m 54s
-
(Locked)
Write CSS with ChatGPT6m 21s
-
(Locked)
Level up with prompt engineering6m 1s
-
(Locked)
-
-
-