Git Product home page Git Product logo

james-gates-0212 / portfolio Goto Github PK

View Code? Open in Web Editor NEW
32.0 1.0 6.0 888 KB

❤️A portfolio built using Next.js, Tailwind CSS, and Flowbite is the bee's knees! Next.js provides a powerful framework for building web applications, while Tailwind CSS offers a fantastic set of utility classes for styling. Flowbite is a real game-changer when it comes to creating stunning UI components.

Home Page: https://james-gates-portfolio.vercel.app/

License: MIT License

HTML 0.09% CSS 4.07% JavaScript 3.73% TypeScript 92.11%
portfolio bundle-analyzer commitlint nextjs14 prettier reactjs18 tailwindcss yarn typescript vercel-deployment

portfolio's Introduction

Hits GitHub forks GitHub Discussions GitHub Issues GitHub License GitHub Repo stars GitHub top language GitHub repo file or directory count GitHub code size in bytes GitHub repo size GitHub Release GitHub Tag

Auto Assign CodeQL Deploy Next.js site to Pages Next.js Bundle Analysis Proof HTML

Portfolio based on Next.js & tailwindcss

This is a Next.js project bootstrapped with create-next-app.

Environment

  • node 18.x or later
  • yarn 1.x or later
  • npm 8.x or later

Install npm packages

npm i -g yarn
yarn

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Lint

yarn lint

Prettier

prettier --write ./
# if you couldn't run above command line, it would work after run this...
npm i -g prettier

Build or Start project as production

yarn build

or

yarn start

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Git commit

Please use Conventional Commits for your commits.

e.g.

<type>[scope]: <subject>
[body]
[footer]

Types

type should be one of belows.

add
adopt
apply
build
chore
config
docs
feat
fix
init
refactor
remove
style

Subject

subject should include one of emojis as belows.

♻️ ⚡️ ✅ ✏️ ✨ ❤️ ⬆️ ⬇️ ⭐️ 🌈 🎁 🎉 🏆 🐞 👌 📓 📝 📦 🔀 🔖 🚀 🚧 🚨 🛠️

portfolio's People

Contributors

james-gates-0212 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

portfolio's Issues

add gtag for google site verification

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1R1XC6TD2Z"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-1R1XC6TD2Z');
</script>

add user management

  • add model for user table
  • add base structure for administration layout
  • add user register page
  • add new user, edit user, and view user page

upgrade seo meta

  • update SEO meta using helmet
  • update icon
  • update etc information for SEO

Add badges on repository

  • add repository stars
  • add top language
  • add repository files or directories
  • add repository code size
  • add repository size

fix nextjs-bundle-analysis.yml issue

      - name: Download base branch bundle stats
        uses: dawidd6/action-download-artifact@v3
        continue-on-error: true
        if: success() && github.event.number
        with:
          workflow: nextjs_bundle_analysis.yml # change to nextjs-bundle-analysis.yml
          branch: ${{ github.event.pull_request.base.ref }}
          path: .next/analyze/base

SEO issues

  • update SEO information
  • update manifest.json

Version up as v0.1.1

  • update package.json for version as v0.1.1
  • add vercel badge
  • add additional repository badges

Add back-end & administration pages

Add back-end & administration pages

  • #90
  • #92
  • add automation for table migrations
  • add middleware for authentication via JWT
  • add login page
  • add reCAPTCHA v2
  • add security page
  • add audits page
  • #123
  • #125
  • add skill management
  • add link management
  • add text management via markdown
  • add SEO meta management

Fix Security Issues

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.