This is the frontend part of my personal portfolio website. It showcases my skills, projects, and professional experiences.
- Responsive design for various screen sizes.
- Interactive project showcase.
- Contact form integration.
- React.js
- HTML/CSS/JavaScript
- Chakra UI
- React-Bootstrap
- Core UI Icons library
- React Icons library
- React Awesome Reveal library
- Clone the repository:
git clone https://github.com/shruti2126/portfolio-frontend-2.git
- Navigate to the frontend directory:
cd portfolio-frontend
- Install dependencies:
npm install
- Start the development server:
npm start
npm start
: Runs the app in development mode.npm run build
: Builds the app for production.
- Configure environment variables in
.env
for API endpoints and other settings.
- Run tests:
npm test