This project is a personal portfolio website built with React and TypeScript. It showcases various achievements, projects, and skills, providing an interactive experience for visitors.
- Responsive Design: The website is designed to be mobile-friendly and responsive across different devices.
- Animated Counters: Achievements are displayed with animated counters that increase as the user scrolls into view.
- Dynamic Content: Utilizes data from a centralized file to manage achievements and project information.
- Navbar: Navigation bar to access different sections of the portfolio.
- Hero: Introduction section with a brief overview.
- Achievement: Displays a list of achievements with animated counters.
- TechStack: Showcases the technologies used in the projects.
- Project: Highlights various projects with descriptions and links.
- EduExp: Displays educational background and experiences.
- CTA: Call to action section encouraging users to get in touch.
- Footer: Contains copyright and additional links.
To run this project locally, follow these steps:
- Clone the repository:
git clone <repository-url>
- Install the dependencies:
npm install
- Start the development server
npm run dev