Aktivate is a comprehensive web application for managing influencer marketing campaigns. It enables businesses to find influencers, create campaigns, and track collaboration performance in a sleek, user-friendly interface.
Clone the repository
git clone https://github.com/yourusername/aktivate.git
cd aktivate
Install dependencies
npm install
Start the development server
npm run dev
Build for production
npm run build
Preview production build
npm run preview
aktivate/
āāā public/
ā āāā bg.png
ā āāā logo.png
ā āāā Logo2.png
ā āāā profile.png
āāā src/
ā āāā assets/
ā āāā components/
ā āāā layouts/
ā āāā router/
ā āāā utils/
ā ā āāā navItems.js
ā āāā views/
ā ā āāā SplashView.vue
ā ā āāā SignInView.vue
ā ā āāā ForgetPasswordView.vue
ā ā āāā PasswordResetView.vue
ā ā āāā DashboardLayout.vue
ā āāā App.vue
ā āāā main.js
āāā index.html
āāā package.json
āāā postcss.config.js
āāā tailwind.config.js
āāā vite.config.js
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.