Commit Graph

21 Commits

Author SHA1 Message Date
762ce1fb59 fix: remove unnecessary comment from LanguageSwitcher component 2025-06-09 18:44:39 -03:00
404810f226 fix: remove backend URL dependency in contact form submission 2025-06-09 18:26:18 -03:00
e4c9ebe15e fix: update PM2 restart command to use 'restart-portfolio' 2025-06-09 18:07:46 -03:00
390c2cb129 fix: update PM2 restart process to use a dedicated deployment script 2025-06-09 18:06:32 -03:00
48686a741f refactor: remove old ecosystem configuration files and replace with JSON format 2025-06-09 18:02:55 -03:00
953483ee15 fix: update deployment scripts to use dynamic DEPLOY_PATH for backend and frontend 2025-06-09 16:44:25 -03:00
125c6cf269 fix: update frontend environment file and improve caching for dependencies and build artifacts 2025-06-09 16:31:49 -03:00
9b04d2896d fix: remove unused Twitter icon import from Footer component 2025-06-09 16:16:07 -03:00
4d4850337d fix: add caching for Node modules and Next.js build to optimize deployment speed 2025-06-09 16:15:21 -03:00
b73e74813d fix: remove unused Twitter URL from Footer component and update environment variable usage in deployment workflow 2025-06-09 16:03:33 -03:00
8ae9091ded fix: update backend URL in Contact component submission logic and improve error handling 2025-06-09 15:41:48 -03:00
0b48e8c410 fix: update error handling in Contact component and disable submit button during submission 2025-06-09 15:39:55 -03:00
f3ab2eedc6 fix: update script path in PM2 configuration for portfolio backend 2025-06-09 14:39:50 -03:00
e618fd869b fix: update runner type in deployment workflow from node-pm2-runner to website-deploy-runner 2025-06-09 14:26:27 -03:00
89322f6b9e feat: implement deployment workflow and configure PM2 for backend and frontend applications 2025-06-09 13:13:37 -03:00
d57afe93a3 feat: update social media links in Footer component to use environment variables and refactor Contact component to utilize backend URL from environment variable 2025-06-09 12:21:20 -03:00
6316a59170 fix: correct script section formatting in package.json 2025-06-09 12:10:37 -03:00
06b3e09051 feat: replace GNU GPL with MIT License and update README for full-stack project details 2025-06-09 12:09:31 -03:00
e0161c0c99 feat: enhance contact form with toast notifications and error handling 2025-06-09 11:25:28 -03:00
a16374afd0 feat: initialize frontend with Next.js, Tailwind CSS, and internationalization support
- Added package.json for project dependencies and scripts
- Configured PostCSS with Tailwind CSS
- Created global styles and theme context for dark mode support
- Implemented layout and routing for internationalization using next-intl
- Developed main components: Header, Footer, Hero, About, Skills, Projects, Contact
- Added language switcher and contact form with validation
- Created project card component to display project details
- Set up localization files for English and Portuguese
- Configured Tailwind CSS for styling and responsive design
- Added favicon and logo assets
2025-06-09 09:26:30 -03:00
b4f67449b5 Initial commit 2025-06-06 15:13:12 -03:00