DEV Community

Chetan Choudhary
Chetan Choudhary

Posted on

1

πŸš€ Just Finished My Portfolio with Vite + React!

πŸš€ Just Finished My Portfolio with Vite + React!

Hey everyone! πŸ‘‹

I’m excited to share that today I have finished building my portfolio using Vite + React! πŸŽ‰

⚑ Tech Stack:

  • Vite for super-fast development
  • React for building dynamic UI
  • Styled-components for styling
  • EmailJS for contact form integration

It was a great experience optimizing performance and learning more about fast builds, modular components, and state management.

πŸ”— Check it out here: https://portfolio-chetan-chi.vercel.app/

Would love to hear your thoughts! Let me know if you have any feedback or if you’re also working on something cool! πŸš€


Let me know if you'd like any modifications! πŸš€

Top comments (0)

Image of Checkly

4 Playwright Locators Explained: Which One Should You Use?

- locator('.cta'): Fast but brittle
- getByText('Click me'): User-facing, but can miss broken accessibility
- getByRole('button', { name: 'Click me' }): Most robust, best for a11y
- getByTestId('cta-button'): Stable, but ignores UX

Watch video

πŸ‘‹ Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay