An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Lighthouse Accessibility](https://img.shields.io/badge/Lighthouse-Accessibility%2090%2B-brightgreen?style=for-the-badge&logo=lighthouse)](https://growth-journey-portfolio.vercel.app)
[![WCAG AA Compliant](https://img.shields.io/badge/WCAG-AA%20Compliant-blue?style=for-the-badge)](https://www.w3.org/WAI/WCAG21/quickref/)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue?style=for-the-badge&logo=typescript)](https://www.typescriptlang.org/)
[![React](https://img.shields.io/badge/React-18+-61DAFB?style=for-the-badge&logo=react)](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