Commit Graph

57 Commits

Author SHA1 Message Date
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