Linktree allows you to embed all social media links into one webpage which can be viewed by anybody!
This is my first time using React on a project with a Backend server running in python through fastapi with sqlite for the database which does a fine job!
Run backend server of application
$: fastapi dev main.py
Run client:
$: npm install
$: npm run dev