https://github.com/andrejkoller/linksheet-frontend
🔗📄 Link-in-bio application built with React and TypeScript. Create customizable landing pages with multiple links for social media profiles, portfolios, and personal branding.
https://github.com/andrejkoller/linksheet-frontend
css3 html5 link-in-bio react typescript
Last synced: about 2 months ago
JSON representation
🔗📄 Link-in-bio application built with React and TypeScript. Create customizable landing pages with multiple links for social media profiles, portfolios, and personal branding.
- Host: GitHub
- URL: https://github.com/andrejkoller/linksheet-frontend
- Owner: andrejkoller
- License: mit
- Created: 2025-04-02T18:55:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-24T18:22:57.000Z (3 months ago)
- Last Synced: 2026-03-25T23:41:50.528Z (3 months ago)
- Topics: css3, html5, link-in-bio, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.45 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## Short description
Linksheet is a modern link-in-bio application that allows users to create a customizable page with multiple links – perfect for social media, portfolios, and personal branding.
This is the frontend part of the application, built with React and connected to a REST API backend.
## Features
- Clean and responsive user interface
- Create and manage custom links, link spaces, and your personal profile
- Connects to backend API for dynamic data
## Tech Stack
- React
- React Router
- React Toastify
- Chakra UI (Component Library)
- Axios
- Vite (development & build tool)
## Getting Started
### 1. Clone the repository
```bash
git clone https://github.com/andrejkoller/linksheet-frontend.git
cd linksheet-frontend
```
### 2. Install dependencies
```bash
npm install
```
### 3. Start development server
```bash
npm run dev
```
## Screenshots