Welcome to my portfolio! I'm Tejas Mali, a passionate developer who loves creating interactive, visually stunning, and user-friendly websites and applications. This repository contains the code for my personal portfolio website, showcasing my projects, skills, and experience in the tech industry.
This portfolio is built using the latest web technologies and frameworks, including HTML, CSS, JavaScript It features a clean, responsive design to ensure a smooth experience across all devices, from desktops to smartphones.
- Responsive Design: Optimized for mobile, tablet, and desktop devices.
- Project Showcases: Highlights of my best work with links to GitHub repositories and live demos.
- About Me Section: A brief introduction to my background, skills, and career journey.
- Contact Form: A way to get in touch with me directly through the site.
- HTML - for the structure of the website
- CSS - for styling and layout
- JavaScript - for interactivity and dynamic content
- Vercel (if applicable) - for hosting the live version of the website
To run the project locally on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/tejazmali/portfolio.git
-
Navigate into the project directory:
cd portfolio
-
Install dependencies: If you are using npm:
npm install
Or if you prefer yarn:
yarn install
-
Run the development server:
npm start
Or if you use yarn:
yarn start
Your local server should now be running at http://localhost:3000.
If you have suggestions or improvements for this project, feel free to fork the repository and submit a pull request. I'm always open to new ideas and contributions!
This project is open-source and available under the MIT License.