Welcome to the ReactJS workshop! This workshop is designed to introduce you to the basics of ReactJS and help you build your first React application.
Before attending this workshop, you should have a basic understanding of HTML, CSS, and JavaScript.
- Introduction to ReactJS
- Components
- State and Props
- JSX
- Event Handling
We will be building a multi-step form and get it looking as close to the design as possible. Challenge by Frontend Mentor
The project is deployed on Netlify and can be accessed at the following link:
https://glowing-lollipop-c34ced.netlify.app/
To get started with the workshop, please clone this repository to your local machine. You can do this by running the following command in your termin
git clone https://github.com/MouaadLaouar/ReactJS-Workshop.git
Next, navigate to the project directory and install the dependencies:
cd ReactJS-Workshop
npm install
Finally, start the development server:
npm start
This will start the application in your browser at http://localhost:3000/.
Here are some resources to help you continue learning ReactJS after the workshop: