Skip to content

Latest commit

 

History

History

react-essentials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Essentials - Components, JSX & State

Key Topics

  • Building User Interfaces with Components
  • Using, Sharing & Outputting Data
  • Handling User Events
  • Building Interactive UIs with State

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/react-essentials   # navigate to project folder
npm run install                     # install dependencies
npm run dev                         # start development server

Open http://localhost:5173 in a browser to view the application.