Skip to content

1.0.0

Compare
Choose a tag to compare
@dileepadev dileepadev released this 15 Nov 16:12
· 8 commits to main since this release

Initial release

1.0.0 - 2023-11-15

  • Added (New features):

    • NavBar component (NavBar.tsx)
    • Body layout
    • Footer component (Footer.tsx)
    • ThemeSwitcher component
    • About page (pages/about.tsx)
    • Education page (pages/education.tsx)
    • Experience page (pages/experience.tsx)
    • Media page (pages/media.tsx)
    • Connect page (pages/connect.tsx)
    • Folder structure
    • Resend email integration (api/email/route.ts)
    • Images (public/) and Icons (components/)
    • Custom theme data at globals.css
    • Custom components (e.g., ItemCards.ts)
    • Interfaces for types (interfaces.ts)
    • Pull request guidelines (PULL_REQUEST_GUIDELINES.md)
    • Branch naming guidelines (BRANCH_NAMING_GUIDELINES.md)
  • Changed (Improvements):

    • Updated Home page (app/page.tsx)
    • Formatted layout & structure
    • Updated README.md
  • Fixed (Bugs):

    • Website accessibility issues

What's Changed

Full Changelog: v0.1.0...v1.0.0