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

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.

Awesome Lists containing this project

README

          

# Portfolio

![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![React](https://img.shields.io/badge/daisyUI-1ad1a5?style=for-the-badge&logo=daisyui&logoColor=white) ![React](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Vite](https://img.shields.io/badge/Vite-B73BFE?style=for-the-badge&logo=vite&logoColor=FFD62E) ![GitHubPages](https://img.shields.io/badge/GitHub%20Pages-222222?style=for-the-badge&logo=GitHub%20Pages&logoColor=white) ![Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge&logo=github-actions&logoColor=white)

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