Personal notes and projects whilst taking the Meta React Native Specialization on Coursera.
| File | Topic |
|---|---|
| Frontend/html.md | HTML elements, attributes, forms, semantic layout |
| Frontend/css.md | Selectors, box model, flexbox, grid, responsive design |
| Frontend/reactjs.md | React components, props, state, hooks, routing, styling |
| Javascript/javascript.md | Modern JS (ES6+), array methods, async/await |
| Project | Description | Built With |
|---|---|---|
| counter_app | Simple counter app | Vite + React |
| jae-calculator | Calculator with add, subtract, multiply, divide | Create React App |
| meta-react-basics | Components, props, and event handling practice | Vite + React |
| random-number-cards | Component reusability and props lab | Vite + React |
EverythingAboutWebApp/
├── Frontend/ # HTML, CSS, React notes
├── Javascript/ # JavaScript notes
├── Backend/ # (coming soon)
└── Projects/ # Hands-on React projects
This project is for educational purposes.