https://github.com/navneeth31/portfolio_website
This project is a personal portfolio website designed to showcase your skills, projects, and experience as a developer. Built with React, TypeScript, and Tailwind CSS, it features a modern, responsive design with smooth animations, dark/light mode, and interactive UI components. The site is optimized for performance and accessibility.
https://github.com/navneeth31/portfolio_website
dark-mode personal-website portfolio portfolio-website react responsive-design tailwindcss typescript
Last synced: about 2 months ago
JSON representation
This project is a personal portfolio website designed to showcase your skills, projects, and experience as a developer. Built with React, TypeScript, and Tailwind CSS, it features a modern, responsive design with smooth animations, dark/light mode, and interactive UI components. The site is optimized for performance and accessibility.
- Host: GitHub
- URL: https://github.com/navneeth31/portfolio_website
- Owner: navneeth31
- Created: 2025-05-04T11:29:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-04T11:37:33.000Z (about 1 year ago)
- Last Synced: 2025-05-04T12:30:20.893Z (about 1 year ago)
- Topics: dark-mode, personal-website, portfolio, portfolio-website, react, responsive-design, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://navneeth-portfolio.netlify.app/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio Website
A modern and responsive portfolio website built with React, TypeScript, and Tailwind CSS.
## 🚀 Features
- Modern and responsive design
- Smooth animations and transitions
- Dark/Light mode support
- Interactive UI components
- Mobile-first approach
- Built with a modern tech stack
## 🛠️ Technologies Used
- [React](https://react.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Vite](https://vitejs.dev/)
- [React Spring](https://www.react-spring.dev/) (for animations)
## 📥 Installation
1. **Clone the repository:**
```bash
git clone https://github.com/your-username/Portfolio.git
cd Portfolio
```
2. **Install dependencies:**
```bash
npm install
```
3. **Start the development server:**
```bash
npm run dev
```
The application will be available at [http://localhost:5173](http://localhost:5173)
## 🏗️ Building for Production
To create a production build:
```bash
npm run build
```
The built files will be available in the `dist` directory.
## 🖥️ Preview
Visit the live website: [https://navneethportfolio.netlify.app/]
## 📝 License
This project is open source and available under the [MIT License](LICENSE).