https://github.com/ambitiousflowdev/portfolio
My Classic Static Web Portfolio.
https://github.com/ambitiousflowdev/portfolio
css daisyui gh-pages javascript tailwind workflows
Last synced: about 2 months ago
JSON representation
My Classic Static Web Portfolio.
- Host: GitHub
- URL: https://github.com/ambitiousflowdev/portfolio
- Owner: AmbitiousFlowDev
- License: gpl-3.0
- Created: 2024-11-06T18:49:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-23T21:22:49.000Z (10 months ago)
- Last Synced: 2025-09-17T04:48:31.914Z (9 months ago)
- Topics: css, daisyui, gh-pages, javascript, tailwind, workflows
- Language: JavaScript
- Homepage: https://ambitiousflowdev.github.io/Portfolio/
- Size: 2.63 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Portfolio

 
  
## Overview
- This project is built using React.js, Vite, Tailwind CSS, and DaisyUI, and is deployed via GitHub Pages with CI/CD pipelines powered by GitHub Actions.
## Project Setup
1. Clone
```bash
git clone https://github.com/AmbitiousFlowDev/Portfolio.git
cd Portfolio
```
2. Install libraries and run it
```bash
npm install
npm run dev
# build
npm run build
npm run preview
```
# Technologies
| **Technology** | **Description** | **Link** |
|------------------|---------------------------------------------------------------------------|-----------------------------------------|
| **React.js** | A progressive JavaScript framework for building user interfaces. | [React.js](https://react.dev/) |
| **Vite** | A fast and modern build tool for frontend development. | [Vite](https://vitejs.dev/) |
| **TailwindCSS** | A utility-first CSS framework for styling and design. | [TailwindCSS](https://tailwindcss.com/) |
| **DaisyUI** | A component library built on top of TailwindCSS for easy UI development. | [DaisyUI](https://daisyui.com/) |
| **GitHub Pages** | Hosting platform to deploy static websites directly from GitHub repos. | [GitHub Pages](https://pages.github.com/)|
| **GitHub Actions**| CI/CD platform for automating workflows and deployment processes. | [GitHub Actions](https://github.com/features/actions) |