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

https://github.com/hyperdargo/ankitgupta-portfolio-v4

Linux Terminal Theme Website
https://github.com/hyperdargo/ankitgupta-portfolio-v4

css html javascript postcss reactjs tailwindcss vite

Last synced: 3 months ago
JSON representation

Linux Terminal Theme Website

Awesome Lists containing this project

README

          

# Ankit Gupta Portfolio V4
![GitHub](https://img.shields.io/badge/license_-DargoTamber-red)

A modern, fast, and responsive portfolio website themed like a Linux terminal.

## 🚀 Live Demo
[https://ankitgupta.com.np/](https://ankitgupta.com.np/)

## 💡 About

This is the fourth version of Ankit Gupta's personal portfolio.
Built with modern web tools like **Vite**, **React**, and **Tailwind CSS**, it features a Linux terminal-inspired design with smooth animations and quick navigation.

## 📂 Project Structure

```

ankitgupta-portfolio-v4/
├── dist/ # Production build files (generated)
├── src/ # Source code
│ ├── App.jsx # Main React component
│ ├── main.jsx # React entry point
│ ├── index.css # Tailwind base styles and custom CSS
│ ├── AnkitGupta-CV.pdf # Resume file
│ └── logo.png # Logo image
├── index.html # HTML template
├── package.json # Project dependencies and scripts
├── package-lock.json # Dependency lock file
├── tailwind.config.js # Tailwind CSS configuration
├── postcss.config.js # PostCSS configuration
├── vite.config.js # Vite configuration
└── README.md # This file

````

## 🛠️ Built With

- [React](https://reactjs.org/)
- [Vite](https://vitejs.dev/) — lightning-fast build tool
- [Tailwind CSS](https://tailwindcss.com/) — utility-first CSS framework
- [PostCSS](https://postcss.org/) — CSS processor

## 📦 Installation & Development

1. Clone the repo
```bash
git clone https://github.com/hyperdargo/ankitgupta-portfolio-v4.git
cd ankitgupta-portfolio-v4
```

2. Install dependencies

```bash
npm install
```

4. Start development server

```bash
npm run dev
```

5. Build for production

```bash
npm run build
```

6. Preview production build

```bash
npm run preview
```

## 📜 License

This project is licensed under the MIT License — see the [LICENSE](./LICENSE) file for details.

## 🙌 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/hyperdargo/ankitgupta-portfolio-v4/issues).

Made with ❤️ by [Ankit Gupta](https://ankitgupta.com.np/)