/link-in-bio

Link in bio page

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Link in bio

Bio dionannd

Design in figma files

Ingredients

Project Structure

$PROJECT_ROOT
├── public          # public static file
└── src
    ├── app         # all page files
    ├── components  # all component file
    ├── data        # data
    ├── hooks       # all hooks file
    ├── lib         # helper or utils files
    ├── providers   # all providers file
    └── types       # type for typescript

Deploy on Vercel