A modern and responsive portfolio website built with React, Tailwind and GSAP.
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/abhisiroha/radhika_portfolio.git
- Navigate to the project directory:
cd radhika_portfolio
- Install the dependencies:
npm install
- Start the development server:
npm run dev
The website should now be running at http://localhost:5173
.
The portfolio website consists of the following sections:
- Hero: Displays a hero section with a brief introduction and a call-to-action button.
- Projects: Showcases a list of projects with descriptions and links.
- About: Provides information about the developer.
- Contact: Includes a contact form for users to get in touch.
- Navbar: Allows navigation between the different sections of the website.
You can customize the content and styling of these components by modifying the corresponding files in the src/components
directory.