https://github.com/joembolinas/myportfolio
https://github.com/joembolinas/myportfolio
accessibility career-transition framer-motion frontend-development lighthouse performance-optimization portfolio react responsive-design seo-optimized tailwind-css typescript vite web-development
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joembolinas/myportfolio
- Owner: joembolinas
- Created: 2025-08-02T21:55:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T22:32:27.000Z (10 months ago)
- Last Synced: 2025-08-10T23:31:39.972Z (10 months ago)
- Topics: accessibility, career-transition, framer-motion, frontend-development, lighthouse, performance-optimization, portfolio, react, responsive-design, seo-optimized, tailwind-css, typescript, vite, web-development
- Language: HTML
- Homepage: https://my-portfolio-nine-lovat-20.vercel.app
- Size: 883 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[](https://growth-journey-portfolio.vercel.app)
[](https://www.w3.org/WAI/WCAG21/quickref/)
[](https://www.typescriptlang.org/)
[](https://reactjs.org/)
Growth Journey Portfolio (Concept)
Welcome, nothing here, just my little playground where I'm figuring out React and all that frontend jazz.
Check it out live •
What it's about •
Getting started •
Tech stuff
---
## What it's about
So, this is basically my personal portfolio project that I'm building as I learn React. It's like a sandbox for experimenting with modern web tools – React, Vite, TypeScript, Tailwind, and trying to make things performant and accessible. Think of it as a bunch of UI experiments, some demo components, and a way to show off my journey to tech.
**Heads up:** This thing is super unstable. I'm constantly tinkering, so features, code, and APIs might flip around a lot. Use it for inspiration or learning, but don't rely on it for anything serious. You've been warned!
Learning vibes: I'm teaching myself React here, so expect some rough edges, half-baked ideas, and a ton of refactors as I go. It's all part of the fun.
## Cool bits
- Little demo projects and components to test out React + Vite tricks.
- Focusing on making it fast, accessible, and easy for devs to work with.
- Using virtual content and markdown for quick changes and iterations.
## Getting started
Wanna run this locally? Cool, it's pretty straightforward.
### What you need
- Node.js 18+ (grab it [here](https://nodejs.org/))
- npm 9+ (comes with Node.js)
### Steps
```bash
# Grab the code
git clone https://github.com/joembolinas/myPortfolio.git
cd myPortfolio
# Get the dependencies
npm install
# Fire up the dev server
npm run dev