This is my personal portfolio website showcasing my journey as a beginner developer. It includes both frontend and backend components to demonstrate full-stack development skills I'm learning.
As a beginner developer, I built this website to:
- Showcase my learning progress
- Practice both frontend and backend development
- Create a functional contact form with data persistence
- Document my coding journey
- Responsive design that works on all devices
- Modern glassmorphism UI with animations
- Interactive progress bars showing learning status
- Contact form with real backend integration
- Smooth scrolling navigation
- Express.js server
- RESTful API endpoints
- Contact form data persistence
- Server status monitoring
- JSON file-based storage (learning purposes)
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Backend: Node.js, Express.js
- Storage: JSON files (beginner-friendly approach)
- Deployment: Ready for GitHub Pages (frontend) and Heroku/Railway (backend)
chica999-portfolio/
├── index.html # Main HTML file
├── server.js # Express server
├── package.json # Node.js dependencies
├── messages.json # Contact form data (auto-generated)
└── README.md # This file