CRT Learning Showcase

Hi, I'm Priyesh

During my Campus Recruitment Training (CRT), I learned web development step by step. This project shows what I built along the way.

Start Exploring

My Learning Journey

Technologies I learned during CRT

1
HTML
Structure
2
CSS
Styling
3
Bootstrap
Framework
4
MySQL
Database
5
JavaScript
Logic

Pages I Built

Using the skills I learned

Register Page

User registration form with validation.

HTML CSS Bootstrap JS
Login Page

Simple login form with validation.

HTML CSS Bootstrap JS
Forgot Password

Password reset with email validation.

HTML CSS Bootstrap JS

What I Learned

Key concepts from each technology

HTML
  • Page structure with tags
  • Forms and inputs
  • Semantic elements
CSS
  • Colors, fonts, spacing
  • Flexbox layout
  • Hover effects
Bootstrap
  • Grid system
  • Components
  • Utility classes
MySQL
  • Creating tables
  • CRUD operations
  • Primary keys
JavaScript
Variables & functions
DOM manipulation
Form validation