LinkTree HiveTracks is a web application designed to manage and display personalized link trees. It allows users to create a custom page with links to their most important content, making it easier for their audience to find everything in one place.
- User authentication & management
- Create and manage custom links
- Track click statistics for each link
- Responsive design for optimal viewing on various devices
- Admin dashboard for advanced management
To get started with this project, clone the repository and install the dependencies:
git clone https://github.com/your-username/linktree_hivetracks.git
cd linktree_hivetracks
bundle install
rails db:create db:migrate db:seed
To get started with this project, clone the repository and install the dependencies:
rails server
Navigate to http://localhost:3000 in your browser to view the application.
- Ruby on Rails
- PostgreSQL
- Bootstrap for styling
- Devise for authentication
- Ruby-Vips for image processing
Contributions to LinkTree HiveTracks are welcome. Please follow these steps:
- Create a new branch (git checkout -b feature/your_feature)
- Make your changes
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/your_feature)
- Create a new Pull Request
Made with ❤️ by emmvs