منصة لتعليم البرمجة من الصفر — من قبل Youssef Amjad
CodeType is a web platform designed to make learning programming accessible, interactive, and effective for everyone.
It provides structured lessons, a clean interface, and a supportive environment for beginners to build their coding skills confidently.
- Interactive lessons on HTML, CSS, JavaScript, and more.
- Live updates and dynamic interactions using Laravel Livewire.
- Clean and responsive UI with Tailwind CSS.
- Community-focused learning environment.
- Laravel
- Livewire
- Tailwind CSS
- PHP, HTML, CSS, JavaScript
- Git / GitHub
# Clone the repository
git clone https://github.com/Youssef-Amjad/CodeTyp.git
cd CodeTyp
# Install dependencies
composer install
npm install
npm run dev
# Set up environment
cp .env.example .env
php artisan key:generate
# Run migrations (if any)
php artisan migrate
# Start the server
php artisan serve