This repository contains the frontend code for Tekst, a simple and anonymous text sharing platform. Share text instantly without the hassle of logins or accounts! Just paste your text, get a link, and share it across any device.
Live Demo: https://tekst-live.netlify.app
src/
├── components/ # Reusable React components
│ ├── ...
├── pages/ # Routes
│ ├── ...
├── App.tsx # Main application component
├── main.tsx # Entry point
├── ...
Clone the repository:
git clone [https://github.com/](https://github.com/)[YOUR_GITHUB_USERNAME]/tekst-frontend.git # Replace with your repo URL
cd tekst-frontend
Install dependencies:
npm install
Start the development server:
npm run dev
This will start the development server and open the application in your browser.
Contributions are welcome! Feel free to submit pull requests or open issues.
Remember to replace [YOUR_SERVER_URL]
and [YOUR_LIVE_URL]
with your actual information.