You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(add): blog setup
* feat(add): blog page(s), skills page and other improvements
* feat(add): about and contact pages
* feat(add): ton of new features and changes
* add(pixie): graphics
* feat(add): fix missing blog client.........
* feat(add): updated layouts and more
* updated: README
* add: license
* rem: vercel badge
* update: readme again
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[](https://github.com/codemeapixel/portfolio/codespaces)
4
10
5
-
First, run the development server:
11
+
> **A modern, full-stack developer portfolio built with Next.js 15, React 19, TypeScript, and Tailwind CSS. Optimized for performance, accessibility, and exceptional developer experience.**
12
+
13
+
---
14
+
15
+
## 🚀 Features
16
+
17
+
-**Next.js 15+**: App Router, SSR, SSG, ISR, API routes, and Turbopack acceleration.
18
+
-**React 19**: Utilizing the latest React version with improved performance.
19
+
-**TypeScript**: End-to-end type safety with full TypeScript integration.
20
+
-**Tailwind CSS**: Utility-first, responsive design with multiple theme support.
21
+
-**MDX Blog**: Write posts with Markdown + JSX featuring syntax highlighting (via Shiki/Rehype Pretty Code), line numbers, and custom components.
22
+
-**Dynamic Projects & Referrals**: Modular TypeScript data files for easy content management.
23
+
-**Animated UI**: Powered by Framer Motion v11, custom CSS animations, and engaging pixel/glitch effects.
24
+
-**Theme System**: Multiple color themes (blue, purple, teal, rose, amber) with instant switching and local storage persistence.
25
+
-**Responsive Design**: Mobile-first approach with optimized layouts for all devices.
26
+
-**Accessibility**: WCAG-compliant with keyboard navigation, semantic HTML, and proper contrast ratios.
27
+
-**Playlist & Music Player**: Custom React audio implementation with playlists and pagination.
28
+
-**Social Integration**: Configurable link hub with tooltips powered by Radix UI.
29
+
-**Advanced SEO**: Comprehensive metadata, Open Graph tags, and Twitter cards for maximum discoverability.
30
+
-**Vercel Optimized**: Ready for edge deployment with Vercel's platform features.
- Theme is persisted and can be changed via the UI.
145
+
146
+
---
147
+
148
+
## 🎵 Playlist & Music Player
149
+
150
+
- Curated playlists in `src/lib/links/data/playlist/`.
151
+
- Custom React music player with pagination and genre filtering.
152
+
153
+
---
154
+
155
+
## 🧩 Customization
156
+
157
+
-**Navigation:** Edit `src/components/static/Navbar.tsx` for links and icons.
158
+
-**Social Links:** Configure in `src/lib/links/data/`.
159
+
-**Animations:** Customize in `src/styles/globals.css` and Framer Motion props.
160
+
161
+
---
162
+
163
+
## 🛡️ Accessibility & SEO
164
+
165
+
- Keyboard navigable, focus-visible, and color contrast checked.
166
+
- SEO meta tags and Open Graph support for rich sharing.
167
+
168
+
---
169
+
170
+
## 📄 License
171
+
172
+
This project is [MIT licensed](LICENSE).
18
173
19
-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
174
+
---
20
175
21
-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
181
+
---
26
182
27
-
-[Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28
-
-[Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
183
+
## ⭐️ Show your support
29
184
30
-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
185
+
If you like this project, please consider starring the repo and sharing it!
31
186
32
-
## Deploy on Vercel
187
+
[](https://github.com/CodeMeAPixel/portfolio)
33
188
34
-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
189
+
---
35
190
36
-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
0 commit comments