GithubHelp home page GithubHelp logo

tyronejosee / project_portfolio Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 8.52 MB

Portfolio: Personal website, built with React, Vitejs, Tailwind CSS and TypeScript, old versions with Django and PosgreSQL.

Home Page: https://project-portfolio-amy.pages.dev/

License: Apache License 2.0

Python 20.52% CSS 33.00% JavaScript 2.17% HTML 20.33% TypeScript 23.98%
18n css django html nodejs python sqlite3 tailwindcss javascript prettier react react-router tailwind tailwind-css typescript vitejs node-js

project_portfolio's Introduction

logo-light logo-dark

Personal portfolio created with React, Vite, TypeScript, and Tailwind CSS.

Deploy on Cloudflare ➡️

typescript-version react-version tailwindcss-version vitejs-version

Project Portfolio

Github Pages Config

name: Deploy static content to Pages

on:
  push:
    branches: ["main"]

  workflow_dispatch:

permissions:
  contents: read
  pages: write
  id-token: write

concurrency:
  group: "pages"
  cancel-in-progress: true

jobs:
  deploy:
    environment:
      name: github-pages
      url: ${{ steps.deployment.outputs.page_url }}
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Set up Node
        uses: actions/setup-node@v4
        with:
          node-version: 20
          cache: "npm"
      - name: Install dependencies
        run: npm ci
      - name: Build
        run: npm run build
      - name: Setup Pages
        uses: actions/configure-pages@v4
      - name: Upload artifact
        uses: actions/upload-pages-artifact@v3
        with:
          path: "./dist"
      - name: Deploy to GitHub Pages
        id: deployment
        uses: actions/deploy-pages@v4

project_portfolio's People

Contributors

tyronejosee avatar

Stargazers

jist avatar Anderson Davis avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.