https://github.com/nmckenryan/connectbush
A simple Linktree Clone. Uses Vue3, Airtable and Tailwind. Initialised in 2021, Updated in 2024
https://github.com/nmckenryan/connectbush
airtable-api epic-spinners iconify tailwindcss vite vue vue3 vuejs
Last synced: 3 months ago
JSON representation
A simple Linktree Clone. Uses Vue3, Airtable and Tailwind. Initialised in 2021, Updated in 2024
- Host: GitHub
- URL: https://github.com/nmckenryan/connectbush
- Owner: nMckenryan
- License: mit
- Created: 2021-06-10T03:15:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T06:52:14.000Z (about 1 year ago)
- Last Synced: 2025-04-14T10:43:15.244Z (6 months ago)
- Topics: airtable-api, epic-spinners, iconify, tailwindcss, vite, vue, vue3, vuejs
- Language: Vue
- Homepage: https://connectbush.onrender.com/
- Size: 8.3 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConnectBush
A simple Linktree clone for collating Social Media Links and displaying offers.
## Live Demo: https://connectbush.onrender.com
## Features
- Built with VueJs and Vite
- Hosted via Render
- CSS handled by Tailwind
- Background Animation by Vanta, Loading Spinner by Epic Spinners
- LinkTree API integration## Screenshots
![]()
## Getting Started
### Installation
1. Clone the repository
2. Install dependencies: `pnpm install` (or use your fav package manager)
3. Start the development server: `pnpm run dev` and have fun### Configuration
The application uses environment variables for configuration. You can set them in a `.env` file in the root of the project.
Please plug in your own credentials as follows, and your data should appear in your version of the app
| Variable | Description | Default |
| -------------------------- | ---------------- | ------- |
| `VUE_APP_AIRTABLE_BASE_ID` | Airtable base ID | - |
| `VUE_APP_AIRTABLE_API_KEY` | Airtable API key | - |## Roadmap
- [ ] Implment Auth for other users, to plug in their airtable details
- [ ] Make options for inserting social media links## Contributing
Contributions are welcome! Please open an issue or pull request to get started.
## License
This project is licensed under the MIT License. See the [LICENSE] file for more information.