Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.38 KB

File metadata and controls

59 lines (38 loc) · 1.38 KB

Portfolio

Welcome to my personal portfolio website! This is a showcase of my skills and projects in the field of software development.

Website

This is a React.js-based portfolio designed to highlight my expertise and experience in web development.


🚀 About

Live link -> https://tejasghatule.vercel.app/

This repository contains the source code for my portfolio. Below are the steps to run the website locally.

Running the Portfolio Locally

  1. Clone the repository
    Clone the repository to your local machine using the following command:

    git clone https://github.com/CodeMaverick2/Portfolio.git
  2. Install Dependencies
    Navigate to the project directory and install the required dependencies:

    npm install
  3. Start the Development Server
    Once the dependencies are installed, start the development server with:

    npm start
  4. View the Website
    Open your browser and navigate to:

    http://localhost:3000
    

🛠️ Technologies Used

In addition to React.js, the portfolio is built using the following technologies:

  • Redux: For state management across the application.
  • Sass: A CSS pre-processor to write cleaner and more maintainable styles.
  • Webpack: For bundling and optimizing assets, including minification and hot module replacement.