Commit Graph

26 Commits

Author SHA1 Message Date
df9e62303b feat: Add Docker support with Dockerfile and .dockerignore; configure Nginx for serving built application 2026-01-01 19:45:41 -06:00
ca267f8862 Add tailwindcss dependency to package.json 2026-01-01 19:40:01 -06:00
8b31bbe5f8 refactor: Improve code formatting and structure in LeadershipSection component 2025-06-25 17:51:21 -04:00
62c3ff0ec3 Update LeadershipSection.tsx 2025-06-25 17:49:26 -04:00
1d11df209c Merge pull request #1 from coolestcoder655/Overhaul
Overhaul
2025-06-25 17:38:56 -04:00
7119d7a48d feat: Implement dark mode theme support across components
- Added ThemeContext for managing theme state and toggling between light and dark modes.
- Updated components (EntrepreneurshipSection, Footer, HeroSection, LeadershipSection, ReviewSection, TechSection, UniqueSection) to utilize theme context and apply conditional styling based on the current theme.
- Enhanced CSS with custom properties for theming and transitions.
- Configured Tailwind CSS to support dark mode.
- Ensured consistent styling and transitions for text and background colors in dark mode.
2025-06-25 12:40:38 -04:00
5b7ff93406 Refactor components for improved structure and clarity; update Footer, HeroSection, LeadershipSection, TechSection, and add new AcademicSTEMHighlights, ReviewSection, and UniqueSection components. Remove ReviewsSection and streamline props for better maintainability. 2025-06-25 11:59:10 -04:00
7c82aa4640 feat: implement review submission functionality and update reviews API 2025-06-25 11:38:19 -04:00
6e689edf90 feat: add new skills to TechSection including Docker, Git, and Virtualization 2025-06-19 17:14:08 -04:00
01157998f9 feat: add new weather application project to TechSection and update links 2025-06-19 17:13:24 -04:00
5f900bbceb refactor: remove unused props from section components for cleaner code 2025-06-15 15:04:37 -05:00
fec7fb62de Refactor portfolio sections: Remove ReviewsSection, add AboutSection, AcademicSection, AthleticsSection, EntrepreneurshipSection, Footer, HeroSection, LeadershipSection, TechSection with improved structure and styling. 2025-06-15 15:00:22 -05:00
b20e15909e feat: add Entrepreneurship section to navigation and update layout 2025-06-15 14:33:38 -05:00
5b14f6f3e5 feat: update ReviewsSection button styles for smoother transitions and enhanced hover effects 2025-06-15 14:31:43 -05:00
5d89f540f3 feat: enhance ReviewsSection with rating functionality and update reviews API 2025-06-15 14:21:35 -05:00
a71f101b10 feat: add ReviewsSection component with review fetching and submission functionality 2025-06-15 14:17:14 -05:00
9ff9bb1d87 refactor: remove ReviewsSection component and its usage from App 2025-06-14 18:53:44 -05:00
70825108f2 feat: add ReviewsSection component and integrate review fetching and submission functionality 2025-06-14 18:48:55 -05:00
3a92598dbf feat: add Firebase integration and update UI components with animations and styles
- Added Firebase dependency to package.json
- Implemented Firebase initialization in firebase.ts
- Updated App.tsx to enhance UI with hover effects and animations for various components
- Created a new empty reviewsApi.ts file for future API integration
2025-06-14 18:44:46 -05:00
78077c1931 Updated Striker Tab 2025-06-12 20:16:18 -05:00
c17c3b860f Changed Tab Title and Added New Logo 2025-06-12 20:11:05 -05:00
380857be89 Fixed App.tsx Unused Variables 2025-06-12 20:05:37 -05:00
969c1c4319 update app.tsx 2025-06-12 20:01:16 -05:00
82a110be02 Added the main page. 2025-06-12 19:14:33 -05:00
a0d925aba1 Add initial project setup with Vite, React, and TypeScript; include ESLint configuration and Tailwind CSS integration 2025-06-12 19:51:14 +00:00
b60fb1bef3 Initial commit 2025-06-12 14:18:51 -05:00