Skip to content

Commit 19e7c3f

Browse files
authored
Update README.md
1 parent fc98938 commit 19e7c3f

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# React in Action: From Setup to Deployment
22
This is the repository for the LinkedIn Learning course React in Action: From Setup to Deployment. The full course is available from [LinkedIn Learning][lil-course-url].
33

4+
![lil-thumbnail-url]
5+
6+
## Course Description
7+
8+
Begin your adventure into React, the front-end library trusted by developers worldwide, as Ray Villalobos gets you started installing React, utilizing hooks for state and lifecycle management, handling events, and structuring your components for maximum reusability. Dive into styling with Pico CSS. Optimize your application with JSX and learn the intricacies of integrating and managing external modules. Discover practical ways to use tools like Node.js, Veet, and GitHub Codespaces for efficient development and debugging. Learn how to incorporate SVG icons and custom fonts to enhance your application's visual appeal. Follow along with examples and hands-on projects designed to solidify your understanding. Whether you're building interactive user interfaces for personal projects or deploying production-ready applications, this comprehensive course will equip you with the knowledge that you need to excel.
9+
410
_See the readme file in the main branch for updated instructions and information._
511
## Instructions
612
This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access.
@@ -20,15 +26,20 @@ To resolve this issue:
2026
Add changes to git using this command: git add .
2127
Commit changes using this command: git commit -m "some message"
2228

23-
## Installing
24-
1. To use these exercise files, you must have the following installed:
25-
- [list of requirements for course]
26-
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
27-
3. [Course-specific instructions]
29+
## Instructor
30+
31+
Ray Villalobos
32+
33+
Senior Staff Instructor at LinkedIn Learning
34+
35+
36+
37+
38+
Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/ray-villalobos?u=104).
2839

2940

3041
[0]: # (Replace these placeholder URLs with actual course URLs)
3142

32-
[lil-course-url]: https://www.linkedin.com/learning/
33-
[lil-thumbnail-url]: http://
43+
[lil-course-url]: https://www.linkedin.com/learning/react-in-action-from-setup-to-deployment
44+
[lil-thumbnail-url]: https://media.licdn.com/dms/image/v2/D4D0DAQGk2pMffcNHPQ/learning-public-crop_675_1200/learning-public-crop_675_1200/0/1737679661999?e=2147483647&v=beta&t=UsLEx5QnLozafkQhp7OGusw5GtJUV4FvG3wk_y69Lig
3445

0 commit comments

Comments
 (0)