https://github.com/andrewjimpson9551/portfolio_web

https://github.com/andrewjimpson9551/portfolio_web

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: andrewjimpson9551
  • Language: TypeScript
  • Default Branch: master
  • Size: 1.74 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Game Developer Portfolio

A modern, responsive portfolio website showcasing game development projects, skills, and experience.

Features

  • Responsive design with modern UI/UX
  • Interactive project showcase
  • Skills visualization
  • Contact form with email functionality
  • Smooth animations and transitions
  • Dark mode support

Tech Stack

  • Next.js 14
  • TypeScript
  • Tailwind CSS
  • Framer Motion
  • Nodemailer

Getting Started

  1. Clone the repository: bash git clone <your-repo-url> cd portfolio

  2. Install dependencies: bash npm install

  3. Create a .env.local file with your email configuration: EMAIL_USER=game.king001@hotmail.com EMAIL_PASS=your_app_password

  4. Run the development server: bash npm run dev

Deployment

This project is configured for deployment on Vercel. Follow these steps to deploy:

  1. Push your code to GitHub: bash git add . git commit -m "Initial commit" git remote add origin <your-github-repo-url> git push -u origin main

  2. Go to Vercel and sign in with your GitHub account

  3. Click "New Project" and import your repository

  4. Configure your environment variables in the Vercel dashboard:

    • Add EMAIL_USER and EMAIL_PASS from your .env.local file
  5. Click "Deploy"

Your site will be live at https://your-project-name.vercel.app

Customization

  • Update project information in app/data/projects.ts
  • Modify styling in app/globals.css
  • Edit components in the app/components directory

License

MIT

Owner

  • Name: Andrew Jimpson
  • Login: andrewjimpson9551
  • Kind: user
  • Location: United State

Senior Machine Learning Engineer | AI Systems Architect

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Dependencies

.github/workflows/deploy.yml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
package-lock.json npm
  • 569 dependencies
package.json npm
  • @svgr/webpack ^8.1.0 development
  • @types/node 20.11.24 development
  • @types/react 18.2.61 development
  • @types/react-dom 18.2.19 development
  • autoprefixer 10.4.18 development
  • eslint 8.57.0 development
  • eslint-config-next 14.1.0 development
  • postcss 8.4.35 development
  • tailwindcss 3.4.1 development
  • typescript 5.3.3 development
  • @heroicons/react ^2.1.1
  • @types/nodemailer ^6.4.17
  • framer-motion ^11.0.8
  • next 14.1.0
  • nodemailer ^6.9.12
  • react 18.2.0
  • react-dom 18.2.0
  • react-icons ^5.0.1