Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.07 KB

Static-Digital-Card

Built a static digital to get hand on practice about styling, folder structure, components, JSX in React.

OUTPUT

Concepts I have learned by bulding this static digital card

  • Folder Structure
  • JSX
  • Styling in React
  • Flex
  • Font-awesome icons library
  • Components

Tech Used

  • 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/>);

Improvements

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 ⭐