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
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
Metadata Files
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
Clone the repository:
bash git clone <your-repo-url> cd portfolioInstall dependencies:
bash npm installCreate a
.env.localfile with your email configuration:EMAIL_USER=game.king001@hotmail.com EMAIL_PASS=your_app_passwordRun the development server:
bash npm run dev
Deployment
This project is configured for deployment on Vercel. Follow these steps to deploy:
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 mainGo to Vercel and sign in with your GitHub account
Click "New Project" and import your repository
Configure your environment variables in the Vercel dashboard:
- Add
EMAIL_USERandEMAIL_PASSfrom your.env.localfile
- Add
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/componentsdirectory
License
MIT
Owner
- Name: Andrew Jimpson
- Login: andrewjimpson9551
- Kind: user
- Location: United State
- Repositories: 2
- Profile: https://github.com/andrewjimpson9551
Senior Machine Learning Engineer | AI Systems Architect
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Dependencies
- JamesIves/github-pages-deploy-action v4 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- 569 dependencies
- @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