Skip to content

bymayanksingh/arch_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Architecture Portfolio

A modern, responsive architecture portfolio built with React, TypeScript, and Firebase.

Roadmap

Performance & Code Organization

  • Implement React.memo() for components that receive stable props (like ImageFallback, Footer)
  • Move Firebase initialization to a separate config file
  • Add proper error boundaries around major route components
  • Consider using React Query or SWR for data fetching to get automatic caching and revalidation
  • Split CSS into component-specific modules to reduce the main bundle size

Feature Enhancements

  • Implement infinite scrolling in the Projects list instead of loading all at once

User Experience

  • Add loading skeletons for all components that fetch data
  • Implement proper form validation in the Contact component
  • Add success/error toast notifications for user actions
  • Enhance the Timeline component with animations
  • Add filter persistence in ProjectsPage using URL parameters

SEO & Accessibility

  • Enhance SEO component with dynamic meta tags for each route
  • Add aria-labels to interactive elements in Navigation and ImageModal
  • Implement proper heading hierarchy throughout the site
  • Add keyboard navigation support for the image gallery
  • Enhance the StructuredData component with more detailed schemas

Mobile Experience

  • Improve the mobile navigation menu animation
  • Add touch gestures for the image gallery
  • Optimize the Awards and Publications components for mobile view
  • Add pull-to-refresh functionality
  • Enhance the filter UI in ProjectsPage for mobile screens

Testing & Monitoring

  • Add unit tests for service functions
  • Implement E2E tests for critical user flows
  • Add error tracking with a service like Sentry
  • Implement analytics to track user interactions
  • Add performance monitoring for key metrics

Security & Data Management

  • Review and enhance Firestore security rules
  • Implement proper rate limiting for the contact form
  • Add input sanitization for user-submitted content
  • Implement proper error handling for failed image uploads
  • Add data validation on the client side

New Features

  • Add a blog section for architectural insights
  • Implement a newsletter subscription system
  • Add a project filtering system by multiple categories
  • Add a dark mode toggle

Build & Deployment

  • Implement proper code splitting for routes
  • Add PWA capabilities with proper service worker caching
  • Optimize image loading with proper srcset attributes
  • Implement proper environment variable management
  • Add CI/CD pipeline for automated testing and deployment

Getting Started

[Add instructions for setting up and running the project locally]

Contributing

[Add contribution guidelines]

License

[Add license information]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published