Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tejazmali/portfolio-website
Tejas Mali's Portfolio – A showcase of my web development projects, skills, and experience built with HTML, CSS, JavaScript
https://github.com/tejazmali/portfolio-website
css html javascript portfolio portfolio-website web-developer web-development website-template
Last synced: 2 days ago
JSON representation
Tejas Mali's Portfolio – A showcase of my web development projects, skills, and experience built with HTML, CSS, JavaScript
- Host: GitHub
- URL: https://github.com/tejazmali/portfolio-website
- Owner: tejazmali
- Created: 2024-11-06T21:09:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T12:29:36.000Z (10 days ago)
- Last Synced: 2025-01-20T13:37:21.623Z (10 days ago)
- Topics: css, html, javascript, portfolio, portfolio-website, web-developer, web-development, website-template
- Language: CSS
- Homepage: https://tejasmali.vercel.app
- Size: 1.81 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tejas Mali - Portfolio Website
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.
## About This Project
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.
### Features
- **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.## Technologies Used
- **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
## Getting Started
To run the project locally on your machine, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/tejazmali/portfolio.git
```2. **Navigate into the project directory**:
```bash
cd portfolio
```3. **Install dependencies**:
If you are using npm:
```bash
npm install
```
Or if you prefer yarn:
```bash
yarn install
```4. **Run the development server**:
```bash
npm start
```
Or if you use yarn:
```bash
yarn start
```Your local server should now be running at [http://localhost:3000](http://localhost:3000).
## Contributions
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!
## License
This project is open-source and available under the [MIT License](LICENSE).