Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.03 KB

Portfolio Website - Frontend

Introduction

This is the frontend part of my personal portfolio website. It showcases my skills, projects, and professional experiences.

Features

  • Responsive design for various screen sizes.
  • Interactive project showcase.
  • Contact form integration.

Technology Stack

  • React.js
  • HTML/CSS/JavaScript
  • Chakra UI
  • React-Bootstrap
  • Core UI Icons library
  • React Icons library
  • React Awesome Reveal library

Installation

  1. Clone the repository: git clone https://github.com/shruti2126/portfolio-frontend-2.git
  2. Navigate to the frontend directory: cd portfolio-frontend
  3. Install dependencies: npm install
  4. Start the development server: npm start

Usage

  • npm start: Runs the app in development mode.
  • npm run build: Builds the app for production.

Configuration

  • Configure environment variables in .env for API endpoints and other settings.

Testing

  • Run tests: npm test

Backend repo