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
- Host: GitHub
- URL: https://github.com/hyperdargo/ankitgupta-portfolio-v4
- Owner: hyperdargo
- Created: 2025-05-30T09:32:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-18T13:02:33.000Z (6 months ago)
- Last Synced: 2025-12-21T15:04:20.940Z (6 months ago)
- Topics: css, html, javascript, postcss, reactjs, tailwindcss, vite
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ankit Gupta Portfolio V4

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