A practice project using React Components.
Credit: React Course by Scrimba
To run this project, install it locally using npm and Vite
# Clone this repo
git clone https://github.com/tranngocteam79/digital-business-card-react-practice
# Install dependencies
npm install
# Run dev server. Default is http://localhost:5173/
npm run dev