https://github.com/yooreekz/portfoliojul
https://github.com/yooreekz/portfoliojul
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yooreekz/portfoliojul
- Owner: ricobuilds
- Created: 2022-07-31T00:09:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T14:46:47.000Z (over 3 years ago)
- Last Synced: 2023-05-15T13:26:24.394Z (about 3 years ago)
- Language: TypeScript
- Homepage: portfoliojul.vercel.app
- Size: 680 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0xreeko
## Tools Used
- **Framework**: [Next.js](https://nextjs.org/) w/ Typescript
- **Styling**: [Tailwind CSS](https://tailwindcss.com/), [RuskelUI](https://github.com/0xreeko/ruskelui), [GSAP 3](https://greensock.com/docs/)
- **Content**: [Notion API](https://developers.notion.com)
- **Deployment**: [Vercel](https://vercel.com)
## Overview
- `@types/*`: contains types.
- `components/*`: contains components and icons used throughout my portfolio.
- `controller/notionController`: contains async methods for fetch *ReekoPosts* from Notion
- `pages/blog`: displays all *ReekoPosts*
- `pages/blog/[slug]`: displays *ReekoPost* depending on the slug
- `pages/tags[slug]`: displays all *ReekoPosts* containing the selected tag
- `pages/*`: contains all other static pages
- `public/*`: contains relevant media for my portfolio
- `styles/*`: contains all styles and layouts that apply to pages in my portfolio
- `utils/*`: contains utils that are used in more than one place