reactjsWebs is a sample website I built with React and Bootstrap — a hands-on exercise in component-based UI with responsive styling. It’s a learning project from 2019 rather than a product, aimed at getting comfortable with how React components compose into pages and how Bootstrap handles the layout and responsiveness.
The concepts
The project pairs React’s component model with Bootstrap’s grid and styling: React handles structure and state, Bootstrap handles the responsive presentation. The repo is mostly CSS and markup by weight, which reflects its focus — practising the front-end and styling side of a React site rather than any heavy application logic.
How to use it
It’s a reference to read and run locally. Clone it, install the dependencies, and start the dev server to see the components render, then poke at them to understand how the pieces fit together.
Language: CSS
Source code: github.com/avnit/reactjsWebs