A web application to track and manage technologies you want to learn or master. I built it for me, but I really hope that it'll be helpful for you too.
- Dashboard with real-time statistics
- Add, edit, and delete technologies
- Toggle mastery status for each technology
- Track learning progress with visual indicators
- Responsive design for mobile and desktop
- Laravel 12
- Tailwind CSS
- Vite
- MySQL
git clone https://github.com/alphonsekazadi/techstack-tracker.git
cd techstack-tracker
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrateStart the development server:
composer run devCompile assets:
npm run devAccess the application at http://localhost:8000
- Dashboard: Overview with stats and recent technologies
- Technologies: Full CRUD management of your tech stack
- Progress: Detailed progress tracking and completion rates