Skip to content

adelsultann/LinkTree-frontend

Repository files navigation

🌐 Echolinks

Echolinks is an open-source link-sharing platform that lets users centralize all their social links in one place. Built with React, TypeScript, Vite, and MongoDB, it provides a fast and modern experience for creating a customizable profile page.

🔗 Live Demo: Echolinks
📂 GitHub Repositories:


🚀 Features

✔️ Centralized profile for sharing links
✔️ Customizable UI with an intuitive interface
✔️ Fast & optimized with Vite and TypeScript
✔️ Secure backend powered by MongoDB
✔️ Mobile-friendly design


📦 Installation

1️⃣ Clone the Repository

# Backend
git clone https://github.com/adelsultann/LinkTree-backend.git

# Frontend
git clone https://github.com/adelsultann/LinkTree-frontend.git

2️⃣ Install Dependencies

Navigate to both the backend and frontend directories and install dependencies:

npm install

3️⃣ Run the Frontend

Start the frontend development server:

npm run dev

➡️ The frontend will be available at: http://localhost:5173


4️⃣ Run the Backend

Ensure your MongoDB server is running, then start the backend server:

node dist/index.js

➡️ The backend will be running on: http://localhost:7001


🤝 Contributing

We welcome contributions! To contribute, follow these steps:

  1. Fork the repository and clone it locally:

git clone https://github.com/adelsultann/LinkTree-backend.git

git clone https://github.com/adelsultann/LinkTree-frontend.git

  1. Create a new branch for your feature:
   git checkout -b feature-name
  1. Commit your changes:

    git commit -m "Added a new feature"
  2. Push to GitHub and open a Pull Request:

    git push origin feature-name

📜 License

This project is licensed under the MIT License – see the LICENSE file for details.


Additional Notes

  • Ensure you have Node.js and npm installed before proceeding with the installation.
  • For the backend, make sure your MongoDB instance is running locally or use a cloud-based MongoDB service like MongoDB Atlas.

---

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published