Jorick.tv is a personal website/portfolio platform built with modern web technologies. This project aims to create an engaging and professional online presence.
- Modern, responsive design
- Portfolio showcase
- Content management system
- Blog section
- Contact form
- Social media integration
- Frontend:
- Next.js
- React
- Tailwind CSS
- TypeScript
- Backend:
- Node.js
- MongoDB (for content management)
- Deployment:
- Vercel
- Node.js (v18 or higher)
- npm or yarn
- Git
- Clone the repository:
git clone https://github.com/profikid/Jorick.tv.git
cd Jorick.tv
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser to see the result.
jorick.tv/
├── components/ # Reusable React components
├── pages/ # Next.js pages and API routes
├── public/ # Static files
├── styles/ # Global styles and Tailwind config
├── lib/ # Utility functions and helpers
├── types/ # TypeScript type definitions
└── content/ # Content management files
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Jorick - @YourTwitterHandle
Project Link: https://github.com/profikid/Jorick.tv