Welcome to my personal portfolio website! This is a showcase of my skills and projects in the field of software development.
This is a React.js-based portfolio designed to highlight my expertise and experience in web development.
Live link -> https://tejasghatule.vercel.app/
This repository contains the source code for my portfolio. Below are the steps to run the website locally.
-
Clone the repository
Clone the repository to your local machine using the following command:git clone https://github.com/CodeMaverick2/Portfolio.git
-
Install Dependencies
Navigate to the project directory and install the required dependencies:npm install
-
Start the Development Server
Once the dependencies are installed, start the development server with:npm start
-
View the Website
Open your browser and navigate to:http://localhost:3000
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.