This repository contains my practice and learning exercises from the React Basics Course on Coursera, offered by Meta (Facebook).
It includes simple apps and component-based exercises to understand how React works under the hood.
The main goal of this project is to:
- ✅ Learn React fundamentals
- ✅ Practice component structure and props
- ✅ Understand state management and event handling
- ✅ Build confidence using React in real projects
Technology | Description |
---|---|
React | JavaScript library for building user interfaces |
Vite | Fast development environment |
JavaScript | Programming language used |
[HTML/CSS] | Basic structure and styling |
Clone the repository and run the project locally:
git clone https://github.com/sendosalmansour105/learnReact.git
cd learnReact
npm install
npm run dev
Open your browser at http://localhost:5173.