LinkTree is a custom project designed to introduce users to various profiles across different platforms. The project aims to provide a simple, yet elegant interface.
Check out the live demo here.
- ReactJS
- JSX
- SCSS
- Vite
The project is fully responsive, ensuring it works across all devices.
- Fork the repository by clicking the
Fork
button at the top-right of the repository page. - Clone your forked repository locally
git clone https://github.com/your-username/repo-name.git
- Navigate to the project directory
cd repo-name
- Install the project dependencies
npm install
- Start the development server
npm run dev
- Open your browser and navigate to
http://localhost:<port>
to view the project.
Replace
<port>
with the port number displayed in the terminal.
Make sure to comment the
<base href="https://linktree.salahineo.com">
line on theindex.html
file before running the project locally.
Contributions are welcome and greatly appreciated! If you'd like to contribute to this project, please follow these steps:
- Fork the repository by clicking the
Fork
button at the top-right of the repository page. - Clone your forked repository locally
git clone https://github.com/your-username/repo-name.git
- Create a new branch for your contribution
git checkout -b feature/your-feature-name
- Make your changes and ensure your code is clean and properly formatted.
- Commit your changes
git commit -m "feat: your feature description"
- Push your branch to your forked repository
git push origin feature/your-feature-name
- Submit a Pull Request (PR) by going to the original repository and clicking the "New Pull Request" button.
- Ensure your changes are well-tested and documented.
- Adhere to the existing code style and project structure.
- Provide clear descriptions in your PR regarding the changes and enhancements.
- Be open to feedback and discussion in the PR review process.
If you find my work good, consider giving it a ⭐ or fork-ing to show some ❤️. It helps me stay on track and be motivated.