https://github.com/effiemmanuel/branchify
https://github.com/effiemmanuel/branchify
linktree linktree-alternative linktree-clone react reactjs responsive-design tailwindcss
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/effiemmanuel/branchify
- Owner: EffiEmmanuel
- Created: 2023-05-30T10:53:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T23:20:12.000Z (almost 3 years ago)
- Last Synced: 2025-10-27T23:03:55.960Z (8 months ago)
- Topics: linktree, linktree-alternative, linktree-clone, react, reactjs, responsive-design, tailwindcss
- Language: JavaScript
- Homepage: https://effibranchify.vercel.app
- Size: 1.77 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Branchify

Branchify is a React-based web application inspired by Linktree. It provides users with a platform to create a personalized landing page with multiple links to various online profiles or resources. With a sleek and modern design, Branchify aims to enhance users' online presence and improve their link-sharing experience.
## Features
- Easy customization: Tailwind CSS is used to ensure flexibility and customization options, allowing users to tailor their landing pages to match their personal brand.
- Smooth scrolling: Locomotive Scroll library is integrated to provide smooth scrolling animations, enhancing the overall user experience.
- Responsive design: Branchify is built with a responsive layout, ensuring seamless access across different devices and screen sizes.
- Continuous updates: The frontend is constantly being updated and improved to offer new features and enhancements.
## Installation
1. Clone the repository:
```shell
git clone https://github.com/your-username/branchify.git
```
2. Navigate to the project directory:
```shell
cd branchify
```
3. Install the dependencies:
```shell
npm install
```
4. Start the development server:
```shell
npm start
```
5. Open your browser and visit `http://localhost:3000` to see the application running locally.
## Contributing
Contributions are welcome! If you would like to contribute to Branchify, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix: `git checkout -b my-feature`.
3. Commit your changes: `git commit -m "Add new feature"`.
4. Push to the branch: `git push origin my-feature`.
5. Open a pull request and describe your changes.
Please make sure to follow the code style and include relevant tests for your changes.
## License
This project is licensed under the [MIT License](LICENSE).
---
Thank you for your interest in Branchify! We hope you find it useful and enjoy using it for your link-sharing needs. If you have any questions or encounter any issues, please don't hesitate to [open an issue](https://github.com/your-username/branchify/issues). Happy branching!