Built a static digital to get hand on practice about styling, folder structure, components, JSX in React.
- Folder Structure
- JSX
- Styling in React
- Flex
- Font-awesome icons library
- Components
- React JS
- CSS
- Vite
- HTML
NOTE : If you are using React > 18 then it is recommended to use createRoot.
ReactDOM.createRoot(document.getElementById('root')).render(<App/>);
Basically the idea of building this static-digital-card is to get familiar with creating composable elements or components and getting bit comfortable with styling in React. It can be improved and further customized. Feel free to use this template.
For example : You can provide or attach link to the icons, you can change color theme etc.
Go Ahead and have fun ⭐