This project is a simple website created for practicing basic HTML, CSS, JavaScript, and React skills.
- HTML β Markup structure
- CSS β Modern styling techniques
- JavaScript β Interactivity & logic
- React β UI components & state management
- BEM CSS methodology
- ES6+ features (arrow functions, destructuring, etc.)
- CSS Grid for layout
- Media Queries for responsiveness
- Immutability principles in JS
useState
,useEffect
, custom hooksstyled-components
for scoped styling- Redux: store setup with
slice
,useSelector
,useDispatch
, andProvider
This project was bootstrapped with Create React App.
Runs the app in development mode on http://localhost:3000
Builds the app for production to the build
folder.