
- 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.
- Clone
git clone https://github.com/AmbitiousFlowDev/Portfolio.git
cd Portfolio
- Install libraries and run it
npm install
npm run dev
# build
npm run build
npm run preview
| Technology |
Description |
Link |
| React.js |
A progressive JavaScript framework for building user interfaces. |
React.js |
| Vite |
A fast and modern build tool for frontend development. |
Vite |
| TailwindCSS |
A utility-first CSS framework for styling and design. |
TailwindCSS |
| DaisyUI |
A component library built on top of TailwindCSS for easy UI development. |
DaisyUI |
| GitHub Pages |
Hosting platform to deploy static websites directly from GitHub repos. |
GitHub Pages |
| GitHub Actions |
CI/CD platform for automating workflows and deployment processes. |
GitHub Actions |