An open API service indexing awesome lists of open source software.

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.

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).